Open Sourced: KyleWBanks.com Android App
I've been working on a very simple Android app that fetches and displays blog posts from my site. As I was developing the app, I decided that it would probably be of more use to show people the source code than to actually release the app on Google Play, seeing as how a mobile device isn't the greatest way to view code snippets.
The source is up on GitHub and it's basically an extension of my previous post about fetching and parsing JSON using the GSON library.
The new app takes it to the next step by displaying the posts in a nicely styled ListView and allows the user view the full post by selecting it from the list. The source code should offer some help to people looking to use their own fonts, multiple activities, custom animations, and their own Application object.
In addition to the source code, I've written a few posts on some of the more exciting parts of the application, and walking through the steps of implementing them:
- Tutorial: Implementing a Client Side Cache using the SQLite Database on Android and SQLiteOpenHelper
- Implementing Google Plus Style ListView Animations on Android
- Applying Custom TTF Fonts in an Android Application Using Typeface
Here are a few screenshots of what you can expect to see in the app:
Check it out on GitHub.