Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interface Builder(User Interface Designer) for Android

I am working on Android since last 7 months....Also knowing brief about I-phone application.

In Android, There is a bad layout editor in Eclipse, but it's neither good nor User Friendly as I-phone Interface Builder is.

Is there any visual designer that would be on par with the iPhone "Interface Builder" ?

Ya, DroidDraw is there but not that much user friendly as Interface Builder of I-Phone...

like image 271
Paresh Mayani Avatar asked Jul 09 '10 06:07

Paresh Mayani


People also ask

Can I design UI on Android?

To design UI, you need no prior programming knowledge, although it is nice to have web developing skills or programming skills. Every application has a user interface with which users can interact. Android provides various pre-built UI components that allow you to build a GUI for your application.

What GUI is used for Android?

Android applications use classes in the Java language to implement various aspects of Graphical User Interface (GUI) functionality. Developers can make use of these classes to create standard behavior within their apps. As well as Java class files, Android applications use XML data to declare screen layouts.

What is UI UX design in Android?

A UI designer is responsible for manipulating these components of mobile applications, either for android app design or iOS app design to give the user the most pleasurable view and comfortable interface for interacting with an application's functionality.


1 Answers

Googlelabs has launched App Inventor .

I havent tried it but it may be help to design interface and code easily.

What is Google App Inventor? 

As i have found one article,in which they have given one line definition as below:

App Inventor is a new tool in Google Labs that makes it easy for anyone—programmers and non-programmers, professionals and students—to create mobile applications for Android-powered devices.

like image 64
Paresh Mayani Avatar answered Sep 28 '22 18:09

Paresh Mayani