Skip to content

Compilation of Android Studio projects from my Grado Superior en Desarrollo de Aplicaciones Multiplataformas program

Notifications You must be signed in to change notification settings

Daclapo/MobileDevelopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Mobile Development Projects

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.

Getting Started

To get a local copy of this repository up and running on your machine, follow these steps:

Prerequisites

  • 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.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Daclapo/MobileDevelopment.git
  2. Open the project in Android Studio:

    • Launch Android Studio.
    • Navigate to File > Open... and select the project folder from the cloned repository.
  3. 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.
  4. 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.

Usage

  1. 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.
  2. Run the project:

    • Click the Run button (green play icon) in Android Studio to launch the app on your connected device or emulator.
  3. 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.

Acknowledgements

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.

About

Compilation of Android Studio projects from my Grado Superior en Desarrollo de Aplicaciones Multiplataformas program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages