Is there a way to create an HTML-like UI in Corona SDK

Hi there,

just wanted to ask if there is a way of creating a professional UI, i am thinking how can i create a web-like app using corona sdk, i know how to use the widget candy but thats not what am looking for… i need to design business apps with professional UI.

I can use some help :rolleyes:

thanx in advance

Look at this code:

https://github.com/coronalabs/business-app-sample

Rob

thanx man that was helpful,

unfortunately i cant use the composer library right now cuz its limited to Mac users…

looking forward to use the composer lib … thanx again

The Composer GUI is limited to Mac at the moment, however the Composer API that this sample uses should run on Windows as it’s code that actually makes up your app where Composer GUI is a tool to build code.

Rob

then why i keep getting this error

“module ‘composer’ not found:resource (composer.lu) does not exist in archive”

does it have something to do with the public release ?

What version of Corona SDK are you using?

I am using the basic version

I was wanting to know what version.  The current public build is 2014.2393.  If you are running the older build (2014.2189) then Composer isn’t available.  If you’re running 2393, then you should be able to use it.

Rob

yeah i thought so,

thanx alot man that was helpful :slight_smile:

Look at this code:

https://github.com/coronalabs/business-app-sample

Rob

thanx man that was helpful,

unfortunately i cant use the composer library right now cuz its limited to Mac users…

looking forward to use the composer lib … thanx again

The Composer GUI is limited to Mac at the moment, however the Composer API that this sample uses should run on Windows as it’s code that actually makes up your app where Composer GUI is a tool to build code.

Rob

then why i keep getting this error

“module ‘composer’ not found:resource (composer.lu) does not exist in archive”

does it have something to do with the public release ?

What version of Corona SDK are you using?

I am using the basic version

I was wanting to know what version.  The current public build is 2014.2393.  If you are running the older build (2014.2189) then Composer isn’t available.  If you’re running 2393, then you should be able to use it.

Rob

yeah i thought so,

thanx alot man that was helpful :slight_smile: