Monday 3 December 2012


Development Process for Android 

applications Layout:

Development process for Android applications
This is the layout which explains us how to develop an Android Application.Hope all those who want to develop an Android Application will follow above layout...............
User InterFace Layout Below Read more..!:)


                                User Interface Layout


    The user interface for each component of your app is defined using a hierarchy of View and ViewGroup objects, as shown in figure 1. Each view group is an invisible container that organizes child views, while the child views may be input controls or other widgets that draw some part of the UI. This hierarchy tree can be as simple or complex as you need it to be (but simplicity is best for performance).
                        
    To declare your layout, you can instantiate View objects in code and start building a tree, but the easiest and most effective way to define your layout is with an XML file. XML offers a human-readable structure for the layout, similar to HTML.

    Tags:

    0 Responses to “ ”

    Post a Comment

    © 2013 TechnoStruct. All rights reserved.
    Designed by SpicyTricks