Hi, take a look at this tutorial http://developer.android.com/guide/tutorials/notepad/index.html It contains pretty much everything you need in the first exercise.
Best regards, Filip Havlicek 2010/8/19 AAJ <[email protected]> > Hello, > I am working on some sample programs, where i have to take the value > from the user and store it in the database. I have used DroidDraw to > create the XML code for UI.For now, I have just started with a > textbox. So, I have to take the value from this textbox and store it > in a database. I am using SQlite browser to create tables. I read in > some forums, that one way of doing this - > 1. Copy the db file in the asset folder of the android project and use > the AssetManager class. But i am not able to figure out how to use the > asset manager class here. > > Or if I could get some simpler suggestions on how to store the value > from user into the database, it would be great. > > Thanks > AAJ. > > -- > 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]<android-developers%[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 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

