meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
android:multibleactivities [2012/07/04 15:21]
esa-petri
android:multibleactivities [2012/07/04 15:33] (current)
esa-petri
Line 1: Line 1:
 ===== Multible Activities in Android===== ===== Multible Activities in Android=====
-In android each activity should have one clear functionality and if you need to make something that fundamentaly does something else then you should create new activity. but if to be implemented functionality is somehow similar but doesn't fit in this view. You should consider switching between views, or using tab pane.+In android each activity should have one clear functionality and if you need to make something that fundamentaly does something else then you should create new activity. but if to be implemented functionality is somehow similar but doesn't fit in this view. You should [[http://www.codecamp.fi/doku.php/android/views|consider switching between views]], or using tab pane.
  
 links: links:
    * http://developer.android.com/reference/android/app/Activity.html    * http://developer.android.com/reference/android/app/Activity.html
 +   * http://stackoverflow.com/questions/2072244/android-what-is-better-multiple-activities-or-switching-views-manually
    * http://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-between-activities/    * http://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-between-activities/
 +   * http://stackoverflow.com/questions/10351887/how-to-handle-multiple-activities-interacting-with-each-other