Search found 6 matches

by jalsola
September 7th, 2022, 4:26 pm
Forum: Android
Topic: QR Reader barcode.read
Replies: 2
Views: 1730

Re: QR Reader barcode.read

Thank you very much Gregory for the information and the prompt reply. I took your recommendation to create the small app that reads the QR and returns it with SystemApp. Here I attach the small solution of the app on Android. ActivityResultLauncher<ScanOptions> barcodeLauncher = registerForActivityR...
by jalsola
September 5th, 2022, 5:45 pm
Forum: Android
Topic: QR Reader barcode.read
Replies: 2
Views: 1730

QR Reader barcode.read

Hello fellows, I have a big question! I have been using the QR reader option on my A22 cell phone without any difficulty since April. The code I use is this: QR = barcode.read("Escanear el código QR"); The process is simply to get to a question, within my created questionnaire, and when I...
by jalsola
February 8th, 2021, 5:01 pm
Forum: Android
Topic: Manual .csdb generation
Replies: 3
Views: 2666

Re: Manual .csdb generation

Thanks for the reply, but it's really not what I'm looking for. I specifically want to know if there is any way to generate a .csdb file manually. For example, have a json and with that generate a .csdb file. What I have been able to do is pull the information that is in a .csdb and convert it to a ...
by jalsola
February 4th, 2021, 10:48 am
Forum: Android
Topic: Manual .csdb generation
Replies: 3
Views: 2666

Manual .csdb generation

Hello everyone, a question about the files generated by the Cs Entry. The .csdb files can be generated in any way manually? This question is because I have an application that connects to a server and the transfer of the .csdb files is very heavy. What I need to do is save only the data from the .cs...
by jalsola
February 4th, 2021, 10:44 am
Forum: Android
Topic: Open .pff
Replies: 2
Views: 1798

Re: Open .pff

Thank you very much for your prompt response, your repo has worked for me. :D
by jalsola
February 3rd, 2021, 5:01 pm
Forum: Android
Topic: Open .pff
Replies: 2
Views: 1798

Open .pff

Greetings to all, I have an application developed in Android Studio and I am using the CsPro application on my phone. The point is that I create the .pff file by code with all the specifications and I use the following code: File pffFile = new File(pffPath); Intent intent = new Intent(Intent.ACTION_...