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

Recent content by ravindra4ravi

  1. R

    Apps multiple records not insert into sqllite

    I tryed to insert multiple records in sqllite database but it insert only first record my code is here : Sqllitedatabase db; public void createTableEntry(MyDetails detail) { ContentValues content = new ContentValues(); String name[],sex[],city[]; int age[]; name =...