Posts by Gabriel Silva • 13 points
2 posts
-
1
votes1
answer111
viewsQ: Calculate sql table in android
I have the following sqlite database and works well: db=openOrCreateDatabase("BaseDadosDB", Context.MODE_PRIVATE, null); db.execSQL("CREATE TABLE IF NOT EXISTS tabeladados(data date,total…
-
0
votes2
answers993
viewsQ: Show SQLITE data between dates - Android Studio (think be between)
Good, I want the user to choose the data to show between the dates he chooses. I’ve tried everything but still can’t. That is what I want to filter between dates, but the user has to choose them. I…