Posts by Gabriel Teobaldo • 11 points
3 posts
-
0
votes1
answer398
viewsQ: Popular a Spinner with Sqlite data
I have that class: package com.example.userlocal.oficinadocabelo.Agenda; import android.app.Activity; import android.app.DatePickerDialog; import android.app.Dialog; import…
androidasked Gabriel Teobaldo 11 -
0
votes1
answer111
viewsQ: edittext comparison: Prevent duplicate date and time
//-------CLASSE QUE FAZ INSERT,ALTER,DELETE ATRAVES DE DADOSDADOS PELA CLASSE AGENDARF(CLASSE COM OS EDTTEXTS E SPINNERS) package…
androidasked Gabriel Teobaldo 11 -
1
votes1
answer333
viewsQ: Comparison of an edttext with an Sqlite Bank value
I’m developing an application on android but do not know how to prevent the user register two equal times. Bench: String sql4 ="CREATE TABLE "+TABELAAGE+"(" +IDAGE+ " integer primary key…