Make copy of button dynamically

JonPM

Well-Known Member
Licensed User
Longtime User
I am working on my first app. It consists of a TabHost with scrollviews. The main page has about 20 buttons. The second tab is a Favorites screen which will hold the users favorite buttons. I am trying to make it so that when the user long clicks on a button on the main screen, it will ask whether or not to add the button to the Favorites screen. I am not sure how to accomplish this. Any ideas?
 
Top