Like the title says, I want to create a button within the app. I'm currently trying to make a planning/agenda app in android studio, that lets you create groups/events for multiple people. E.g. a button called 'add group' should create a new button under the other groups, wich all open a new generated intent with the events. (I will also need this 'layout creating' for the events)
Edit: I figured out how to generate the button, but I've still got no clue how to generate the onclicklisteners for the generated buttons. Does anyone have a solution for this?