Posts by Jorgyan Ribeiro • 29 points
7 posts
-
1
votes0
answers30
viewsQ: Problem to Debug
I was using the Android emulator to test my apps, but it is very slow, I started using my smartphone, but I realized that many times the application is not updated. To resolve I uninstall the…
-
0
votes2
answers212
viewsA: Error generating apk with google play services
Thank you, Lucas. but I got it. When I created a Googlemapsactivity it shows me a google_maps_api.xml file to include my access key. But this file is only for debug. I changed the perspective to…
-
0
votes2
answers212
viewsQ: Error generating apk with google play services
I have an app that uses google maps, which works perfectly in debug mode. But when I signed apk, and install on the device the maps do not work. What can be?
-
0
votes1
answer137
viewsQ: How to download a database and insert it into the app?
The app downloads the database according to the user’s status and inserts it into the database.
androidasked Jorgyan Ribeiro 29 -
0
votes2
answers343
viewsA: How to use a ready database on Android with Sqlite
Edgar Muniz Berlinck the class Sqliteassethelper solved my problem.
-
0
votes2
answers343
viewsQ: How to use a ready database on Android with Sqlite
I am developing an application that downloads a database according to the state (UF) of the user. Does anyone know how to enter the data into the database? Note: the database file, can reach there…
-
0
votes0
answers155
viewsQ: Move scroll from <iframe>, <embed> or <Object> with PDF
I have a reading project online, I’m using the tag iframe to display the pdf page. I need to save the position of the scroll and restore at next reading. Sample snippet: <html> <head>…