Skip to content

grievelous/Hybrid-Mobile-App-Development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid-Mobile-App-Development



This course is mainly focused on developing
and deploying a mobile app version of the restaurant
website called:
conFusion!

Week 1 and 2:

  • different accesories of Ionic framework
  • Power and build up app
  • Modals, pop-overs, forms
  • Expand on iteractivity
  • Reproduce, simplify, results

Week 3 and 4:

  • Simplifying Controller code with Resolve
  • Local storage
  • Android/iOS SDK and platforms + deployment of App
  • Splash screen for app
  • Notifyin the user
  • Camera-plugin

Command prompt:

npm install ionic cordova -g
npm install bower -g
npm install grunt -g
npm install json-server

Start application:

json-server --watch db.json
ionic serve

Additional information:

I seem to have alot of trouble to get the android emulator
to launch the application for reasons I couldn't understand in time to fix them and also be on time with the course.
The Ionic app framework seems to also freeze with the comment modal, that is a known bug and the workaround to fix it
didn't work for me, sadly. I hope it works for you!
Here is a link for the freeze fix
I got the certificate for this course and this is the final version of this course.
There will be no more updates in code on this project.

Links:

Ionic framework

  • Lot's of great templates
  • Easy starting projects

Android Platform Guide

  • Step-by-step guide to install deployment tools
  • Android emulator

iOS Platform Guide

  • Step-by-step guide to install deployment tools
  • Xcode
  • iOS emulator