I want to have an android activity that in general will recursively call the same activity until I set an attribute “status = something”… So I want when the activity starts , to have a different layout (enable couple of buttons that I don’t want to be visible from the start of the application). Is it possible to load differrent layout.xml? Or will this be done only by java code?
Share
Why don’t you make those button invisible until “status = something”