Control Statements
The statement of a java program will be executed in sequential order. If we don’t want to execute the statements in sequential order i.e. if we want to execute the…
The statement of a java program will be executed in sequential order. If we don’t want to execute the statements in sequential order i.e. if we want to execute the…
activity_main.xml MainActivity.kt
activity_main.xml MainActivity.kt
activity_main.xml MainActivity.kt
activit_main.xml MainActivity.kt Second.kt activit_second.xml Third.kt activity_third.xml AndroidManifest.xml
Intent:- Intent is an action element1) Move from one page to other2) Transfer data from one activity other activity3) Invoke System components — Camera, Gallary, Document, Video, Browser Intent 2…
activity_main.xml MainActivity.kt
Activity: An activity represents a single screen with a user interface just like window or frame of Java. Android activity is the subclass of ContextThemeWrapper class Service A service is a component…