Yes that’s true! you can develop your android applications on your own mobile phone or android tablet while you are on the train or plane. AIDE (Android Integrated Development Environment) is a free IDE for android developers to build their android applications on their own android devices. Except from some visual tools it has almost [...]
READ MORE »Android eclipse ERROR: Unknown option ‘–auto-add-overlay’
I had an abnormal shutdown of my mac and when it came back up, Eclipse would no longer compile my project correctly and throws the following error : Unknown option ‘–auto-add-overlay’ Solution 1 : The error is coming from the aapt command, which seems to be installed multiple times, once for each SDK version: bramp@Andrew-laptop:~$ [...]
READ MORE »Android Development – New Age Technology At Your Fingertips
There is a new wave of Android development that has taken overgripped the mobile telephony markets the world over. . With a wide range of mobile phones using this technology for an operating system to middleware software and key applications there is a huge demand created in the consumer market among buyers and users. This [...]
READ MORE »Android App Development Faq
Android is an opensource mobile platform developed by Google. The Android operating product is popular on this list of application developers just due to its remarkable simplicity. Understand the ins-and-outs of Android software development and secure a talented, technology-savvy designer to bring your app idea into the limelight. Since, Android Application Development market is [...]
READ MORE »Publish your application on Android market
Congratulations, so finally your application is ready to be published on Android market , I have to say that this is the easiest part of application development cycle , comparing to the previous steps like finding an idea , gathering requirement , prototyping , coding , testing and …., Publishing you app to Android market [...]
READ MORE »Android Game Development for Feeding Modern Mobile Gaming Craze
Android Game Development for Feeding Modern Mobile Gaming Craze Playing your favorite game in Android mobile any time is the great way of personal entertainment. The craze of playing games on hand-held devices is older, but re-fashioned recently due to premium games such as great sound & display is the main lure for the smart [...]
READ MORE »Android programming tutorial assistance for rookie
Android that was designed from the ground-up to help developers to setup compelling mobile applications that take full features of all a handset has to present. It was developed to be in fact open. For instance, an application can call upon any of the phone's core operation like making calls, sending text messages, or using [...]
READ MORE »Top ten Android / Java Errors
Whether you program regularly in Java, and know it like the back of your hand, or whether you’re new to the language or a casual programmer, you’ll make mistakes. It’s natural, it’s human, and guess what? You’ll more than likely make the same mistakes that others do, over and over again. Here’s my top ten [...]
READ MORE »Single quotes and double quotes in SQlite
Question : what is the difference between ‘anything’ and “anything” in sqlite database? As far I have understood, single quotes are used to denote strings while double quotes are for keywords. But, I have used column_name=”value” as where clause in a query and database accepts that query. why? thanks. Answer : from the sqlite webpage; http://www.sqlite.org/lang_keywords.html If [...]
READ MORE »java.lang.Runtime Exception: Unable to instantiate activity ComponentInfo
I got this error and figured out that in the main activity I was setting an Edittext and TextView objects with the ones in the R class, before setting the contentView. So what I did was to change the code order.
READ MORE »



