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....
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
Do you have any idea about the tech stack you want to use?
Yeah, I want to use Kotlin and Compose for UI and development, SQLite for the database storage and Kotlin Coroutines for background tasks
Visit this website decode.agency/article/android-app-... it throws more light on android application