Mixing Cordova/PhoneGap Components with Native iOS
I built this tutorial to serve as a guide to creating a hybrid mobile application combining both native iOS controls and Cordova/PhoneGap components to leverage the best of both worlds as an alternative to picking one over the other. Developers may choose to do this if they want to use specific native UI features but still code the bulk of their business logic in JavaScript or reuse existing JavaScript logic by embedding it as a Cordova component while maintaining the rest of the native scaffolding. There are also benefits to using this approach in making an application feel more native.
Here’s a list of fun apps to build!
Here are 8 fantastic projects to train your coding muscles! The goal is to build each app with whatever technology stack you prefer. Keep it conflict free, use whatever you want!
100 Days of Swift – Sam Lu – Medium
Since Apple announced Swift as the new modern language for their products, I’ve been wanting to learn it. Even though my background isn’t programming, I decided to give it a shot. A little more than a month ago, I finished my 100 Days of Swift Project.
Checkout all my Swift projects — samvlu.com
Experience Design Essentials: Animated Microinteractions In Mobile Apps
MotionStack is a new JavaScript-based motion processing library
Hammer.JS - Hammer.js
A javascript library for multi-touch gestures
Rookie Guide : How To Convert iOS UI To Android — STARTUPS WANDERLUST LIFE HACKING — Medium
JavaScript For Native Apps
Hybrid Mobile Apps: Providing A Native Experience With Web Technologies | Smashing Magazine
Creating a Native HTML 5 Datepicker with a Fallback to jQuery UI - TJ VanToll - Tutorials, Thoughts, and Ramblings on Front End Development
The recently released Chrome 20 features support for native datepickers on nodes with a [type=date] attribute. The list of browsers …