Skip to content

A ToDo list app available on playstore which has different functionalities. You can set the priority of tasks and search for a specific task in your task list.

License

Notifications You must be signed in to change notification settings

anuj-thakur-513/Task-List-App

Repository files navigation

Task List

A clean, modern and material UI Task list app available on playstore which has different functionalities. You can set the priority of tasks and search for a specific task in your task list. Swipe left to delete the tasks. Search across your tasks. Sort according to your priority.

Demo

Demo

Dependency

Step 1: Add the following dependencies to your root build.gradle file

    dependencies {
        classpath 'com.android.tools.build:gradle:7.2.2'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
        classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1"
    }

Step 2: Add the following dependencies to your module's build.gradle file

    1. Navigation Components:

    implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
    implementation 'androidx.navigation:navigation-ui-ktx:2.5.1'

    2. Room Components:

    implementation 'androidx.room:room-runtime:2.4.3'
    kapt 'androidx.room:room-compiler:2.4.3'
    implementation 'androidx.room:room-ktx:2.4.3'
    androidTestImplementation 'androidx.room:room-testing:2.4.3'

    3. Lifecycle Components:

    implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
    implementation 'androidx.lifecycle:lifecycle-common-java8:2.5.1'
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'

    4. Kotlin Components:

    implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10'
    api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1'
    api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'

    5. Recycler View Animations:

    implementation 'jp.wasabeef:recyclerview-animators:4.0.2'

Step 3: Apply plugins to your module's build.gradle file

    plugins {
        id 'com.android.application'
        id 'org.jetbrains.kotlin.android'
        id 'kotlin-android'
        id 'kotlin-android-extensions'
        id 'kotlin-kapt'
        id 'androidx.navigation.safeargs.kotlin'
    }

Documentation

Room Documentation

License

MIT

Authors

About

A ToDo list app available on playstore which has different functionalities. You can set the priority of tasks and search for a specific task in your task list.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages