Giter VIP home page Giter VIP logo

androidappactivitystate's Introduction

AndroidAppActivityState

The basic idea of this project is to learn how different activity states work in Android.
Some of the basic Activity states are :
(1).onCreate() - is where you initialize your activity.
(2).onStart() - is used to start an activity.
(3).onResume() - works when you come back to your Intent or Activity by pressing the back button.
(4).onPause() - called once another activity gets into the foreground.
(5).onStop() - will be called when you leave the activity for some other activity.
(6).onRestart() - only called when the activity has gone in onStop state.
(7).onDestroy() - the final call you receive before your activity is destroyed.
(8).onSaveInstanceState() - used to store instance state as a Bundle.(when you press the home button).
(9).onRestoreInstanceState() - used to recreate the instance scope.(when you restart the app)

Run the app on the emmulator and try to seen the 'logcat'. To get filtered output select 'Filter' available in the drop down in
logcat and enter the desired filter name and set 'Log' as "MyMessage" (as used in the code).
Try different configuration with the app(i.e. press the back button, press home button, restart app, etc).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.