I like to start developing android app in Eclipse, but feeling it’s not much friendly to design UI. Is there any other editor that is more efficient than Eclipse?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Eclipse – Android layout editor is the best as per my experience. If you learn the different types of layouts and their attributes perfectly then you are able to design any flexible layout (flexible in the sense it can be view from any screen resolution).
Yes,
DroidDrawis useful for the beginner, but let me be frank i have started layout with this design tool but later on i just had started with the native android layout editor and now i am having enough practice, so i suggest you to learn android layouts and their attributes. First concentrate on RelativeLayout because it is mostly used layout in most of the apps.And yes, i would also like to tell you that there are mainly 2 design patterns we follow:
=> For detailed information about DashBoard Design pattern, go through this article:
Implementing Dashboard and Action Bar=> To Learn about the types of different android layouts with output snaps, here is the best article as far as i know:
Android Layouts tutorial=> To make android app with more stylish, go through articles on this site:
Styling Android