Question: Using Kotlin in Android Studio Thank you! Create an Android Application that has the following: 1. Two Activities 2. The main activity should have a

Using Kotlin in Android Studio Thank you!
Create an Android Application that has the following: 1. Two Activities 2. The main activity should have a list of at least 10 of your friends - It can be a static list (hardcoded in application) - Use recyler view - Display their full name as CardLayouts - Optionally, you can add their picture as icon 3. Clicking on one of name cards, should open the second activity 4. The second activity should show: - Full name - Address (dummy) - Phone Number (dummy) - Etc. 5. Clicking on "back" button should show the name list (first activity) again - Use the Android back button, or use a button on activity 2 Create an Android Application that has the following: 1. Two Activities 2. The main activity should have a list of at least 10 of your friends - It can be a static list (hardcoded in application) - Use recyler view - Display their full name as CardLayouts - Optionally, you can add their picture as icon 3. Clicking on one of name cards, should open the second activity 4. The second activity should show: - Full name - Address (dummy) - Phone Number (dummy) - Etc. 5. Clicking on "back" button should show the name list (first activity) again - Use the Android back button, or use a button on activity 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
