Here are the steps I would take: 1. Read up on how SQLite database work in Android 2. Implement your database 3. Read up on how to create a listview (probably using a CursorAdapter) 4. Implement your listview
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 22, 2013 at 11:42 AM, bob <[email protected]> wrote: > It sounds like the Notepad sample is very similar to what you are looking > for: > > > <https://lh4.googleusercontent.com/-q5ckV96UK3E/UZ0DgFUyrjI/AAAAAAAAAhc/kGZGbYZv4r4/s1600/notepad2.png> > > > Thanks. > > > On Wednesday, May 22, 2013 10:31:34 AM UTC-5, Dan Cha wrote: >> >> Ive looked around and found only a few apps kinda close to what im trying >> to do and few good examples on how to successfully setup SQL lite or >> whatever database to tie to the app to store the values on the phone/device. >> >> What im trying to make is a very simple app for now that is just a long >> list of entries so that my daughter can reference it as she needs. >> >> So for this first version i want to setup a local db that will be stored >> with the app on the phone/device. >> Setup a simple entry form with 1 or 2 fields, submit and now you have a >> list. >> >> Maybe give the ability to search or sort the list as it will grow into >> over hundred entries. >> >> Can anyone offer a good site or online example of setting up such a app, >> not looking for someont to do it, just a sample site that shows how to link >> a db to your app so that values can be stored. >> >> thank you >> > -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

