Is there an Android app developer?

Is there a tool for creating applications for android similar to the ones on the iPhone? tools that can help the developer easily develop the application ... especially for common things and nothing new in it ... for example, the GUI and the action listener ... I mean, the developer should take care of how to implement the functionality, and nothing to spend your time in "Gui" on yourself and on another ...

+4
source share
5 answers

DroidDraw is a GUI designer / editor that you can use to create your own GUI.

+1
source

AppFurnace is a cloud-based application developer that allows publishing on Android and iPhone - you can use your own JavaScript for programming functionality, he got a built-in GPS tool, as well as a GUI tool for the interface.

(Disclaimer: I work for AppFurnace)

+1
source

The Eclipse plugin has a fair bit of user interface functionality. You can manage most xml layout files through the user interface designer. (However, no one works)

0
source

I use the Infinite Monkeys App Maker to create Android apps for business, community and other social groups. Anyone can create an application using this tool, since no coding is required, and just drag and drop the n drop functionality.

0
source

Source: https://habr.com/ru/post/1334903/


All Articles