[android-developers] Re: About Phone GAP

2011-12-02 Thread ghenne
For an alternative to working with HTML/CSS/JS, have a look at NS Basic/App Studio http://www.nsbasic.com/app. It's got a drag and drop interface for creating forms and lets you code in a subset of VB or in JavaScript. The projects can be deployed as web apps or through a built in interface to

Re: [android-developers] Re: About Phone GAP

2011-12-02 Thread Miguel Morales
It's ok for what it is. But, it's just all the layers of abstraction in HTML/JS that make it really slow. I doubt they will gain much more speed on mobile devices, perhaps by using hardware acceleartion. In either case, it's slow and it looks and feels like crap. But it's perfect for simple apps,

Re: [android-developers] Re: About Phone GAP

2011-12-02 Thread Subin Sebastian
Hi All, The thing is that Phonegap and Sencha/JQuery mobile are not the same. Phonegap is a framework which extends Android Webview. Sencha/JQMob provides a wrapper to HTML/CSS to make it UX friendly. I have used phonegap to run applications on Android before I started with native programming.

[android-developers] Re: About Phone GAP

2011-12-01 Thread Alessandro Pellizzari
Il Thu, 01 Dec 2011 14:59:16 +0530, Mukesh Srivastav ha scritto: I just wanted to check how many Android/iPhone Developers would really likes it work on PhoneGAP which is like Developing Web-programming using HTML/Javascript and CSS. The primary field I work in is HTML+CSS+JS (+PHP). I do it

Re: [android-developers] Re: About Phone GAP

2011-12-01 Thread Mukesh Srivastav
JQuery,PhoneGAP,Snecha are all Same Web-Development tools. I suspect, one day, Mobile companies would HIRE Web-Developes who are good at HTML and CSS and will ask to work on PhoneGAP or Jquery -*Mukesh* On Thu, Dec 1, 2011 at 3:53 PM, Alessandro Pellizzari a...@amiran.itwrote: Il Thu,

Re: [android-developers] Re: About Phone GAP

2011-12-01 Thread sajjan androiddeveloper
Unfortunately ,If you need same code to be working on multiple platforms(iPhone and Blackberry) no other way now.. On Thu, Dec 1, 2011 at 10:30 AM, Mukesh Srivastav mukicha...@gmail.comwrote: JQuery,PhoneGAP,Snecha are all Same Web-Development tools. I suspect, one day, Mobile companies

[android-developers] Re: About Phone GAP

2011-12-01 Thread Nowayforback
PhoneGap only used for light media/bussiness logic applications, not for games. And i don't like PhoneGap beacause all code of PhoneGap is open source. If PhoneGap have a plug-in for hide some important part of apps, I'm very like PhoneGap. I'm PHP developer too. At present, I can hide my code by

[android-developers] Re: About Phone GAP

2011-12-01 Thread Thomas
Hi All, I started using PhoneGap to develop some GPS based geocaching games. It took a while to understand the interface well enough to link to my own java routines on the android proper. The javascript linkage was obscure enough in own right but the deal breaker was that the GPS routines were

Re: [android-developers] Re: About Phone GAP

2011-12-01 Thread Mukesh Srivastav
Hi All, The problem here, We as in Mobile Developers come from c,c++ and Java Platform and we are experienced inthat and we have the solution for every problem. The problem could be in Design Patterns or Android/IOS SDK Api's issue, we know how to fix it and we are master into that. All of