Posts by Lucas Soares • 131 points
8 posts
-
0
votes1
answer29
viewsQ: Open page directly on a given slide
I have a page that is entirely a slide, just with the menu next to it. I would like to know how to open this page directly on a given slide. I have tried the common and best known method, adding an…
-
1
votes2
answers2275
viewsQ: Change Action Bar title with Tab Bar
I have 3 Tab Bars that are at the bottom of the layout and the action bar at the top, as default. I need to know how to modify the title of my Action Bar every time a different Tab Bar is selected.…
-
2
votes1
answer151
viewsQ: Dropdown-free Action Bar menu icon
I’m trying to remove the dropdown menu from the Actionbutton Overflow from the Action Bar. In this case it would be the one that has the 3 points, one on top of the other, as default and as default…
-
8
votes1
answer3540
viewsQ: Change Actionbar menu icon
I want to change the menu icon for ActionBar, those 3 points that have as default option "Settings". I’ve tried for the Style creating a custom theme and there putting the new icon but it did not…
-
1
votes0
answers685
viewsQ: How to get the full ZIP using Geocodelocation on Android?
I’m using the GPS to return the user’s address. Everything works very well, but the returned zip code is in the American standard, with 5 digits. Does anyone know any library or any way to get the…
-
0
votes0
answers213
viewsQ: List Adapter does not update after removing
The situation is as follows: I have a SeparatedListAdapter and with it I create 3 sections for my listview. Inside the sections, add 3 Adapters and 3 ArrayLists. The problem is that in each of the…
-
0
votes0
answers401
viewsQ: My Android app doesn’t update on the device test
When I test the app on the emulator, it displays normally, the way I programmed it. But when I move to the phone, it displays a layout that I have changed completely, IE, it is defecated and it…
-
1
votes1
answer275
viewsQ: Log into restricted area of external site
Hello. I have a site with login form and I want the user to be redirected to the restricted area of another site, which was made using Cakephp