DEV Community

Avneesh Kumar
Avneesh Kumar

Posted on

I need a guide for an android application

I want to build an expense tracker application which gives you a daily, weekly and monthly expenditure at the end of the specified deadline of above 3 and also gives you a comparison in terms of % that you have spent xyz% more or less than yesterday/last week/last month but I am confused about how to implement this application using compose and kotlin. Can anyone here guide me to do so? Help me please....

Top comments (3)

Collapse
 
adonaitechnologies profile image
Akua Konadu

Do you have any idea about the tech stack you want to use?

Collapse
 
avneesh01 profile image
Avneesh Kumar

Yeah, I want to use Kotlin and Compose for UI and development, SQLite for the database storage and Kotlin Coroutines for background tasks

Collapse
 
adonaitechnologies profile image
Akua Konadu

Visit this website decode.agency/article/android-app-... it throws more light on android application