ionic
Building mobile applications are fun. When it is written once, but run multiple platforms, then it gets exciting. As I build mobile applications using the Ionic Framework, here are some of the tips I share with readers.
-
Javascript
IonicPage – Link to Pages with URL like a Pro
IonicPage allows you to link to pages of your Ionic app directly via URL links in the browser. Therefore, a…
Read More » -
Create and Import Module in Ionic 2
Things move around often in the ongoing development of the Ionic 2 Framework. Although the framework draws its lifeblood from…
Read More » -
Javascript
[Updated] Ionic 2 – Side Menu and Tabs
Updated 27 January: Ionic 2 Final, like the actual final, version 2.0.0, is here and ready. This article has been…
Read More » -
Javascript
Optimize Ionic 2 App for Production
Native apps, in general, are fast. Hybrid mobile apps, well, not very great in terms of speed, at least as…
Read More » -
Javascript
Ionic 2 Filter in Templates with Pipes
Angular 1 (Ionic 1) gave us the orderBy and filter filters for free. Angular 2 drops them for a couple of reasons.…
Read More » -
Javascript
The Difference between (ngModel) and [(ngModel)] with Example – AngularJS 2
What is the difference between (ngModel) and [(ngModel)]? I know you’re in a hurry for the answer, but a bit of…
Read More » -
Javascript
New Changes Ionic 2 Forms with Examples
Preamble: You used Ionic 2 Forms about 3 months ago, probably. All worked nicely. You spinned up a new project…
Read More » -
Javascript
Simple Mobile App for your Blog
So you have this nice blog, and thinking of how to get those on the go to carry what you…
Read More » -
Ionic 2 – SQLite as a Service
UPDATE: In Ionic 2 RC0, there seems to be a change with using SQLite. Checkout this thread to learn more.…
Read More » -
Javascript
Updated: Ionic 2 Forms – Getting Started on the Right Foot
Preamble: You probably stumbled on this page after tirelessly searching online for a least working example of forms in Ionic…
Read More »