[android-developers] howe to make a sub activity. ore a new windows with ui.
hey
im total new to android coding.
and i wish to go from my home screen in my app to a second screen.
where i can develop som kind off settings menu.
i can't find any kind off guide to it. and the help cos i find normaly
don't work.
just 1 question more..
i goth this code with make a textview to rise ore go down but i with
to dublicate it. his is my code. for button for minus. but if i wish
to dublicate it what is the code for that???
case R.id.minus:
score --;
score1.setText(String.valueOf(score));
break;
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home