You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
4.5 KiB
111 lines
4.5 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">Learning Ionic - Build real-time and hybrid mobile applications with Ionic - Arvind Ravulavaru</h1> |
|
<span class="post-date"> |
|
2016-02-04 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/arvind-ravulavaru/">#arvind ravulavaru</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/mobile/">#mobile</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/ionic/">#ionic</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/stars-4/">#stars:4</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2015/">#published:2015</a> |
|
|
|
</span> |
|
<p><a href="https://www.goodreads.com/book/show/26080566-learning-ionic---build-real-time-and-hybrid-mobile-applications-with-ion">GoodReads Summary</a>: |
|
Key Features Create hybrid mobile applications by combining the capabilities |
|
of Ionic, Cordova, and AngularJS Reduce the time to market your application |
|
using Ionic, that helps in rapid application development Detailed code |
|
examples and explanations, helping you get up and running with Ionic quickly |
|
and easily Book Description</p> |
|
<span id="continue-reading"></span><div> |
|
★★★★☆ |
|
</div> |
|
<p>I must say, I was really surprised by this book. Not only it goes a great |
|
length to explain things about Angular (the base for Ionic), but builds |
|
<b>two</b> applications from start to end, connects to other services and also |
|
explains how to publish your application.</p> |
|
<p>But (and there is always a "but") I felt some things lacking. For example, the |
|
author says that he prefers to use grunt instead of the default ionic tool, |
|
but after that, he <em>only</em> uses the ionic tool; there are some things wrong |
|
with the book (why I already submitted as an errata for it); there is very |
|
little mention on how to deal with different rotations; and the gravest |
|
problem of all, in my opinion: There are absolutely no tests. At all. Not even |
|
a mention on how to test your Ionic app.</p> |
|
<p>Other that those problems (which are really minor, related to the amount of |
|
information), it is really a good book to start working with Ionic apps.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|