I want to design the layouts programatically that means without the xml file as per project requirement.
But the terms used programatically is completely different from xml file.Is their any useful tutorial to learn programatically that means without xml file. guide me!
I want to design the layouts programatically that means without the xml file as
Share
you can create any view you want
a linear layout
A Text View
and anything else.
Source