Relative Content

Tag Archive for javaandroiddatabasesqliteandroid-studio

Cannot insert a row into one specific table of SQLite database from Android Studio

I’m learning Java mobile development and SQLite. So far I’ve successfully created 5 tables and I find no problems reading or inserting the data into these five tables. However, the activity breaks when i comes to the sixth table called Trips. First I guessed it was due to time format, but now I think there must be some other reason but have no idea what it could be.
This is MyDatabaseHelper class with AddTrip method: