Designing Android layouts -
i need develop app submit job details server.my layout have below:
emp name : edit text entering name id: edit text work number: edit text attach pic: edit text browse button edit text browse (max 4 pictures)
once picture attached, want appear next attach pic icon , delete button should appear. possible pic appear icon? let me know layout should chose achieve linear or relative ? 1 easier needs supported on mobile & tablet.
if layout-hierarchy not complex linearlayout
faster relativelayout
. if think requirement may complex later(seems yours will) advisable use relativelayout
.
Comments
Post a Comment