Welcome to the Mobile Development repository! This collection showcases a variety of Android Studio projects that demonstrate different aspects and features of Android app development.
To get a local copy of this repository up and running on your machine, follow these steps:
- Android Studio, preferably the 2024.1.1.11-Koala version
- Java Development Kit (JDK): Version 8 or higher.
- Android SDK: Ensure you have the necessary SDKs installed via Android Studio's SDK Manager.
-
Clone the repository to your local machine:
git clone https://github.com/Daclapo/MobileDevelopment.git
-
Open the project in Android Studio:
- Launch Android Studio.
- Navigate to
File > Open...
and select the project folder from the cloned repository.
-
Build the project to install all dependencies:
- Ensure your SDK is correctly configured by checking
File > Project Structure > SDK Location
. - Once the project is open, click Build > Make Project to install all necessary dependencies and build the project.
- Ensure your SDK is correctly configured by checking
-
Resolve any issues (if applicable):
- If Android Studio detects missing dependencies or issues with your SDK, it will prompt you to download and install them.
-
Connect a device:
- Either connect a physical Android device via USB or use an Android Virtual Device (AVD).
- Ensure USB debugging is enabled on your Android device.
-
Run the project:
- Click the Run button (green play icon) in Android Studio to launch the app on your connected device or emulator.
-
Interact with the app:
- Follow the app's interface and features. Each project might have its own usage instructions, so check the project folder for any specific guidelines.
I would like to express my gratitude to Luis Manuel Moreno, my Programación Multimedia y Dispositivos Móviles teacher, for providing the exercises and guidance that helped me develop these projects.