android: how to create multiply views screen?

Posted by avi cohen on Stack Overflow See other posts from Stack Overflow or by avi cohen
Published on 2010-05-23T20:05:20Z Indexed on 2010/05/23 20:11 UTC
Read the original article Hit count: 217

Filed under:

hello, i'm beginner at android development. i want to create an activity, which shows a question with 4 answers, and at the bottom of the screen i want to place a timer. i have already found timer example, and i created a question with the answers. the problem that they are 2 different projects and activities, and i am looking for the best way to implement it. i think i can't show 2 activities on one screen, but i can show 2 views or shell i use the ViewGroup, or maybe to copy-paste one of the activities code to another ( its the easiest way but probably the most ugliest way to implement it). please tell me what is the best way, that i will study and not to waste time to study all the ways and only then to choose one of them.

thanks!

© Stack Overflow or respective owner

Related posts about android