Here is an interesting game for android
Android Apk File: Samurai II: Vengeance v4.0.0 modified version
This blog will hold favorite gadgets and graphic user interfaces that don't really fit in my main blog @ mmcelhaney.blogspot.com
Friday, December 30, 2011
Thursday, December 29, 2011
Android Apk File: WiFi File Transfer Pro v0.9.8
Here is an interesting app for turning your phone into a file server!
Android Apk File: WiFi File Transfer Pro v0.9.8
Android Apk File: WiFi File Transfer Pro v0.9.8
Related articles
- How to create apk file for android ? (stackoverflow.com)
- Android, Is it possible to consolidate to APK files? (stackoverflow.com)
- A Guide To Installing APK Apps On Your Google Android Phone (rjartiaga.wordpress.com)
- How to Install Multiple APK Files on Android Smartphones with Mass APK Installer (techcular.com)
- How to open a PDF file from server in android (stackoverflow.com)
Labels:
Android,
APK,
App,
File transfer,
Google,
Handhelds,
WiFi File Transfer
Geek Talkin Siebel: Embed Code Syntax Highlighting in Blog
Image via Wikipedia |
Geek Talkin Siebel: Embed Code Syntax Highlighting in Blog
Related articles
- Using SyntaxHighlighter and R Brush in Blogger (r-bloggers.com)
- Exporting VIM Syntax Highlight (jmlacroix.com)
- Geek Art: Blueberry Demon (geektyrant.com)
- Few questions about C syntax (stackoverflow.com)
Labels:
Blog,
Blogger,
coding,
Social network,
WordPress
resizing array at runtime in vb.net - Stack Overflow
I was just coding along today in VB.Net and realized that I sure would like to build a list during runtime based on the names of the tables in any database passed to it but with the flexibility of not knowing how many tables are in it. Turn out that there is a way. The link is at the end after my code.
First a list of tables are returned from the connection object and then all tables that do not contain the string "MYS" in it's name are filled in to the TableList.
resizing array at runtime in vb.net - Stack Overflow
Dim Tablelist as New List(Of String)()
Dim odbcconn As OleDb.OleDbConnection=New oledb.OleDbConnection(connstring)
Dim restrictions(3) As string
restrictions(3) = "MSYS"
odbcconn.Open()
Dim dt As DataTable = odbcconn.GetSchema("Tables")
For Each dr In dt.rows
If InStr(Ucase(dr("TABLE_NAME")),"MYS") = 0 then
Tablelist.Add(dr("TABLE_NAME"))
End If
Next
odbcconn.Close
First a list of tables are returned from the connection object and then all tables that do not contain the string "MYS" in it's name are filled in to the TableList.
resizing array at runtime in vb.net - Stack Overflow
Related articles
- VB.Net and MySQL (stackoverflow.com)
Labels:
ADO.NET,
Languages,
NET,
Programming,
tools,
VB.NET,
Visual Basic
Wednesday, December 28, 2011
'Power Rangers Samurai Steel' Game Arrives on iOS Devices [Video] - ComicsAlliance | Comic book culture, news, humor, commentary, and reviews
Image via Wikipedia |
'Power Rangers Samurai Steel' Game Arrives on iOS Devices [Video] - ComicsAlliance | Comic book culture, news, humor, commentary, and reviews
Related articles
- Power Rangers Samurai Steel - Saban Brands LLC (itunes.apple.com)
- Year In Review - February 2011 (thebusystreet.com)
- Crackhead In The Projects Does A Backflip Off 2 Story Building For $1! Kneels Down Like A Power Ranger! #MomentOfZen (shabooty.com)
- Power Rangers: Can it be less Kid-oriented? (thatmediagirl.wordpress.com)
Tuesday, December 27, 2011
Introduction to MonoDroid/Android Programming for .NET/C# Developers - CodeProject®
Introduction to Article
Introduction to MonoDroid/Android Programming for .NET/C# Developers - CodeProject®
Android development is predominantly with the Java Language based on the Java VM "Dalvik" using the Eclipse IDE. If a developer or company has already made a significant investment in .NET, the time to learn Java and the Android Mobile Platform is significant. An attendee of this session will be able to take their existing knowledge of .NET/C# and Visual studio and immediately apply this to writing apps for the Android Mobile Platform. The significance of this should not be understated. Learning a new language, no matter how similar to .NET/C#, results in a significant learning curve as well as a significant time investment. Add in the time required to learn Eclipse, and there is even more time required. With this session, you will learn how to develop Android Applications using Visual Studio and the Novell
Introduction to MonoDroid/Android Programming for .NET/C# Developers - CodeProject®
Related articles
- How to document .Net code evolution using Visual Studio for educational purposes (stackoverflow.com)
- How do I configure Visual Studio to see a net.tcp URL on local IIS? (stackoverflow.com)
- Creating Reusable jQuery Templates in Visual Studio (devx.com)
- How to customize a toolbar in Eclipse? (stackoverflow.com)
- Tutorial: How to build an Android app (techradar.com)
Labels:
.NET Framework,
Android,
Dalvik,
Eclipse,
Java,
Microsoft Visual Studio,
Monodroid,
Programming
Android Apk File: Clip Ninja 1.01 CyberAndroid
I was just thinking today how much better typing on Android would be if there was an easy way to copy and paste texts among different applications....Then I found this app!
Android Apk File: Clip Ninja 1.01 CyberAndroid
Android Apk File: Clip Ninja 1.01 CyberAndroid
Related articles
- A Guide To Installing APK Apps On Your Google Android Phone (rjartiaga.wordpress.com)
- How to create apk file for android ? (stackoverflow.com)
- Android, Is it possible to consolidate to APK files? (stackoverflow.com)
- How to Root the Motorola Flipout (droidflash.wordpress.com)
- How to Install Multiple APK Files on Android Smartphones with Mass APK Installer (techcular.com)
Monday, December 26, 2011
Android Apk File: Street Fighter IV HD Android Game Full Download.
'Nuff SAID! Go get it!!!!
Android Apk File: Street Fighter IV HD Android Game Full Download.
Android Apk File: Street Fighter IV HD Android Game Full Download.
Related articles
- Street Fighter coming to Android in 2012 (slashgear.com)
- "Street Fighter IV HD" Exclusively Available for LG Nitro HD and Optimus LTE (news.softpedia.com)
- How to create apk file for android ? (stackoverflow.com)
Labels:
Android,
APK,
Capcom,
Fighting,
Games,
Street Fighter IV,
Street Fighter Series,
Video Games
Monday, December 19, 2011
My First Steps Towards HTML5 – Trying out Canvas - CodeProject®
Image via Wikipedia |
In this article, Paul Farquhar, recounts his first experience with HTML5 and how he was inspired to create a spirograph app using Canvas. This article shows the initial spirograph design that Paul created, as well as sample codes and additional resources.
My First Steps Towards HTML5 – Trying out Canvas - CodeProject®
Saturday, December 17, 2011
Android Arcade – MAME Emulator for Android on G1 | Android and Me
The MAME emulator does a version running on Android!!!! I've tried the PC MAME emulator and this is exciting to be able to use it on Android!
Android Arcade – MAME Emulator for Android on G1 | Android and Me
Arcade Machine Emulator on Google Android platform.
Android Arcade – MAME Emulator for Android on G1 | Android and Me
Arcade Machine Emulator on Google Android platform.
Related articles
- An Old-Style Arcade in Your Hands (gadgetwise.blogs.nytimes.com)
- Turn your Wireless Keyboard into a MAME Controller! (hackaday.com)
- Build a Classic Video Game Console from MAKE Volume 28 (makezine.com)
- Is there a version of Android Emulator that doesn't need JDK installed? (stackoverflow.com)
Friday, December 16, 2011
Orientation to Android Training | Android Developers
Introduction
Orientation to Android Training | Android Developers
Welcome to Android Training. Here you'll find a collection of classes that aim to help you build great apps for Android, using best practices in a variety of framework topics.
Each class explains the steps required to solve a problem or implement a feature using code snippets and sample code for you to use in your apps.
What you see now is just the beginning. We plan to add many more classes, expand and refine existing classes, and build Training Courses that help you enhance your apps using objective-oriented collections of classes.
Orientation to Android Training | Android Developers
Related articles
- Introducing Android Training (android-developers.blogspot.com)
- New "Android Training" Program Helps Developers Make Better Apps (techcrunch.com)
- Google offering new tools for aspiring Android developers (rjartiaga.wordpress.com)
- Android 101: Google Launches Mobile App Training Program (readwriteweb.com)
- The Android Team Launches Online Android Training - Free Classes With Lessons And Sample Code For All (androidpolice.com)
Thursday, December 15, 2011
NoMoreRack.com is offering a great deal for anyone who joins their website. Sign up for free and save money on some great products and services and if you can get other people to do the same they will give you free apple products - from an iPod to an iPad 2.
Follow the Link to sign up and invite everyone you know so you can get that iPad2!
Follow the Link to sign up and invite everyone you know so you can get that iPad2!
Related articles
- iPad One Or iPad 2... An Honest View... (trendingmom.wordpress.com)
- Apple refurbs: iPods iPads and MacBook Pros (electronista.com)
- Getting cheap ebooks for the iPad 2 (thediamondringreview.com)
- Lunchtime Deal: Refurbished iPad 2 For $488 (gizmodo.com.au)
Monday, December 12, 2011
3D basics using Silverlight-5 and XNA - CodeProject
Introduction to Article
3D basics using Silverlight-5 and XNA - CodeProject
This article presents the simplest possible Silverlight/XNA program: a basic spinning triangle, albeit with full 3d lighting effects. It is the 3D equivalent of the classic ‘Hello World’ program. It comprises about 50 lines of code, and the rationale behind every line is explained.
3D basics using Silverlight-5 and XNA - CodeProject
Related articles
- XNA with Silversprite and WCF (stackoverflow.com)
- Silverlight 5 Brings Hardware Decoding of H.264 Videos and Improved 3D Support (techie-buzz.com)
- Silverlight 5 Release - Dead Man Walking? (i-programmer.info)
- Silverlight 5 now available to download (winrumors.com)
How to Repair MDAC 2.8 Under Windows XP SP2/SP3
Image via Wikipedia |
How to Repair MDAC 2.8 Under Windows XP SP2/SP3
Saturday, December 10, 2011
vozMe - From text to speech (speech synthesis)
Now that FoxVox - the firefox add-on that is used to convert text to mp3 files - is no longer compatible because I have the latest version of firefox, I have to come up with another solution. And here is one. Go to the link to find an online app that lets you copy and paste the text into a text box, press a button, and you will get a mp3 file. Works pretty well!
vozMe - From text to speech (speech synthesis)
vozMe - From text to speech (speech synthesis)
Labels:
Firefox,
MP3,
Speech Technology,
Text to mp3,
vozMe
Friday, December 9, 2011
Animations in HTML5 - CodeProject
Image via Wikipedia |
I am currently giving a lecture on creating WebApplications using HTML5, CSS3 and JavaScript. This is a lecture with tutorials. For one of the tutorials, I picked a sample canvas animation - just showing in which direction we are heading to with a technology like this. Then I introduced the CSS3 animation in the lecture (everyone was very excited about it) and wanted to create a simple homework task using the CSS3 animations. What came to my mind was: how easy or hard would it be to actually transform the canvas animation into a complete CSS3 animation?
This involved several parts:
The reason for using CSS3 animation over the -element is quite important: While browsers can optimize their elements performance (regarding their style, i.e., CSS), they cannot optimize our custom drawing routines used in a canvas. The reason for this lies in the browser's ability to use hardware mainly the graphics card. Currently the browser does not give us direct access to the graphics card, i.e., every drawing operation has to go over some function in the browser first.
- Creating all the different
-elements in order to "box" everything
- Draw everything using styles on those elements with style rules like borders, background-gradients and rounded corners
- Actually animating the elements
This problem could be prevented with techniques such as webgl, where the browser does give the developer direct access to the graphics card. However, this is treated as a security problem and will not become standardized. One important rule for developing WebApplications is standardization - since this is our portal to a huge customer base. If we excluded some of the most popular browsers, we would certainly lose a lot of potential visitors.
Animations in HTML5 - CodeProject
Related articles
- Screencast: 3D CSS rollovers and 3D CSS tester (hacks.mozilla.org)
- Intertech Finalizes Web Development Offering with CSS3 Consulting Services (prweb.com)
- Why is my CSS3 so slow to be animated with jQuery? (stackoverflow.com)
- CSS3 Animated Spinning Things! (journalxtra.com)
- css3 features (websolutioncentre.wordpress.com)
Thursday, December 8, 2011
Multitouch and gesture detection part 1 | Hello Android
Image via Wikipedia |
In this little tutorial I’m going to show you how to detect multitouch event on an Activity screen.
First of all let’s create a class next to the Main activity that called MultitouchView. It extends View:
Multitouch and gesture detection part 1 | Hello Android
Turn your Android device into a virtual Xbox
There is a new service launching that allows you to play XBox games on mobile devices off of cloud structure!
25 games including LA Noire, Batman: Arkham City, and Assassin’s Creed:Revelations are coming first to Android and later to Apple mobile devices.
I supports PCs and Mac also!!!
The only drawbacks:
>
Only Android 2.3 or newer is supported.
iOS hasn't been implemented yet.
I think that this bears watching!
Turn your Android device into a virtual Xbox
Monday, December 5, 2011
Customizable Drag-drop ToolStrip - CodeProject
Add a drag/drop customizable toolStrip to your .net project, similar to that found in Firefox.
Customizable Drag-drop ToolStrip - CodeProject
Customizable Drag-drop ToolStrip - CodeProject
Labels:
.NET Framework,
Browsers,
Drag-and-drop,
Mozilla Firefox,
Toolstrip
Friday, December 2, 2011
Advanced exception handling in Android | Hello Android
Image via CrunchBase |
Related articles
- How do you handle exceptions in workflow? (nikhatshahin.wordpress.com)
- Exception handling inside Apache CXF Webservices (stackoverflow.com)
- C++ Exception Handling Failures (stackoverflow.com)
- Exception handling in LSMW (docserve.wordpress.com)
- Difference between exception handling in C++ and Java? (stackoverflow.com)
Labels:
Android,
Exception handling,
Google,
Programming
Downloading multiple files using AsyncTask in Android - CodeProject
Introduction to article
Downloading multiple files using AsyncTask in Android - CodeProject
This article shows how to download multiple files using progressBar, Notification, and AsyncTask
.
Downloading multiple files using AsyncTask in Android - CodeProject
Related articles
- Android service / async task / thread (stackoverflow.com)
- How to pass the AppDelegate reference from activity to async task? (stackoverflow.com)
- AsyncTask v/s ThreadPoolExecutor for network request (stackoverflow.com)
HTML5 Semantics and Good Coding Practices - CodeProject
Image via Wikipedia |
Evil people put ids to nearly every element on their pages and make everything rigid and ugly. Moroever there was hardly any semantic structure around the front-end code.
Thankfully HTML5 puts and end to much of this evilery. Well at least it tries to. Let's talk about what's new with HTML5 and how it makes more sense
HTML5 Semantics and Good Coding Practices - CodeProject
Labels:
FAQs Help and Tutorials,
HTML,
HTML5,
Markup language,
Programming,
XHTML
Subscribe to:
Posts (Atom)