Posts by Sayoan Oliveira • 23 points
2 posts
-
0
votes1
answer46
viewsQ: Actionbar dynamic text size
How do I place the text in the dynamically sized actionbar? I need to set in different text sizes and have to frame dynamically. public void setarTituloActionBar(String nome){ setTitle(nome); } The…
-
1
votes1
answer598
viewsQ: Opening an Activity and returning saving the main state
After many researches I came across the following situation: I’m on my own Main Activity and would like to open another Activity(passing parameters to Activity2[In case a meditate]), after this use…