Also you can look at the Notepad tutorial, which is a very simple but helpful tutorial that covers how to use a SQLite3 database and how to use a cursor object to automatically populate a UI list:
http://developer.android.com/guide/tutorials/notepad/index.html On Nov 10, 9:18 pm, Stephen Abrams <[email protected]> wrote: > Hi Artem, > > I think this might help: > > http://www.anddev.org/working_with_the_sqlite-database_-_cursors-t319... > > Accessing the db > directly:http://developer.android.com/guide/developing/tools/adb.html(section > "Examining sqlite3 Databases from a Remote Shell") > > As a new Android developer, you might want to spend some time pouring > over the Framework Topics here:http://developer.android.com/guide/index.html > > HTH > Steve > > On Nov 10, 9:44 pm, Artem <[email protected]> wrote: > > > > > I'm new to Android development so I don't really know how all this > > works. I know a lot of web languages but they're a lot different from > > java (which is what Android uses, I believe). I'm trying to create a > > small application but can't figure out how to populate a list or > > select box with data. How do I store the data so when you install the > > application it will read it from some database/file and display it? > > Do I need to use SQLite for this? If yes, how do I populate it before > > exporting the application? Sorry, I'm new...- Hide quoted text - > > - Show quoted text - -- 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

