Android–Supporting Multiple Devices Part 2

Posted by rodelljr on Geeks with Blogs See other posts from Geeks with Blogs or by rodelljr
Published on Tue, 03 Jun 2014 15:01:52 GMT Indexed on 2014/06/04 3:25 UTC
Read the original article Hit count: 104

Filed under:
|
|

Originally posted on: http://geekswithblogs.net/rodelljr/archive/2014/06/03/androidsupporting-multiple-devices-part-2.aspx

I would like to thank the KC Mobile App Developers group for allowing me to do my presentation; Supporting Multiple Devices Part 2. In this talk, I discussed a Master/Detail application that runs on Android 2.2 devices and forward. I used the Actionbar compat Android library to allow the older devices to have an actionbar. I also used a SQLite database for my data. And just to add one last thing, I also incorporated the use of custom fonts. 

If you are interesting in looking at this sample application, I have uploaded it to my GitHub account here. I also have a Power Point presentation which you can get here.

I will be doing this talk again at a later date this year, so when I have a date and location, I will post a follow up blog.

© Geeks with Blogs or respective owner

Related posts about android

Related posts about java