0

Is it possible to create responsive, mobile-style apps without coding directly for iOS or Android with the same html/js/css stack that is used for major browsers?

Jason
  • 1,129
  • 1
  • 9
  • 20
  • 2
    look at the PhoneGap platform –  Nov 16 '11 at 06:35
  • There is an api from phonegap which allows you to create webapps in html/css/javascript and port them to any mobile os directly. It probably started from Adobe but now is a part of Apache Foundation and was started by Nitobi. – Neeraj Nov 16 '11 at 06:36
  • wow that was at a difference of 10 seconds..:) – Neeraj Nov 16 '11 at 06:36
  • possible duplicate of [Web Apps for cross platform mobile software development?](http://stackoverflow.com/questions/2221897/web-apps-for-cross-platform-mobile-software-development) – Brad Larson Nov 17 '11 at 03:28
  • See also [HTML5 web app vs Native mobile apps](http://stackoverflow.com/questions/5548517/html5-web-app-vs-native-mobile-apps) – Brad Larson Nov 17 '11 at 03:28

4 Answers4

1

Have a look at these books, they really helped me get started with developing for mobile using web technologies:

Building Android Apps with HTML, CSS, and JavaScript

Building iPhone Apps with HTML, CSS, and JavaScript

As others have said you can make a web app styled for mobile. There are some nice framworks to help you with styling and things like nice animated swipes etc. I would recommend looking at jQuery Mobile and Sencha Touch.

For sencha there is a list of getting started resources in my answer to another stackoverflow question here.

If you you want to make your web app native (and have access to features like the camera and accelerometer) I would recommend PhoneGap, but there are other frameworks already mentioned like Titanium.

Phonegap can be used along with Sencha Touch or jQueryMobile and has lots of resources to help get you started e.g. the API docs and getting started guide (check out the phonegap website for others)

Hope that helps!!

Community
  • 1
  • 1
carok
  • 648
  • 6
  • 14
0

Yeah, it's called Web App.

You're probably goin to use some touch/mobile library like jQuery Mobile or Sencha Touch to make the user interaction easier and fancy.

You don't need to code on C/Java to put out someting great for mobiles. ;)

Thiago Belem
  • 7,732
  • 5
  • 43
  • 64
0

On top of that you can also use PhoneGap to create the complete "native" look and feel, without writing any code in Java/Objective-C.

0

@Jason if you have Good Knowledge in java scrip then i prefer to you to start with Appcelerator Titanium Click Here Link For and Link two This will good For Developing Application for iphone and android platform .There are lot Tutorial you can find for both android and iphone.

Herry
  • 7,037
  • 7
  • 50
  • 80