Hello everybody,
I got 2 activities and I pass from 1 to another with a button.
But when I clicked it the app exit.
I can't see the log because I debug the app directly on the Tablet and it's not USB debugging compatible :-(.
The code stops here:
I haven't change nothing to the code (related to the sqlite db) modified by Klaus...
Thanx in advance.
I got 2 activities and I pass from 1 to another with a button.
But when I clicked it the app exit.
I can't see the log because I debug the app directly on the Tablet and it's not USB debugging compatible :-(.
The code stops here:
B4X:
Sub Activity_Pause (UserClosed As Boolean)
If UserClosed Then
SQL1.Close 'if the user closes the program we close the database
End If
End Sub
Thanx in advance.