Re: [android-developers] Re: Create an app to store a list of values locally on the phone/device

2013-06-05 Thread Justin Anderson
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

[android-developers] Re: Create an app to store a list of values locally on the phone/device

2013-05-22 Thread bob
It sounds like the Notepad sample is very similar to what you are looking for: https://lh4.googleusercontent.com/-q5ckV96UK3E/UZ0DgFUyrjI/Ahc/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