Pages

Thursday 23 April 2015

Activity vs Fragment

Activity

1)Should have UI
2)Ability to retainState across Configuration Changed by using onRestoreInstanceState() and onSaveInstanceState().


Fragment(Introduced on 3.0)

1)Can have UI/NO UI.
2)Ability to retainState across Configuration Changed by using setRetainInstance(true).
3)ReUsability of UI
4)Tricky to handel back button.

1 comment:

  1. You need to be prepared for the full spectrum of questions that may be presented. For further practice, make sure you go through the required mock interview (see the "Competitive Interview Prep" Section) and for further review, look at some of the following questions:

    1. Tell me about yourself.
    2. What do you want to do with your life?
    3. Do you have any actual work experience?
    4. How would you describe your ideal job?
    5. Why did you choose this career?
    6. When did you decide on this career?
    7. What goals do you have in your career?
    8. How do you plan to achieve these goals?
    9. How do you evaluate success?
    10. Describe a situation in which you were successful.

    List of MBA Interview Questions and Answers is waiting here : ~
    http://www.managementparadise.com/forums/personal-interviews-pi/35305-mba-interview-questions-n-answers.html

    ReplyDelete