{Android Push Notifications Tutorial (link)}
Boxed Ice‘s David Mytton posts a comprehensive tutorial for Android push notifications. Worth a bookmark for budding Android developers.
Boxed Ice‘s David Mytton posts a comprehensive tutorial for Android push notifications. Worth a bookmark for budding Android developers.
As a fledgling Android developer one of the first things you’ll need to do is get your head around Activity Classes. We can’t overstate the importance of this. A sharp, fluid understanding of how each class interacts with each other…
If you’re reading this then you probably already know that Android provides full support for SQLite databases. So any database(s) you create will be accessible by name to any class in an Android application, just not outside the application.…
by Binil Thomas
Whenever a user launches an Android application, a thread called “main” is automatically created. This main thread, also called the UI thread, is crucial since it’s responsible for dispatching events to various widgets, including the drawing events.…