Android Question Dynamic allocation for a view?

Victor jung

Member
Licensed User
Longtime User
Hello, everybody!
I am working on an app, which is a customisable remote,
So in the app, I would like the user to have the ability to add /remove, buttons, text, seek bar etc... wich are all views.
So what is the proper way to code that? I there some sort of dynamic memory allocation that I could use?
Or maybe with list?
Thank you very much for the help!
 

DonManfred

Expert
Licensed User
Longtime User
You will need to provide your own logic to do such tasks.
I mean; providing a list ob Objects; let the user decide whih one to use and then provide routines which handles the objects events.

it is surely possible but i haven´t seen any complete example-code doing this.
 
Upvote 0
Top