Posts by Rodolfo Zacarias • 1 point
2 posts
-
0
votes0
answers1569
viewsQ: Consult a record on Sqlite
I’m having a problem to perform a query in a Sqlite database of an android application I’m studying. I can recover all the records that the database contains, but I can’t search a single table…
-
0
votes0
answers75
viewsQ: Use Asynctask to capture web page data in Android app
Good morning, another newcomer in android development. Going straight to the point, I would like to know how to call an Asynctask, which captures a String in a web page, within another class,…