Skip to content

Exercises from a university course on Mobile Applications Programming in Android Studio. Each branch represents a separate module from a specific lab session.

Notifications You must be signed in to change notification settings

dvvvjula/android-studio-lab

Repository files navigation

PAM_01

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:

  1. Accepts a text input from the user.
  2. 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.
  3. Passes the resulting text to a new activity, where the final text is displayed.

Additionally, a "Close Application" button was added to both activities:

  • Clicking this button closes the application and returns the user to the device’s home screen.

    ezgif-6beeeb9c095256

This lab exercise focused on basic user input handling, working with multiple activities, and implementing simple UI interactions in Android.

About

Exercises from a university course on Mobile Applications Programming in Android Studio. Each branch represents a separate module from a specific lab session.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages