0
I am developing an application that needs to have a series of custom buttons on the home screen. The amount of buttons that will be displayed will be configured. Having this information at my disposal, how can I implement their organization so that they position themselves in different ways on the screen?
My goal is to always try to center them leaving arranged in columns and rows and having at most 3 columns of buttons.
I thought about using Recyclerview but I don’t know if I can make the application this way. With your experience what you recommend me?