Re: Mobile Project Structure

2012-06-07 Thread Suhothayan Sriskandarajah
On 7 June 2012 00:03, Luciano Resende luckbr1...@gmail.com wrote: On Wed, Jun 6, 2012 at 11:22 AM, Luciano Resende luckbr1...@gmail.com wrote: Today, the mobile trunk seems to have the application to it's root folder. That assumes we only support one device (in this case Android). I want

Re: Mobile Project Structure

2012-06-06 Thread Prabhath Suminda
Hi, I agree with you. Since this is built on top of phone gap www (i.e the folder with html/javascript application) folder is the heart of the app. If we have www folder we can easily port it in to any platform. So the version control must be done mainly for that folder. When talking about

Re: Mobile Project Structure

2012-06-06 Thread Prabhath Suminda
Since this is built on top of phonegap it is developed as a html/JavaScript application. So It is common to every platform. Here the phonegap web application (i.e www folder in android app) is meant by by application and resources. Reference: http://phonegap.com/ As you said android platform is

Re: Mobile Project Structure

2012-06-06 Thread Luciano Resende
On Wed, Jun 6, 2012 at 11:57 AM, Avdhesh Yadav a...@avdheshyadav.com wrote: On Wed, Jun 6, 2012 at 11:52 PM, Luciano Resende luckbr1...@gmail.comwrote: Today, the mobile trunk seems to have the application to it's root folder. That assumes we only support one device (in this case Android). I

Re: Mobile Project Structure

2012-06-06 Thread Luciano Resende
On Wed, Jun 6, 2012 at 11:22 AM, Luciano Resende luckbr1...@gmail.com wrote: Today, the mobile trunk seems to have the application to it's root folder. That assumes we only support one device (in this case Android). I want to produce an iOS version of the client, and would try to refactor some