|
A Crowd-sourced Cookbook on Writing Great Android® Apps |
|
|
|||||||
|
||||||||||
|
Chapter
7. Graphical User Interface
Contributed by
Ian Darwin 2012-07-13 05:08:32 (updated 2012-07-13 05:08:32)
In Published Edition?
No
|
0
Votes |
This is a placeholder recipe for some ideas on layout management aka ViewGroup
You can either create a Compount Component which incorporates some layout logic, or you can create a re-usable layout manager by extending ViewGroup.
|