Ionic Cookbook, by Hoc Phan
While the other individuals in the establishment, they are unsure to find this Ionic Cookbook, By Hoc Phan directly. It may need more times to go store by establishment. This is why we suppose you this site. We will supply the best means and referral to obtain the book Ionic Cookbook, By Hoc Phan Even this is soft documents book, it will certainly be ease to carry Ionic Cookbook, By Hoc Phan wherever or conserve in your home. The difference is that you might not require move the book Ionic Cookbook, By Hoc Phan area to place. You may require just duplicate to the various other tools.
Ionic Cookbook, by Hoc Phan
Best Ebook Ionic Cookbook, by Hoc Phan
Over 35 exciting recipes to spice up your application development with Ionic
About This Book
- Learn how to utilize the robust features of Ionic CLI and its framework to create, develop, and build your mobile app
- Explore new integrations with various Backend-as-a-Services, along with AngularJS modules, for creative solutions
- Use out-of-the-box Ionic functionalities, customize existing components, and add new components with this comprehensive, step-by-step guide
Who This Book Is For
If you are a front-end developer and want to take advantage of your existing mobile application development skills to develop cross-platform mobile apps, this book is for you. You will build up your Ionic knowledge with in-depth recipes on Angular.js, Cordova, and Sass.
What You Will Learn
- Authenticate users using an e-mail password, Twitter, Facebook, Google+, and LinkedIn
- Retrieve data and store it using Firebase
- Access native device functionalities such as a camera, contact list, e-mail, and maps using ngCordova
- Work with localStorage and SQLite for persistent data access on the client side
- Communicate to and from your app using push notifications or SMS
- Leverage AngularJS events and Ionic-specific events to communicate across pages, controllers, and directives
- Customize the color and theme of your Ionic app
- Create new custom directives as components
- Compile your app for iOS, Android, and Windows Phone
In Detail
The world of mobile development is extremely fragmented with many platforms, frameworks, and technologies available. Ionic is intended to fill that gap, by enabling developers to build apps that have a native feel to them, using web technologies such as HTML, CSS, and AngularJS. Ionic makes it easy for front-end developers to become app developers. The framework provides superior performance with deep Cordova integration and a comprehensive set of tools for prototyping, backend support, and deployment.
Ionic Cookbook takes you through the process of developing a cross-platform mobile app using just HTML5 and the JavaScript-based Ionic.
You will start with an introduction to the CLI and then move on to building and running an app. You will explore common features of real-world mobile apps such as authenticating a user, and getting and saving data using either Firebase or Local Storage. Next, the book covers how Ionic integrates with Cordova to support native device features using ngCordova, and you will discover how to take advantage of existing modules around its ecosystem. You will also delve into advanced topics, including how to extend Ionic to create new components. Finally, the book will walk you through customizing the Ionic theme and building the app so that it can be deployed to all platforms.
Style and approach
This book follows a recipe-based approach to cross-platform mobile app development, where each task is explained in a conversational and easy-to-follow style. Every topic explains individual features or components of Ionic, and provides extra details for readers to come up with custom solutions based on real-world applications.
Ionic Cookbook, by Hoc Phan- Amazon Sales Rank: #344158 in Books
- Published on: 2015-10
- Released on: 2015-10-30
- Original language: English
- Number of items: 1
- Dimensions: 9.25" h x .60" w x 7.50" l, 1.01 pounds
- Binding: Paperback
- 264 pages
About the Author
Hoc Phan
Hoc Phan is a technologist with a lot of experience in frontend development. He started programming at the age of 12 with Pascal and Assembly on a 486 computer. The way he learned was to start practicing right away even before figuring out concepts. Hoc worked on many JavaScript projects in the past by teaching himself the framework using various online sources. He was one of the first few developers who tested Ionic for its feasibility as a JavaScript replacement of the native language of a device. He wrote the Full Stack Mobile App with Ionic Framework book (for more information, visit http://www.amazon.com/Full-Stack-Mobile-Ionic-Framework-ebook/dp/B00QF1H380/), which was very well-received. He has worked for both start-ups and large companies. By frequently speaking at local meet-ups as well as cloud computing / Big Data industry events and conferences, he learns from other experts. He holds an MBA degree from the University of Washington's Michael G. Foster School of Business.
Where to Download Ionic Cookbook, by Hoc Phan
Most helpful customer reviews
0 of 0 people found the following review helpful. A great book to learn how to make mobile apps if you know Javascript By TheReviewGuy Ionic Cookbook is a great book for anyone learning to develop mobile applications using Ionic. The book assumes you are familiar with Javascript and CSS but does a good job of filling in the gaps for Angular, Ionic, and various tools you will use in creating your applications. This was one of the best parts of the book as learning a new technology often requires a lot of supporting technology and tools which most books and online resources leave as an exercise for the reader to learn on their own (or know before they start using the new technology). Since I’d done some basic Javascript work with webapps before this was all I really needed; the book covered the rest. This was particularly helpful for things that are not directly part of Ionic (such as configuring your code editor for writing ionic and which plugins to install (as well as how to do so). He also covers the other parts of the tool chain (node.JS for instance) and offers options so that you can use tools you may already be familiar with (Visual Studio, Android Studio, or Xcode).When it comes to the examples, Hoc has taken a methodical approach to starting with basic examples from online repositories to get the reader started quickly. These then expand through increasingly complex examples that help the reader understand more concepts (data-binding, use of mobile backend services (firebase) and 3rd party API providers like Facebook.The book also does a nice job of talking about one of Ionic’s best features; the way it makes webapps look “native” on their given platforms. The book also covers the use of Cordova (the underlying technology for Ionic to build and package apps for use in the various device app stores). The book takes you through examples like accessing the camera from your application (this is one of the great parts of Cordova but one of the things that many times get left out of some technical books as it is a feature set of a technology that is used as opposed to part of the Ionic framework itself).In all, this is a great book for people looking to learn the Ionic framework and who might not necessarily have knowledge of the tools they might need to go from being a web developer to being a mobile app developer. I’m grateful to Hoc and his publisher for sending me a copy of the book to review, it was extremely helpful for me in learning to write projects in Ionic.
0 of 0 people found the following review helpful. There is a chapter talking about binding with scroll event to do interesting thing like progress tracking By Donny Kwan I'm quite familiar with Ionic already but I actually picked up a few tricks from this book. There is a chapter talking about binding with scroll event to do interesting thing like progress tracking. That is something I haven't seen anywhere. Also the Linkedin authentication is quite new. I am glad I learnt that because the usage of Auth0 is definitely creative here. Most importantly this book gave me lots of information on building and pushing the app to physical iOS device. I am an Android person so knowing this is super useful. Highly recommended!!
1 of 1 people found the following review helpful. Great book for Ionic developers! By ray@camdenfamily.com I'm copying in a review from my blog, so pardon any oddities:I’ve mentioned now multiple times that I’m a huge fan of “cookbook” style technical books. After I’ve learned the basics of a language, I love to see real, if small, examples of applications built in a language so I can get a feel for what it’s like to actually develop with a particular platform. I was happy to get a review copy of what I believe is the first such book for the Ionic framework, Hoc Phan’s “Ionic Cookbook.”It has over 250 pages of recipes covering a huge range of topics, demonstrating everything from different UI components of the Ionic framework to handling data storage for proper offline support. To be honest, much of what is covered in this book would be incredibly useful outside of Ionic as well. For example, the discussions on Firebase would be useful in a vanilla Cordova application.Typically a “cookbook” style book assumes you know the platform already, but this book spends time at the beginning introducing you to the basics of Ionic as well, so it would actually help someone who is new to Ionic as well. (Although I’d try to have some basic Cordova knowledge first.) At the end, Hoc even discusses how to publish your apps to the app stores, which is yet again a topic that will be useful to folks using Ionic or some other UI/UX platform.While reading, I did find a few things I thought were done wrong, but honestly, those were more “I’d do it this way” type things than real disagreements. Even better, I learned a few things as well. I definitely recommend picking it up!
See all 16 customer reviews... Ionic Cookbook, by Hoc PhanIonic Cookbook, by Hoc Phan PDF
Ionic Cookbook, by Hoc Phan iBooks
Ionic Cookbook, by Hoc Phan ePub
Ionic Cookbook, by Hoc Phan rtf
Ionic Cookbook, by Hoc Phan AZW
Ionic Cookbook, by Hoc Phan Kindle
Tidak ada komentar:
Posting Komentar