Posts by Simao Coutinho • 31 points
8 posts
-
0
votes1
answer20
viewsA: Android class to trigger events, Batch Routine?
You can create a service with an alarmManager that connects to the server to check for changes but that will greatly increase the power consumption and data of the phone, the best alternative is to…
-
0
votes1
answer25
viewsA: Commitments hour Vertical day - Android widget
I think this is what you’re looking for: Sectionedrecyclerview With this lib you can create a header for every hour.…
androidanswered Simao Coutinho 31 -
2
votes1
answer42
viewsA: GPS sensor locking when sensor is off
The error is in the LSE because you say you have no gps but still try to load the location on the screen, the code should look like this: private void lerCoordenadas(){ if…
-
0
votes2
answers166
viewsA: Misaligned floatingactionbutton
The error is simple in Coordinate Layout you have to use the Constraint set to align the views in this case would look like this: ConstraintSet constraintSet = new ConstraintSet();…
-
1
votes2
answers706
viewsA: Make Floatingactionbutton Overlay Linearlayout
Pass the Floating Action Button code to before the </android.support.v4.widget.DrawerLayout> even at the end of the file, you must solve the problem, if not solve override the Elevation and…
-
-1
votes1
answer57
viewsQ: Query returns nothing
I’m making an application on android using sqlite but I’m not able to return anything with these Where statments. I have the following table: id day month valu1 valu2 and the following cursor:…
-
0
votes3
answers1785
viewsA: Android Studio does not exercise Genymotion device
I have the same problem, the way to get around it is to open the emulator, in android studio you build/build apk, after you have done the show loads in the explorer, and then just drag the file into…
-
0
votes0
answers56
viewsQ: I cannot read the first url line
Good night. Although I can’t figure out which error I can’t get the first line of the file that is in the url when this application is used by versions higher than api 10 because api 10 works well.…