i am new to android ,i dont have idea of layouts,where to refer? basic of layout desigining,and how to make the form scrollable ,such things etc
Regards Rakesh shankar.P
i am new to android ,i dont have idea of layouts,where to refer? basic of layout desigining,and how to make the form scrollable ,such things etc
Regards Rakesh shankar.P
I'd say there most of what you need to know is available at Android Developers. Specifically:
In general, I'd say there are two layouts that are used rather frequently:
orientation
. The space available is distributed to the child nodes depending on their weight
.below
and toRightOf
.To make an area scrollable, you simply place it within a ScrollView