Has anyone created an auto-layout and skinned theme in Corona SDK to look similar to either iOS 7+ or Google's Material design UIs? (free/paid)
Has anyone created an auto-layout and skinned theme in Corona SDK to look similar to either iOS 7+ or Google's Material design UIs? (free/paid)
Here is a first example of a Google Material like button (video). I am working on more than just a button as I need it for a project. I could release it all free. Basically the controls will 'auto-size' themselves for whatever screen size and button dimensions. See video https://youtu.be/h4aWDBtYSwY
Of course I am refining it, but it's my first Corona experiment since a while back.
The current widget library has an iOS 7 theme. We offer two Android themes holo light and holo dark. These should mimic Android UI features. But they definitely don't do the animations of the lighter circle expanding from the touch point. You would have to download the open source code for the widget library from our github repo and tinker with the code yourself
https://github.com/coronalabs/framework-widget
Rob
Material design video 4 for Corona SDK. This addresses resolution sizing, fixes toolbar alignment and adds a tableView scrollview. A regular scrollView will be added next.
Play the video: https://youtu.be/lIHK3H9QFv8
If I get time I will create another video, but for now I did implement rounded rectangle buttons with a nice shadow. It gives the buttons a nice slight shadow gradually fading up. I am working on switches, circle wipes (like a scene switch) and animated controls.
For those following, this is based on Corona SDK free edition. I am working on getting a GitHub repository for the project. This way others can help out and provide feedback.
-Stay tuned!
This is about ready for the 'first' alpha release. . It works fine. Anyone dealt with licensing? I am thinking MIT license and would like others to contribute back, but before I upload code any thoughts on choosing a license?
Here is the initial repo for the project. This is alpha and will be continually developed.
https://github.com/arcadefx/material-ui
Added createTextField() method and plan on making it "work" with a scrollable view. The scrollable view could be collecting form data beyond what the screen area will hold.
Be sure to read the README about "Building for Device" so the keyboard won't cover up the field being edited.
Changes for release:
Changes in latest release:
Changes in latest release:
Changes in latest release:
Changes in latest release:
Paul,
This is fabulous work you are doing! Thank you so much for pouring so much time and effort into this and making it free and available for everyone. This is quite the gift to the Corona community!
Like most Corona developers, I find Corona to be much more useful for games than for traditional apps. However, this library is going a long way to make business apps using Corona a lot more feasible. Thank you!
(I now follow you on both Twitter and Youtube.)
@jerejigga - Thanks for the nice comment!
Changes in latest release:
Changes in latest release:
Changes: