Hello,
I have a little problem I can't solve, here.
with these lines...
synt="SELECT * FROM bnotes WHERE " & spiChoix & _
" LIKE ('%" & filtre.ToUpperCase & "%' OR '%" & _
filtre.ToLowerCase & "%' OR '%" & filtre & "%')"
curs=Starter.sql1.execquery(synt)...
Hello,
I tried to make the voice recognition to close when there is no match by intent.https://developer.android.com/reference/android/speech/RecognizerIntent.html#RESULT_NO_MATCH
Dim i As Intent
VR.Initialize("vr")
i.Initialize("android.speech.action.RECOGNIZE_SPEECH", "")...
I have this code in an activity:
Sub theButton_Click
' Have we permission to use camera?
Private rp As RuntimePermissions
Private havePermission As Boolean = True
If Not(rp.Check("android.permission.CAMERA")) Then
Msgbox("We need this permission because reasons so...
I am using the ZXing library to scan a barcode which returns in the zx1_scan_result () routine. I currently call a subroutine in my activity that displays the scan result in a text field. However, what I need to accomplish is to take the scantext value, launch an httpjob to do an SQL query and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.