Posts by Roger Casagrande • 123 points
5 posts
-
2
votes1
answer49
viewsQ: Activate an event when it’s moving
I have a ImageView moving on the screen, I need to perform an animation when it is touched by the user, but image.setOnClickListener and also image.onTouchListener are not being activated when the…
androidasked Roger Casagrande 123 -
2
votes2
answers1200
viewsQ: Loading/Loading screen
How to make a screen similar to this on android? Making the bar fill…
androidasked Roger Casagrande 123 -
4
votes1
answer379
viewsQ: Android 6 problem with map.setMyLocationEnabled(true)
I have a problem with the Google Api 23+ specifically in the method mapa.setMyLocationEnabled(true); You need permission to run, and on android 6.0+, I can’t implement the new permissions method.…
-
3
votes3
answers4673
viewsQ: Pass data between Fragments
Here’s what I need: I have an applicationActicitythis is the main and controls the entire application, also I have some fragments2 of them are interface other 2 run in the background. The question…
-
1
votes2
answers2999
viewsA: Show/Hide Bookmarks as Zoom on Android map
There is a method that is functional, not indicated but sure to disappear with all markers at the same time as the zoom value. Implement the class with: public class MapsActivity extends…