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

Search results

  1. B

    Apps NullPointerException on SQLiteDatabase.query

    Hi there, I got a NullPointerException when I tried to get all the agenda that are recorded in my SQLite database. The insert works well, I create a Toast with the ID which is returned, and it increment normally. public List<Agenda> getAllAgenda() { List<Agenda> agendas = new...