[android-developers] About DataBase

2012-05-25 Thread Anil Kumar
Hi buddies this is Anil. I am new to android can anybody suggest me about the database . My problem is i created the database in my project and i successfully added the data in my database ... but after installing the apk in my mobile ... i dint get the values Once again i need to add alll my

Re: [android-developers] About DataBase

2012-05-25 Thread Narendra Singh Rathore
On Thu, May 24, 2012 at 5:35 PM, Anil Kumar vishnupriyaa...@gmail.comwrote: My problem is i created the database in my project and i successfully added the data in my database ... but after installing the apk in my mobile ... i dint get the values Once again i need to add alll my

Re: [android-developers] About DataBase

2012-05-25 Thread James Black
Or store the initial data in a resource file, then read it in and create/populate the database. On May 25, 2012 7:23 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Thu, May 24, 2012 at 5:35 PM, Anil Kumar vishnupriyaa...@gmail.comwrote: My problem is i created the database in my

[android-developers] About Database in Android.

2012-04-16 Thread Kirupa
I want to create two tables in a database in android. is it possible? can you send sample code for this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] About Database in Android.

2012-04-16 Thread Justin Anderson
http://lmgtfy.com/?q=android+database+tutorial Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 16, 2012 at 9:26 PM, Kirupa answerofandr...@gmail.com wrote: I want to create two tables in a database in android. is it possible? can you send