Recent content by Bhavin Thakar

  1. Bhavin Thakar

    Sqlite Database context android

    I have registered so how can i create the same thread and get assistance
  2. Bhavin Thakar

    Sqlite Database context android

    I have created a Database class file to use SQLite db in Android app. Since I am beginner and I am having problem understanding what should i put in context when I instantiate Database class to another class The database code is as follows: public Database(@Nullable Context context) {...