[android-beginners] Re: Storing Data to database

2008-10-03 Thread sarika
yes got it ... its working now thanks On Sep 29, 5:00 pm, Mark Murphy [EMAIL PROTECTED] wrote: sarika india wrote: as i am using following SQLiteDatabase.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_HIGHSCORE}, null, null, null, null, null); at this point i am

[android-beginners] Re: Preparing an android session for my Java User Group ...

2008-10-03 Thread sarika
hi, i have given presentation on Android , you can cover following points : 1) Definition of Android 2) Features 3) Architecture 4) Advantages 5) Android Vs J2ME i prepared power point presentation as well as some notes : you can prepare presentation with help of notes : Definition of

[android-beginners] Storing Data to database

2008-09-29 Thread sarika india
Hello, will anybody plz guide me how to store data in database? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To

[android-beginners] Storing Data to database

2008-09-29 Thread sarika india
as i am using following SQLiteDatabase.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_HIGHSCORE}, null, null, null, null, null); at this point i am getting following errors : Caused by : android.database.SQLiteExceptions : no such table highscore :, while compiling SELECT _id ,

[android-beginners] New to android

2008-09-16 Thread sarika india
hello to all, i am new to android learning step by step Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com