This branch contains the first laboratory exercises for the Mobile Applications Programming course. The goal of these exercises was to get familiar with the basics of Android Studio.
The work involved creating an application that:
- Accepts a text input from the user.
- Uses a Switch to optionally convert the text to uppercase:
- If the switch is selected, the text is converted to uppercase.
- If the switch is not selected, the text remains unchanged.
- Passes the resulting text to a new activity, where the final text is displayed.
Additionally, a "Close Application" button was added to both activities:
This lab exercise focused on basic user input handling, working with multiple activities, and implementing simple UI interactions in Android.
