Posts by João Victor • 35 points
7 posts
-
0
votes1
answer81
viewsQ: startMonitoringSignificantLocationChanges Does not work in background
I’m making an app that uses the device’s location service. It necessarily needs to be capturing the positions when there is a change of location and should capture in all situations…
-
0
votes1
answer341
viewsA: I cannot replace the fragments displayed in Viewpager
I found the bug. It was a typo in the original code I was doing CONFIGURACOES_DO_VIEWPAGER_2 point to CONFIGURACOES_DO_VIEWPAGER_1, so that Fragments were recreated but the views did not appear to…
-
2
votes1
answer341
viewsQ: I cannot replace the fragments displayed in Viewpager
I am retracing the navigation of an application so that it works as follows: the application consists of a single activity that initially displays a ViewPager with three views (Fragments), and in…
-
0
votes2
answers608
viewsA: Google Maps Android API v2 - Debug key API is not working
Oddly enough, I turned on the computer and the test device today and the map worked. I believe that this reboot was missing or else give time to the API Key be accepted by Google servers. Anyway the…
-
0
votes2
answers608
viewsQ: Google Maps Android API v2 - Debug key API is not working
I’m trying to use the Google Maps Android API v2 on my Android app. It was running on another developer’s micro, with the debug.keystore but with my debug.keystore (located in C:\Users\Meu…
-
1
votes1
answer114
viewsQ: Asynctask canceled during execution does not call any of the post-InBackground() methods
When I cancel my AsyncTask running, it does not update the flag mAsyncTaskEstaFinalizada. Does anyone know what it might be? When I put breakpoints in the methods onCancelled(),…
-
0
votes1
answer333
viewsQ: Seekbar behaving unexpectedly when switching from one tab to another
I have an app with ViewPager and three tabs (tabs), each displaying one Fragment that I seek to preserve in memory so that new ones are not instantiated Fragments every change of tab/screen. public…