The Activity Lifecycle in Android
Activity
It is one of the four main components of android and is generally the App's Entry Point.
Unlike other programming paradigms where most of the programs are started using a main() method, Android launches code in an Activity instance through s...
sagar0-0.hashnode.dev4 min read