Androiddraw is an integrated Android application with DroidDraw that allows you to get from the DroidDraw application
Download your GUIs and also allow you to preview your GUIs on an Android device
1, the first download installation DroidDraw, I use the version is Droiddraw-r1b22
2, download androiddraw.apk, and install on the simulator, the installation steps are as follows:
1 Use CMD to enter the command line window and enter the Platform-tools directory under the ANDROID-SDK you installed, as shown:
2 use: adb install androiddraw.apk to install it on your Android device
3 Install a port forwarding rule: adb forward tcp:6100
After loading, you can see the installed program icon on the simulator:
3, running Androiddraw on your Android device, you should see something like this:
4. Run DroidDraw on your computer and create a GUI, then choose "Project"-> "Send GUI to Deviec" from the DroidDraw menu, is to send the designed XML to the ANDROIDDRAW program that the emulator is running, and the "Upload succeeded" message box will pop up if it succeeds.
5, now you should see on the Android screen the GUI you created in DroidDraw XML like this:
6, click the "Preview Layout" button to preview your GUI.
7, click on the back of the emulator arrow, to return to the Androiddraw main screen.
Of course, you can also simply use DroidDraw to design the UI, and then copy the designed XML code into the Android project's layout file and run it directly to see the results