Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resources & Frameworks for mobile development (iphone,android) using HTML5 [closed]

I am looking for resources to develop HTML5 apps for iphone primarily. Are their frameworks and tools that I can use to get started? I am looking for:

  • Javascript frameworks that help with UI layout
  • Touch based controls for phones
  • Articles on iphone development, best practices, etc.

I searched stackoverflow and was not able to come up with a good list of resources. I am looking for examples like these http://jqtouch.com/

like image 210
Pasta Avatar asked Jun 13 '10 08:06

Pasta


People also ask

What are examples of a resource?

Resources are anything that has utility and adds value to your life. Air, water, food, plants, animals, minerals, metals, and everything else that exists in nature and has utility to mankind is a 'Resource'. The value of each such resource depends on its utility and other factors.

What are resources explain?

A resource is a physical material that humans need and value such as land, air, and water. Resources are characterized as renewable or nonrenewable; a renewable resource can replenish itself at the rate it is used, while a nonrenewable resource has a limited supply.

What are 10 examples of resources?

Oil, coal, natural gas, metals, stone and sand are natural resources. Other natural resources are air, sunlight, soil and water. Animals, birds, fish and plants are natural resources as well. Natural resources are used to make food, fuel and raw materials for the production of goods.


2 Answers

Sencha Touch is a pretty new mobile web app framework that apparently supports Android, iPhone, iPad, etc. Sencha is the framework formerly known as ExtJS.

Here's a demo of the framework: http://www.sencha.com/deploy/touch/examples/kitchensink/

Note: After looking at some screenshots, I'm not sure that the framework results in apps that follow Android UI patterns very well.


Update: Also check out the just-announced jQuery Mobile project.

like image 76
Roman Nurik Avatar answered Nov 15 '22 22:11

Roman Nurik


This is a good book:

http://building-iphone-apps.labs.oreilly.com/

like image 35
ballmw Avatar answered Nov 15 '22 22:11

ballmw