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 :
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.
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.
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
Screen of application UI are uploaded for your reference.
Important: Also refer the gradle file changes too.