Skip to content

Do Tasky is an android app which is simple day to day task listing application. With FirebaseBase auth and Real Time Database app works on android with Kotlin. User can also access their daily tasks from any android device.

Notifications You must be signed in to change notification settings

pratikvairat/Do_Tasky

Repository files navigation

Android Application to list down daily task using Kotlin and Firebase.

Do Tasky is an android app which is simple day to day task listing application. With FirebaseBase auth and Real Time Database app works on android with Kotlin. User can also access their daily tasks from any android device. With the help of this app it beacomes more use to maintain daily routine of your tasks. In this application androids following functions are used :

1. Fragments.

Fragments are being used in app. With the help of Fragments on can handle the multiple features of application with changing the activity. There are number of fragments used in app so that to handle the features of app.

2. RecyclerView.

RecyclerView in android is used in this app. With help of recycler view app handles the loading of task and there presentation from FireBase to the end users. In recycler view there is binding of CardView. The CardView loads tasks as per defined in adapter of the recycler view. CardView contains a TexrView which will show tasks by loading them from FireBase RealTime Storage.

3. FireBase.

Firebase is Google’s mobile application development platform that helps you build, improve, and grow your app. The app uses two features of Firebase as

1.Authentication
2. Realtime Database


Screen of application UI are uploaded for your reference.


Important: Also refer the gradle file changes too.

About

Do Tasky is an android app which is simple day to day task listing application. With FirebaseBase auth and Real Time Database app works on android with Kotlin. User can also access their daily tasks from any android device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages