Cargando…

Ionic Cookbook : Recipes to create cutting-edge, real-time hybrid mobile apps with Ionic, 3rd Edition.

Ionic has been a preferred choice for JavaScript developers to develop real time hybrid applications. This book will get you started with Ionic 3.9 and help you create Angular 5 components that interact with templates. Get the best out of Ionic through dedicated recipes which will solve issues relat...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Singh, Indermohan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Edición:3rd ed.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Creating Our First App with Ionic; Introduction; Setting up a development environment; Getting ready; How to do it ... ; There's more ... ; Creating a HelloWorld app via the CLI; How to do it ... ; How it works ... ; Creating a HelloWorld app via Ionic Creator; Getting ready; How to do it ... ; There's more ... ; Viewing the app using your web browser; Getting ready; How to do it ... ; How it works ... ; Viewing the app using the Ionic CLI; Getting Ready; How to do it ...
  • Viewing the app using Xcode for iOSHow to do it ... ; There's more ... ; Viewing the app using Genymotion for Android; How to do it ... ; Viewing the app using Ionic View; How to do it ... ; There's more ... ; Chapter 2: Adding Ionic Components; Introduction; Adding multiple pages using tabs; Getting ready; How to do it ... ; How it works ... ; See also; Adding left and right menu navigation; Getting ready; How to do it ... ; How it works ... ; See also; Navigating multiple pages with state parameters; Getting ready; How to do it ... ; How it works ... ; See also; Using menu, tabs, and segment together in an app.
  • Getting readyHow to do it ... ; How it works ... ; See also; Using the Ionic grid to create a complex UI; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 3: Extending Ionic with Angular Building Blocks; Introduction; Creating a custom pizza ordering component; Getting ready; How to do it ... ; How it works ... ; See also; Creating a custom username input directive; Getting ready; How to do it ... ; How it works ... ; See also; Creating a custom pipe; Getting ready; How to do it ... ; How it works ... ; See also; Creating a shared service to provide data to multiple pages; Getting ready.
  • How to do it ... How it works ... ; See also; Reusing an existing page as an HTML element; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 4: Validating Forms and Making HTTP Requests; Introduction; Creating a complex form with input validation; Getting ready; How to do it ... ; How it works ... ; See also; Creating reactive forms in Ionic; Getting ready; How to do it ... ; How it works ... ; See also; Retrieving data via a mocked API using a static JSON file; Getting ready; How to do it ... ; How it works ... ; See also; Integrating with Stripe for online payment; Getting ready.
  • How to do it ... How it works ... ; See also; Chapter 5: Adding Animation; Introduction; Embedding full screen inline video as background; Getting ready; How to do it ... ; How it works ... ; Creating physics-based animation using Dynamics.js; Getting ready; How to do it ... ; How it works ... ; See also; Animating the slide component by binding a gesture to the animation state; Getting ready; How to do it ... ; How it works ... ; See also; Adding a background CSS animation to the login page; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 6: User Authentication and Push Notifications.