XML : In Android Studio, how do i make an activity display a list of buttons representing a data table from SQLite?

I am pretty new to android development and I am trying to create an app to track exercises. Every exercise has a name, and I want to have an activity that displays every row from my exercise table in form of a clickable button (which brings the user to an edit activity in which he can edit information about that specific exercise). I am currently kind of confused as to how i am going to add buttons to my xml file. Any help appreciated.

No comments:

Post a Comment