android separate view on button press

Posted by Funky Dude on Stack Overflow See other posts from Stack Overflow or by Funky Dude
Published on 2010-04-01T17:56:11Z Indexed on 2010/04/01 18:23 UTC
Read the original article Hit count: 269

Filed under:

i am developing an android todo list app to learn. right now in my main layout xml file, i list all to-do list items. i created a menu button called add to add a new to-do. the problem is that i want to show a different view when add button is pressed. in that view i will have an editbox and 2 buttons. anyone have any suggestion on how that can be accomplished?

© Stack Overflow or respective owner

Related posts about android