LearningContract

📱 Learning Contract Application

This is a static Android application built using Android Studio.
It is currently available for download as a release APK from the Releases section.

📸 Screenshots

screenshot1 screenshot2

📦 Installation

  1. Go to the Releases page of this repository.
  2. Download the latest app-debug.apk.
  3. Transfer it to your Android device.
  4. Enable Install from Unknown Sources (if not already enabled).
  5. Open the APK file and install the app.

🛠️ Development

This project was built with:

Android Studio Kotlin Gradle

To build this project locally:

  1. Clone the repository:
    git clone https://github.com/justcallmezaaii/LearningContract.git
    
  2. Open the project in Android Studio
  3. Build > Generate Signed Bundle / APK > APK

(back to top)