1

I am considering starting to explore PhoneGap and Sencha Touch to develop mobile applications.

I have found material regarding both frameworks.

Now, my question is: should I learn HTML5, JS, CSS before plunging into them or can I start without much knowledge about them?

user229044
  • 232,980
  • 40
  • 330
  • 338
Lisa Anne
  • 4,482
  • 17
  • 83
  • 157

1 Answers1

2

My advice be you need to learn HTML5, JS, CSS before plunging into PhoneGap and Sencha touch.

HTML5: The following concepts need to be understood in HTML.
DOM:
Reference:wiki, w3 Org
Unicode:
Reference:what is unicode

JS:
Closure
Prototype Inheritance
Function as Objects
Javascipt Patterns
References:Design Pattern,Prototype,function scoping
CSS:
Reference:CSS Intro
The above are just a few essential things that you should learn before embarking on PhonegGap or any Javascript Framework

Community
  • 1
  • 1
frank
  • 3,180
  • 3
  • 16
  • 18