Build mobile apps with Ionic 2 and Firebase hybrid mobile app development

Learn to build hybrid mobile apps using Ionic and Firebase. You'll build a Hacker News client app, which can view top stories in Hacker News, view comments of a story, add stories to favorites, etc. This introductory guide covers the whole cycle of hybrid mobile apps development. It's orga...

Full description

Bibliographic Details
Main Author: Cheng, Fu
Format: eBook
Language:English
Published: [United States], New York, NY Apress, Distributed to the Book trade worldwide by Springer 2017
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03135nmm a2200433 u 4500
001 EB001912396
003 EBX01000000000000001075298
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1484227379 
020 |a 9781484227374 
050 4 |a QA76.76.A65 
100 1 |a Cheng, Fu 
245 0 0 |a Build mobile apps with Ionic 2 and Firebase  |b hybrid mobile app development  |c Fu Cheng 
260 |a [United States], New York, NY  |b Apress, Distributed to the Book trade worldwide by Springer  |c 2017 
300 |a 1 online resource 
505 0 |a Includes bibliographical references and index 
505 0 |a Chapter 1: Getting Started -- Chapter 2: Languages, Frameworks, Libraries and Tools. -- Chapter 3: Basic App Structure. -- Chapter 4: List Stories -- Chapter 5: View Story -- Chapter 6: View Comments -- Chapter 7: User Management -- Chapter 8: Manage Favorites -- Chapter 9: Share Stories -- Chapter 10: Common Components -- Chapter 11: Advanced Topics -- Chapter 12: End to End Test and Build -- Chapter 13: Publish 
653 |a Mobile apps / http://id.loc.gov/authorities/subjects/sh2014000897 
653 |a computer science / aat 
653 |a COMPUTER SCIENCE / General / bisacsh 
653 |a Mobile apps / fast 
653 |a data processing / aat 
653 |a Informatique 
653 |a Applications mobiles 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
015 |a GBB912987 
024 8 |a 10.1007/978-1-4842-2737-4 
773 0 |t Springer eBooks 
776 |z 1484227379 
776 |z 1484227360 
776 |z 9781484227374 
776 |z 9781484227367 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484227374/?ar  |x Verlag  |3 Volltext 
082 0 |a 500 
082 0 |a 005.35 
520 |a Learn to build hybrid mobile apps using Ionic and Firebase. You'll build a Hacker News client app, which can view top stories in Hacker News, view comments of a story, add stories to favorites, etc. This introductory guide covers the whole cycle of hybrid mobile apps development. It's organized around implementing different user stories. For each story, this book not only talks about how to implement it but also explains related Ionic and Firebase concepts in detail. Using Apache Cordova, developers can create a new type of mobile app--a hybrid mobile app. Hybrid mobile apps actually run in an internal browser inside a wrapper created by Apache Cordova. With hybrid mobile apps, developers can have one single code base for different platforms. Developers also can use their existing web development skills. The Ionic framework builds on top of Apache Cordova and provides out-of-box components which make developing hybrid mobile apps much easier. Ionic uses Angular as the JavaScript framework and has a nice default UI style with a similar look and feel to native apps. Firebase is a realtime database which can be accessed in web apps using JavaScript. With Build Mobile Apps with Ionic 2 and Firebase you'll discover that just need to develop front-end code, there's no need to manage any back-end code or servers