Q internship
Mobile apps development
Contents
Responsive web design
Hybrid mobile applications
BaaS (Backend as a Service)
MOBILE APP DEVELOPMENT
![](https://s3.amazonaws.com/media-p.slid.es/uploads/248920/images/1271839/Native_HTML_5_Hybrid.png)
RESPONSIVE WEB DEVELOPMENT
![](https://s3.amazonaws.com/media-p.slid.es/uploads/248920/images/1339132/Screen_Shot_2015-05-04_at_22.50.47.png)
RESPONSIVE WEB DESIGN (2010)
![](https://s3.amazonaws.com/media-p.slid.es/uploads/248920/images/1339247/ethan_10.jpg)
Ethan Marcotte
http://www.alistapart.com/articles/responsive-web-design/
Now more than ever, we’re designing work meant to be viewed along a gradient of different experiences . Responsive web design offers us a way forward, finally allowing us to “design for the ebb and flow of things .”
PRINCIPLES AND COMPONENTS
mobile first / progressive enhancement
fluid layouts
media queries and breakpoints
MEDIA QUERIES
@media (query) {
/* CSS Rules used when query matches */
}
attributes:
- min-width/max-width
- min-height/max-hwight
- orientation=portrait / orientation=landscape
MEDIA QUERIES
@media (min-width: 500px) {
div {
width: 30%;
}
}
@media (max-height: 600px) {
span {
font-weight: bold;
}
}
@media (min-width: 500px) and (max-width: 600px) {
h1 {
color: fuchsia;
}
}
BREAKPOINTS
![](https://s3.amazonaws.com/media-p.slid.es/uploads/248920/images/1339373/image_thumb_3_.png)
Hybrid Mobile Applications
Hybrid vs native apps
Next time...
BUILDING Hybrid apps
![](https://s3.amazonaws.com/media-p.slid.es/uploads/248920/images/1339010/phonegap-diagram2.png)
BUILDING Hybrid apps
WebView based
Cordova/PhoneGap
Trigger.io
Compiled hybrid app
Xamarin (C#)
Appcelerator Titanium (JavaScript)
React Native (JavaScript)
IONIC FRAMEWORK
An open source front-end framework for developing hybrid mobile apps with HTML5, AngularJS and Cordova (and Sass).
Apache Cordova is a platform for building native mobile applications using HTML, CSS and JavaScript
version 5.0.0
![](https://s3.amazonaws.com/media-p.slid.es/uploads/248920/images/1341470/cordova_logo_white.png)
Backend as a SERvice
Internship Q - mobile development
By Andrei Antal
Internship Q - mobile development
- 1,228