Skip to content

Latest commit

Β 

History

History
45 lines (33 loc) Β· 1.96 KB

File metadata and controls

45 lines (33 loc) Β· 1.96 KB

Taskify

A fully functional Android task management application that delivers reliability, ease of use, and an intuitive design to enhance productivity. See the demo here.

Android Kotlin Jetpack Compose

✨ Features

βœ… Smart Task Categorization – Organize tasks into categories for better clarity.

⏰ Timely Notifications – Get reminders exactly when needed to stay on top of important tasks.

πŸ“Š Productivity Insights – View daily, weekly, and monthly summaries to track progress and efficiency.

πŸ“± Modern UI with Jetpack Compose – A clean, intuitive, and fluid interface for a seamless experience.

πŸ“₯ Installation

πŸ”Ή Requirements

  • Android Studio
  • Android device running Android 7.0 (Nougat) or higher

πŸ”Ή Debug Build

  1. Clone the repository

    git clone https://github.com/kite1412/android-taskify.git
  2. Open the downloaded repository in Android Studio

  3. Simply click run (▢️) button at the top of the Android Studio to install and launch the app.

πŸ”Ή Release Build (preferred for smaller apk size)

  1. Clone the repository

    git clone https://github.com/kite1412/android-taskify.git
  2. Open the downloaded repository in Android Studio

  3. Navigate to Build > Generate Signed APP Bundle / APK

  4. Select APK to build signed APK

  5. Choose an existing .jks file or create a new one to sign the APK

  6. Select release as Build Variants then Create, wait for the APK file generation to complete

  7. In project's root directory, run following command:

    adb install app/release/app-release.apk