I have some experience in BB app development. But, I'm pretty much new to the Titanium Appcelerator Studio.
I did some googling on the appcelerator stuff and I know that there are many sample apps using tabs openly available and I was able to create one tab based app including some commonly used UI features such as list views,views, windows, and functionality such as camera feature, geo location etc.
Now what I'm trying to accomplish is to create a multiple screen app without the use of tabs in it. That being said, I'm trying to create an MVC kind of framework in which I can split up the views and data models. I found some samples for this like Tweetanium. -https://github.com/appcelerator-titans/tweetanium https://github.com/smontgomerie/Appcelerator-on-Rails
But I feel that, it's quite big for a newbie in appcelerator. So, Is there any sample project that I can use as a reference and build my application on top of it ?
Also, any links to some helpful sites like separation of logic and UI in titanium (javascript) or useful tips will be much appreciated.
Thanks in advance !!