• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Tutorial: Android Activity Component Basics

I would like to share an Activity Component Tutorial with the community.

It is more advanced than 'HelloWorld', but simple enough to understand the usecases that are covered. The usecases covered are:


  • Activity component callbacks during launching an App and quitting an App

  • App State persistence across re-starts

  • Activity component callbacks for Menu creation and event handling

  • Navigation from the main screen of the Activity to another screen within the Activity
The tutorial with source code is available here: OpenMobster - Open Source Mobile Cloud Platform: Android Activity Basics

I would like to get more feedback on may be some other topics that the community developers may be interested in so that I can cover them more precisely in the future.

Thanks
 
  • Like
Reactions: GIR
Back
Top Bottom