android view creation steps detailed explanation -
this general question, has been nightmare me trying solve out view-related problems in android. not logic, takes lots of time, , follow wrong approach know wrong: try else , if see right thing in screen ok. know not right approach. want clear out mind learning internal operations while creating views in xml.
what need reference or tutorial explains happens when create view, layout, view tree etc. want know parser operates during creation.
in ios platform have developed simple , intuitive storyboard designer , feel , developer doesn't have spend time solving ui issues. want draw easy in way. @ least there should can drive me think easy draw ui. suggestions? thanks
first, never find quite apple's interface builder android. reason is, apple lot of hidden "magic" behind scenes never see, , can never about. both blessing , curse work you. google/android not this.
an android xml layout 1:1 equivalent building layout using java code. properties define view in xml handed directly view's java code definition, , read/interpreted there (see attributeset).
the best thing read google's documentation layouts , views. android layouts dynamic in nature, apple's static nature. best forget know apple's views , learn way google prescribes. can learn more android layouts here.
Comments
Post a Comment