Conditional Statements
If-else Statement: If else statement can be used for executing a group of statements based on condition. Syntax If the condition is satiesfied then it will be executing if block…
If-else Statement: If else statement can be used for executing a group of statements based on condition. Syntax If the condition is satiesfied then it will be executing if block…
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