Ultimate Droid Creator
A complete drag-n-drop solution for creating Android screens on the fly!
Android
Screenshots
More Information
Ultimate Droid Creator
Copyright 2014, Chris Ruddell
---------------------------
The Ultimate Screen Creator comes to Android! - introducing a complete drag 'n drop solution for creating screens on the fly! With this plugin, creating screens for your app has never been easier. Simply add elements onto the screen using the state-of-the-art control panel and drag them into place. With thousands of lines of custom code, this plugin will revolutionize how you setup your app. Simply add elements to the screen right on the control panel. Then, drag them around, resize them, change their properties, add or subtract. You can even layer elements, overlapping one with another.
Elements that can be added include:
-Label
-Button
-Image
-Text Field
-Slider (limited support)
-Switch
-Table
-Text View
-Web View
-Map
-Video
Each element comes with it's own set of properties to adjust. Buttons are special in that an action can be assigned to them. Possible actions include:
-Load Screen --> loads the specified plugin screen
-Save to Device --> Saves all the data to the device (so it can be auto-loaded the next time the screen is launched, or so other plugins can use the data)
-Send to URL --> Sends all the data to the specified URL (e.g., a custom php script)
-Send and Save --> Saves the data and then sends it to the specified URL
iOS Project
------------------------
See "Ultimate Screen Creator" plugin for iOS versoin.
Android Project
------------------------
CR_ultimatDroidCreator.java
Cr_videoView.java
cr_screen_tablerow_item.xml
cr_ultimate_droid.xml
Version History
------------------------
1.0 - 7/04/14 - Initial Release
1.1 - 10/25/14 - Bug fix related to element sizes as decimals
4.0 - 1/2/16 - Updated for Buzztouch 4.0 core
4.1 - 9/4/17 - Updated for late change in BT 4.0 core