Cargando…

Getting Started with Ionic.

Get up and running with developing effective Hybrid Mobile Apps with IonicAbout This Book Develop engaging mobile experiences with a native-looking UI in Ionic and AngularJS Build mobile applications with a native UI and interactions with device APIs using popular web technologies such as HTML, CSS,...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Khanna, Rahat
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2016.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ma 4500
001 EBSCO_ocn935639204
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 160122s2016 xx o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d YDXCP  |d COO  |d EBLCP  |d DEBSZ  |d NLE  |d OCLCO  |d OCLCQ  |d FEM  |d N$T  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCA  |d VT2  |d OCLCF  |d UOK  |d OCLCQ  |d WYU  |d OCLCO  |d LVT  |d G3B  |d IGB  |d STF  |d UKAHL  |d UKMGB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB619154  |2 bnb 
016 7 |a 017728817  |2 Uk 
019 |a 936083129  |a 951065444  |a 968014025  |a 969023135 
020 |a 1784399949  |q (electronic bk.) 
020 |a 9781784399948  |q (electronic bk.) 
020 |a 1784390577 
020 |a 9781784390570 
020 |z 9781784390570 
020 |z 1784390577 
024 3 |a 9781784390570 
029 1 |a AU@  |b 000058630284 
029 1 |a CHNEW  |b 000960708 
029 1 |a CHVBK  |b 49167533X 
029 1 |a DEBBG  |b BV043893114 
029 1 |a DEBSZ  |b 473885425 
029 1 |a UKMGB  |b 017728817 
035 |a (OCoLC)935639204  |z (OCoLC)936083129  |z (OCoLC)951065444  |z (OCoLC)968014025  |z (OCoLC)969023135 
037 |a 889390  |b MIL 
050 4 |a T55.4-60.8 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.76  |2 23 
049 |a UAMI 
100 1 |a Khanna, Rahat. 
245 1 0 |a Getting Started with Ionic. 
260 |b Packt Publishing,  |c 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
588 0 |a Print version record. 
520 8 |a Get up and running with developing effective Hybrid Mobile Apps with IonicAbout This Book Develop engaging mobile experiences with a native-looking UI in Ionic and AngularJS Build mobile applications with a native UI and interactions with device APIs using popular web technologies such as HTML, CSS, and JavaScript Create an e-commerce mobile app using tutorials and code samplesWho This Book Is ForThis book is ideal for any web developer who wants to enter into the world of mobile app development but has no clue where to start. Ionic is an ideal starting point and provides a smooth learning curve to help you build hybrid apps using web technologies and to develop native apps for iOS and Android, you do not need to know multiple languages. This book will also be useful for Hybrid App developers who have not found the perfect framework to ensure users get a rich experience from your apps. What You Will Learn Get to know about Hybrid Apps and AngularJS Set up a development environment to build Hybrid Apps Navigate around the components and routing in Ionic Use different Ionic directives for a mobile-specific experience Integrate an Ionic App with backend web services Work with plugins to include native functionality in your hybrid apps Test your apps on real devices Build an e-commerce app for iOS and Android from scratchIn DetailHybrid Apps are a promising choice in mobile app development to achieve cost effectiveness and rapid development. However, they were not preferred over native apps until few years back due to a poor performance and bad user experience, but everything has changed with the release of Ionic. It has evolved as the most popular choice for Hybrid Mobile App development as it tends to match the native experience and provides robust components/tools to build apps. Getting Started with Ionic equips any web developer with the basic knowledge needed to use modern web technologies to build amazing hybrid mobile apps using Ionic. This fast-paced, practical book explains all the important concepts of AngularJS and Cordova Framework required to develop apps, then gives you a brief introduction to hybrid mobile applications. It will guide you through setting up the environment to develop mobile apps, and through the multiple options and features available in Ionic so you can use them in your mobile apps. Features such as the Side Menu, Tabs, Touch Interactions, and native features such as Bar Code, Camera, and Geolocations are all covered. Finally, we'll show you how to use Cordova plugins and publish your apps. Style and approachGetting started with Ionic is a compact, easy-to-follow guide to developing hybrid mobile apps using Ionic with real world examples of building an e-commerce app. 
505 0 |a Cover ; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: All About Hybrid Mobile Apps and Ionic Framework; Introducing a Hybrid Mobile Application; Types of Hybrid Mobile Apps; WebView-based Hybrid Apps; Cross-compiled Hybrid Apps; Anatomy of a Hybrid Mobile App; Custom WebView; Native library; Native to JS Bridge; Using web technologies to develop for mobile; What is AngularJS?; Important concepts in AngularJS; Modules; Directives; Controllers; Services; Templates; Expressions; Filters; Why use Apache Cordova? 
505 8 |a Introducing Ionic FrameworkSummary; Chapter 2: Setting up the Environment the Right Way; Setting up Native Mobile development environments; For iOS; Installing and running simulators for testing; For Android; Download links; Setting the environment variables; For Windows; For Linux/Mac OS; Managing Android SDK and emulators; Alternative to Android emulators -- Genymotion; Ionic development environment; Installing NodeJS; Basic npm commands; Installing Cordova CLI and Ionic CLI; Installation command for Cordova CLI; Basic Ionic CLI commands; Building a dummy app. 
505 8 |a Popular issues faced and solutionsAlternative to installation fuss -- Ionic Playground; Using Ionic Framework with different Code Editors; Brackets; Sublime Text; Visual Studio; Summary; Chapter 3: Start Building Your First Ionic App; Starting a new project; Multiple ways to start a project; Method 1 -- using CDN-hosted library files; Method 2 -- using Ionic Creator to design a prototype and start a project; Method 3 -- using Ionic CLI locally; The anatomy of Ionic Project; Project folder structure and important files; Main components; The index.html file; App.js and the root module. 
505 8 |a Simple content directives -- ion-content and ion-paneThe Ionic starter template; The blank template; The tabs template; The sidemenu template; The maps template; E-commerce sample app -- BookStore; Features; Architecture and design; Summary; Chapter 4: Navigation and Routing in an Ionic App; Introduction to Angular UI Router; States and URLs; Nested states and views; Using the dot notation; Using the parent property; Using object-based states; Views for nested views; Ways to transition to a state; Abstract state; Multiple and named views; View names -- relative versus abstract; State parameters. 
505 8 |a Basic parametersRegex parameters; Query parameters; State events and resolve; Resolve; Ionic header and footer; The ion-header-bar directive; The ion-footer-bar directive; Ionic Tabs; The directive; The directive; Ionic side menu; The directive; The directive; The directive; Other important directives; Navigation and back menus; Navigation and layout to be used in BookStore; Summary; Chapter 5: Accessorizing Your App with Ionic Components; Ionic CSS components; Header; Footer; Buttons; Icon buttons; Button bar. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a AngularJS (Software framework) 
630 0 7 |a AngularJS (Software framework)  |2 fast 
650 0 |a Mobile apps. 
650 0 |a Application software  |x Development. 
650 6 |a Applications mobiles. 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Mobile apps  |2 fast 
776 0 8 |i Print version:  |a Khanna, Rahat.  |t Getting Started with Ionic.  |d Birmingham : Packt Publishing, ©1900 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1158863  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29984235 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4414069 
938 |a EBSCOhost  |b EBSC  |n 1158863 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33570511 
938 |a YBP Library Services  |b YANK  |n 12815870 
994 |a 92  |b IZTAP