im new to programming apps for android in android studio with kotlin.
im trying to make my own application and i made a concept of how it should work but i cant really help myself, and it is hard to google it because i dont know what to google for.
What i have done already is to implement recylceview and did a class for adapt items in recylceview, setup room database, and all of this works...
But now i want to make that when user press on Item-Button in Recycleview it should open a new activity with a blank layout(where you can add items in recylceview again). But now when the user creates another item in home activity and presses the button it shouldnt open the activity of item number 1, it should open a new activity with new blank layout.
This is my concept how it should work like:
