This week's book giveaway is in the Design forum.
We're giving away four copies of Experimentation for Engineers: From A/B testing to Bayesian optimization and have David Sweet on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Using HTML5 Frameworks for Mobile app Development

 
Ranch Hand
Posts: 154
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Robin,

There are a lot of frameworks available for cross Platform HTML5 Mobile app development e.g.Sencha Touch, Titanium, Wink e.t.c.,

1)Assuming that a mobile app developer has knowledge of only one platform say android, How easy will it be for him to adopt one of these Frameworks and develop an app for another platform Iphone

2)Which among these frameworks is easy to get started with assuming that the developer has Java Skills and

3)can you cite any example of such app developed using one of these frameworks which performed well on both the platforms

Thanks,
Zoheb.
 
Author
Posts: 48
Android Eclipse IDE PHP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any JavaScript framework is likely to be very easily portable between any platforms that use it. Most developers either ensure their frameworks work across all main platforms, or provide platform-specific versions.

I have written my own framework and ensure it works well on all the platforms I use (and update it as necessary). It adapts itself according to screen size and rotation and the device on which it finds itself running (iOS, Android, Windows etc), and is provided free on the companion website of the book and has been successfully used in several apps available in both stores. You can search for "Nixon Publishing" to find them.


 
I'm gonna teach you a lesson! Start by looking at this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic