cordova

Building an Ionic Application using Cordova for Android

Reading Time: 2 minutes Ionic Framework is an open-source UI toolkit for building performant, high-quality mobile, and desktop apps using web technologies (HTML, CSS, and JavaScript). Ionic Framework is focused on the frontend user experience, or UI interaction of an app (controls, interactions, gestures, animations). It’s easy to learn and integrates nicely with other libraries or frameworks, such as Angular, or can be used standalone without a frontend framework Continue Reading

Interacting with Services & API: Angular 2

Reading Time: 2 minutes In this post we are going to create an Angular 2 application from scratch, the target of this post is to explain the process to create a service and use an API to get the data from that, where we will also see, how to handle the response of the API, preview the response on the view and handle the exceptions if any found in Continue Reading

Knolx: Intro to Ionic 2-Angular 2, & Ionic1 Vs Ionic2

Reading Time: < 1 minute Knoldus organized a session on “Introduction to Ionic 2 with Angular 2”. That covered the differences between Ionic 1 and Ionic 2, As Ionic 2 is best compatible with Angular 2 (typescript) so some of the commands and components also discussed in this session. Check the slides:   Check the video of this session:     In case of any confusion, don’t hesitate to ask. Continue Reading

Hybrid application development: Future of mobile application development

Reading Time: < 1 minute Knoldus organized a Meetup on Wednesday, 30 March 2016. In this Meetup, we gave a brief introduction of Hybrid application development with Ionic Framework and Apache Cordova. Ionic is chosen as best framework for hybrid mobile application development. A wide range of developers and big organizations are using it frequently. Checkout the slides and start developing apps, for any support please comment below.     Thanks Continue Reading

Meetup : Hybrid Application Development

Reading Time: < 1 minute Knoldus is organizing a session on 30th March, 16 at 5:00 PM. Topic would be Hybrid Application Development. All of you are invited to join this session. Address:- SDF L-11 Noida Special Economic Zone (NSEZ) Sector 81, Noida, Uttar Pradesh 201305 Noida, India – 8010655586 Please click here for more details.

File Upload or Transfer in Cordova plus ionic to server in angularjs

Reading Time: 2 minutes Many times in our mobile application we are required to upload or transfer files to server, although simply transferring files or uploading file can be easy task but in cordova one must follow the procedure provided by cordova. Multiple parameters are required to keep in mind like, what kind of form data or content you are going to post ie. multipart-form-data or application/base64 etc. But Continue Reading