Want to learn Android Development? Here’s a list of every resource I used to...
Check out my post over at Reddit by clicking here, you’ll find a public Google Doc with tons of resources, all free! The resources are all of the examples, tutorials, programs, downloads I needed to...
View ArticleAndroid Development Cheat Sheet – PDF Download
I’ve found many of you have a desire to create your first app by learning Java/Android. I know how overwhelming it can feel to get started, especially as someone who’s not a programmer. This being...
View ArticleAndroid Tutorial Review – Populating Android Spinner Data from an SQLite...
Background: I always suggest using an SQLite database for storing your apps’ data. Even if your app doesn’t store a huge amount of data, you may find benefits to using a database over an app’s...
View ArticleAndroid 9-Patch Images–How they Work and How to Create Them
Everyone seems to be interested in how Android deals with multiple screen sizes and pixel densities, after all, Android comes in thousands of different configurations. One of the ways Android deals...
View ArticleHow to Make Your Android App Promote Itself Socially in Just 4 Lines of Code!
Android’s built-in sharing function is a great way to spread the word about your first Android App. In this brief tutorial I’m not only going to show you how to set up sharing from your app, but I’m...
View ArticleAndroid Observers and Observables – How to Update Activities Automatically...
Extending the Android Observer and Observable Classes for Auto UpdatesThe beauty of using an object oriented language such as Java is the ability to extend other classes on your object. Two awesome...
View ArticleAndroid Studio Won’t Open for You Either? This is How to Fix the Android...
Installed Android Studio and it Won’t Open?Android Studio was released today by Google during their I/O keynote speech. If you’re not familiar with it (download a copy here) it’s the beta release of...
View Article