Posts by Vera Lucia • 33 points
2 posts
-
0
votes2
answers599
viewsA: Click on a Menu, and change the icon of the others
Try the following: Menu mMenu; // referencia do menu @Override public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.menu_map, menu);…
-
3
votes2
answers78
viewsQ: Eclipse Future for Android Development
What are the impacts of Google no longer supporting Eclipse? I can still use the tool to create Android apps?