Ionic
http://ionicframework.com/docs/guide/installation.html http://ionicframework.com/docs/cli/run.html http://ionicframework.com/getting-started/ https://github.com/angular-ui/ui-router/wiki#resolve
Setting up the Android Platform: Additional Resources
Setting up the Android Platform: Additional Resources Cordova Resources Android Platform Guide iOS Platform Guide Android Resources Android SDK Java Development Kit (JDK) JDK Installation iOS Resources XCode (App Store) Apple Developer Downloads
Android Platform Guide
Android Platform Guide
iOS Platform Guide
iOS Platform Guide
jQuery Select Change Event, Get Selected Option
more If you have two select fields and want to load options in second one, based on selected option from first one then, below example will help you lot to understand how it can be done. Here in this example, when a user selects country in first…
Native, HTML5, or Hybrid: Understanding Your Mobile Application Development Options
Screens are small, apps are big, and life as we know it is on its head again. In a world that’s increasingly social and open, mobile apps play a vital role, and have changed the focus from what’s on the Web, to the apps on our mobile device.…
Hybrid Mobile Apps: Providing A Native Experience With Web Technologies
According to a recent report, HTML is the most widely used language for mobile app developers. The main reasons among developers for selecting web technologiesare cross-platform portability of code and the low cost of development. We’ve also heard that…
Pythonlearn:resources-week10
Lecture Notes Tuples Tuples are a sequence that behave much like a list, except: Tuples are immutable (cannot be altered) displayed surrounded by parentheses ‘(,)’ rather than brackets ‘[,]’ surrounding by parenthesis is just…
Pythonlearn:resources-week09
Lecture Notes Examples below come from Chapter 9 Video List – a linear collection of ordered values. Dictionary – an assortment of unordered labeled values, similar to a database Dictionaries Different names for Dictionaries: Associative…