Posts by Alan Martins • 123 points
6 posts
-
0
votes1
answer748
viewsQ: Api Maps Offline
Good evening, everybody, okay? I wonder if it would have as my application to open the map when the user is without internet ?
-
1
votes1
answer72
viewsQ: Color by Actionbar
I wonder how I can change the color of Actionbar dynamically ? I’ve tried to take getSupportActionBar but I couldn’t get.
-
4
votes1
answer417
viewsQ: Difference between Listview and Listactivity
I’m having a little doubt, what’s the difference between a Listactivity and a Listview ?
androidasked Alan Martins 123 -
5
votes2
answers600
viewsQ: Error using apache Httpclient class
I’m trying to develop an app in which will communicate with webservice, but by the time having to use the Httpclient or other classes related to apache library gives error as it does not exist, I…
androidasked Alan Martins 123 -
0
votes1
answer67
viewsQ: Sending Email direct from the application
Good morning, I am developing an application in which I need to take a String Array and send by Email directly from the application, would anyone have any notion of how I can do this ? Thank you…
androidasked Alan Martins 123 -
1
votes1
answer214
viewsQ: Adding a Edittext dynamically and modifying the layout_width, layout_height and
I’m trying to add two Edittext dynamically, so far so good. Now as I do to move the weight property on the screen, I can only use wrap_content or match_parent.…