• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. R

    Getting null Cursor from DBAdapter inspite of record being there in table.

    Hello All, In my android application i have created a class to handle sqlite database & table. In that i have created one function which returns all the records in the table. Below is the code i m using Cursor result=null;result = db.query(DATABASE_TABLE1, new...
  2. R

    Newbie

    Hello my self Rajen Raiyarela. I have been working on Android since last 1 yr.