How to Use the HTML Video Tag to Play Videos in an Ionic/AngularJS App

When building an Ionic/AngularJS app with the Appery.io App Builder you can add an HTML component to play back video files. In this tutorial, you will learn how to do this. To start, you need to create a new Ionic app. Drag an HTML component to the page and click Edit to modify the code. […]

Read more

Development Tip: Internationalisation In AngularJS Apps With Angular Translate

Internationalisation is one of the must have feature when building global reach mobile apps. An Angular Translate module can be really helpful in translating your app UI. It can be included into an Appery.io app in a few quick steps: Go to the Angular Translate page and download the latest release bundle. Inside this bundle you’ll find […]

Read more

Development Tip: Validating Forms in AngularJS Projects

Validating inputs in mobile is very popular. Thanks to AngularJS, it can be quickly completed in one simple and convenient form. In the following example, you will learn how to create a required Input via ng-required directive, and how to resolve this issue in case the Input is not filled (show a message and disable the button): […]

Read more

Changes Needed: New AngularJS Push Plug-in Implementation

The following relates to the projects, which have already been imported as AngularJS Push Plug-in: by improving the AngularJS Push Plug-in, its PushRegisterDeviceImpl JavaScript file was modified. In order to update this file you need to replace its content with the updated one here. Alternatively you can simply re-import the plug-in itself,  making sure that you have removed all […]

Read more

Development Tip: AngularJS Service, Factory, Directive, and More in Appery.io

  AngularJS provides a powerful and convenient way to organise your code via services, factories, directives and more. Here, at Appery.io, we call them AngularJS resources. As usual, in best traditions of Appery.io, we’re making complex stuff easier. So, to create a preferred resource perform, CREATE NEW > JavaScript. Then choose what type of resource you want […]

Read more

In Case You Missed “Getting Started with App Builder for Ionic/AngularJS Apps”

A recording of the first webinar in our 2016 webinar series is now available. It introduces you to the App Builder and how to build apps with Ionic/AngularJS. From this video, you will learn: How to create a new Ionic app The various views inside the App Builder for Ionic and AngularJS How to build […]

Read more

Uploading Files to the Appery.io Database in AngularJS Apps

To help developers with uploading their files to the Appery.io backend, we have just released the Files Upload plug-in for AngularJS (both Bootstrap and Ionic).This process uses the Input component with afile type. You can click Choose File to select the needed information to enable it appear as list on the page at the end. To upload all […]

Read more

Development Tip: How to Add Native Device Features in an AngularJS App with Cordova

When building AngularJS apps (with Ionic or Bootstrap frameworks) using Appery.io, you can easily extend app functionality by adding native device features. Features such as push, geolocation, camera, etc., can be added by importing the appropriate plug-ins. To do this, go to CREATE NEW > From plug-in and select the appropriate plug-in. The native features come […]

Read more

Appery.io Under the Hood Part 1: RequireJS and AngularJS

In the “Appery.io under the Hood” series, we’ll be explaining in detail how Appery.io works. We hope that this information will give you a deeper insight into how to make better apps by giving you a deeper understanding of the platform. Loading resources when needed When developing big scalable web apps, the question of how to manage […]

Read more

Development Tip: Creating App Routing for an AngularJS Apps

Configuring your app routing is really easy with the Appery.io Routing tab. You can find it under Project > Routing. When creating a new page, a route for it will be created automatically. You can then change its name or select needed dependencies, which is really convenient. Then, in your code, you can get to […]

Read more