What is "Android Activity", what is the difference between "BlankActivity", and "MasterDetailFlow"?

Posted by Adrianus Hendry on Stack Overflow See other posts from Stack Overflow or by Adrianus Hendry
Published on 2012-11-02T16:59:05Z Indexed on 2012/11/02 17:00 UTC
Read the original article Hit count: 120

Filed under:
|
|

I want to create an android application using Eclipse Juno, but then i am getting confused of what the "activity" actually is. The first time i created android app project, there was an option that require me to select whether i want to create activity, and if so, i need to choose between BlankActivity and MasterDetailFlow. Also, is it possible that an application has many activities?

I think i need some tutorials about creating android application using eclipse, so if you have a good tuts either it is in text or videos i will appreciate it.

Actually i am a newbie in mobile apps development, so i wish the answer will be less complex. Thanks in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about android