Warning: file_put_contents(/home/cacois/codehenge.net/blog/wp-content/uploads/custom-css/) [function.file-put-contents]: failed to open stream: Is a directory in /home/cacois/codehenge.net/blog/wp-content/plugins/imporved-simpler-css/lib/cpt-to-file.php on line 228
May 302011
 
Android Development Tutorial - A Simple Twitter Feed Reader

Last week I demonstrated designing and implementing customized layouts for Android ListView items, including some simple example code. Today i’ll expand on that code to make something a little closer to an actual app: a Twitter feed reader for Android. I’ll use this exercise to illustrate some new tools and concepts in the process such as working with JSON data and the Android BitmapFactory.

Full Post