Android – Inter Activity Communication

This Tutorial introduces interactivity communication. – what is activity in the android studio?? Activities are one of the fundamental building blocks of apps on the Android platform. They serve as the entry point for a user’s interaction with an app and are also central to how a user navigates to an app or between apps. – What is InterActivity Communication? interactivity communication means how two activity would be speaking with each other. -what is activity lifecycle in android? There some methods of Android Activity Lifecycle – 1.onCreate() 2.onStart() 3.onResume() 4.onPause() 5.onStop() 6.onDestroy()


Leave a Reply

Your email address will not be published. Required fields are marked *