Check out this post here http://negentropiccoder.blogspot.com/
And the code source here http://code.google.com/p/androsql/downloads/list In this post, I want to expose you AndroSQL, a SQLite framework based on Enum that I builded to help me in my Android applications developpement. I created an example application with a multiple selections dialog, where you can create time schedules, edit and list them. Click here to dowload the example and source code : http://code.google.com/p/androsql/downloads/list This example implement a tipical many-to-many relations. Also, this application use the Enum capabilities to print out the database content in your LogCat console. The following sections will decribe my SQLite framework through the explanation of my multiple selections dialog example. Contents The problem with the NotePad android tutorial The Multiple choise dialog example Define database with enum The SCHEMA The Tables The DAO The Debugger --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

