Is it possible to create these widgets using Corona (pic)? how?

the pic is also attached:

(big) https://www.dropbox.com/s/4xsg4lm230qib26/iphone_mockup_toolkit_cs4.png

There are UI objects I can find in X-code, 

but if it is possible to be implement using Corona (any version or need 3rd-party library) ?

I know newTabview of widget can do the top-left image, 

but

how about the image next to the top-left one?

I see that all can be implemented by Corona. Check out the widget sample code to see all the widgets. But to note that the ‘pickerWheel’ is still buggy and not scrolling properly.

As yosu said, our widget library takes care of most of those.  Somethings you have to build on your own, like the background bar at the top of the page.  We don’t have a way of doing the pointy buttons without you making your own images for them.  Search, the slide to wake up and a few others you have to build on your own. 

Be aware that screen shot is the iOS 3-6 look.  Our widgets by default now will produce iOS 7 style and you specifically have to load the iOS 6 theme to get the older look.

Rob

I see that all can be implemented by Corona. Check out the widget sample code to see all the widgets. But to note that the ‘pickerWheel’ is still buggy and not scrolling properly.

As yosu said, our widget library takes care of most of those.  Somethings you have to build on your own, like the background bar at the top of the page.  We don’t have a way of doing the pointy buttons without you making your own images for them.  Search, the slide to wake up and a few others you have to build on your own. 

Be aware that screen shot is the iOS 3-6 look.  Our widgets by default now will produce iOS 7 style and you specifically have to load the iOS 6 theme to get the older look.

Rob