DEV Community

Tanishq Saluja
Tanishq Saluja

Posted on • Updated on

Just Another ToDo Application

Hello awesome devs,

To master any language the best way is to solve programming questions using it or build a project using it, in this way we learn on the go and this is what keeps us going and never makes us bored in our journey to master a new tool/language/framework.

I built an Android Application in Kotlin few months ago, it really helped me to learn a lot about this language especially about the null safety which is a one of the standout features of this language.

In this application, I used :
SharedPreferences for Logging in the user
ViewPager and PagerAdapter to show On Boarding screens
Room library for data persistence
RecyclerView for showing the notes made by user
CoordinatorLayout in XML and much more

Here is the repository link : ToDo Application

Please star ★ the repository incase you find it useful.

Happy Coding, dev fam !

Project SS

Top comments (0)