Appery.io Newsletter: August 2015

Appery.io has reached over 250K developers!

Appery.io is now 250k Developers Strong!

As you may have heard, Appery.io has hit another milestone! We’re thrilled that our platform now has over a quarter of a million developers.

Check out these two articles to learn more about this important milestone (and more!):

Read the rest of this entry »

What Makes an Ideal Low Code App Development Platform?

The Current State of the Mobile Landscape

If someone stepped forward a decade or two ago and claimed that, in the near future, we would all have pocket-sized touchscreen devices that acted as gateways to multiple technological feats such as browsing the internet at high speeds, playing graphics intensive games, hailing cabs, booking flights, scheduling restaurant reservations, and purchasing products, you probably would have thought it nothing more than a creative mind’s wishful thinking. And who would have blamed you? At a time when these devices existed only in the realm of science fiction, no one would have believed, much less predicted, that one day, these incredibly high tech, hand-held gadgets would have such a huge impact on our day to day lives.

Read the rest of this entry »

Identity Integration for Mobile Apps: LDAP & Social Login

Most apps require a user to register and log in with credentials. Most often, the app requires that the user create a user/password that is specific to the app. This is a cumbersome process that requires the user to remember yet one more password. It’s also not very secure.

A much better approach is to enable the user to simply log in with existing credentials from another service that is trusted, like an LDAP directory in an enterprise or a social identity provider such as Facebook.

Read the rest of this entry »

Upcoming Changes to App Versioning

Versions

We told you about upcoming versioning changes in our July 2015 newsletter. We want to make sure everyone is aware of the upcoming changes so we are posting them on our blog as well. We want every plan to enjoy this feature, but, at the same time, we want to make sure platform resources are used optimally. To balance these two goals, we are introducing a limit to the number of versions for an app, a limit that will vary depending on your plan. This change will happen on September 7, 2015.

The following version limits will be used:

Read the rest of this entry »

Building a Native App with Ionic, AngularJS, and Appery.io

For years, developers had to make a choice: build a single hybrid app with a so-so user experience, or build a native app for each platform with a great user experience. Developers don’t have to make this choice anymore. By integrating the Ionic SDK into Appery.io, developers can build enterprise HTML5/hybrid apps on a single code base that offer a native experience across all platforms. The Appery.io platform’s visual tooling lowers the skills barrier, empowering a broader base of developers and business analysts to create effective and intuitive mobile applications.

In this tutorial, you will use the Appery.io platform to build a mobile app. The tool set includes:

  • Ionic – native-like UI components
  • AngularJS – UI logic/binding
  • Appery.io App Builder – cloud-based drag and drop designer
  • Appery.io Backend Services – API backend for the app

Read the rest of this entry »

The Hybrid vs. Native Question Answered: Appery & Ionic

ionic

The debate between developing hybrid vs. native apps has been going on for a long time, and while it’s sure to continue long into the future, the argument for the hybrid model is getting stronger every day.

Read the rest of this entry »

Appery.io June News

appery_verivo2

  • Appery Acquires Verivo
  • Appery.io Receives Red Herring Award
  • New SendGrid API Plug-in
  • Appery.io Featured in CodeCondo’s “21 Useful Workflow Tools for AngularJS Developers”
  • Upcoming NYC Apps Meetup in NYC
  • Recent Webinars

Read the rest of this entry »

3 Tips for Increasing Mobile Conversions

Mobile in-app conversionWhat’s a mobile conversion?

Simply put, a mobile conversion is an instance of a user taking a desired action within your mobile app. This could be completing a sale for example, or even just filling out and submitting a form. They differ from download conversions in that they are accomplished in-app, after the initial download of the app has already occurred.

Not everyone needs to worry about mobile conversions in their applications, but if you’re building an app where conversions are key, few things are more important than increasing that rate.

Mobile traffic now accounts for over 16% of all web traffic, and in general, businesses have done well in acquiring users for their apps: by 2016, there will be 2 billion smartphones in use worldwide, with an average of 27 apps per phone.

Read the rest of this entry »

Learn How to Create a Server Code Script to Invoke a REST API in 5 Minutes

Screen Shot 2015-07-01 at 2.45.21 PM

In this 5-minute video you will learn how to invoke a REST API from the server (instead of directly from the client. There are a number of benefits to invoke an API from the server:

  1. JavaScript is the language used to write the script (and you already know JavaScript!)
  2. Additional business logic can be added around the API. For example, in addition to sending an SMS, you can also send an email (SendGrid API)
  3. The API keys and tokens are secure
  4. Script is exposed via REST API (to be invoked from the app)
  5. Script has API to access Appery.io Database, Push
  6. A script can be saved as a library and used in other scripts
  7. Script changes can be made without updating the client (app)
  8. It’s tool to write code 🙂

Check out all the other Build in 5 Minutes videos.

How to Add Barcode Scanner with Database Search to Your App

We know that developers love examples. One of the most requested example is how to build an app with barcode scanner and search the database. We created an app example that does exactly that.

Screen Shot 2015-06-29 at 2.14.47 PM

Appery.io plugins

Read the rest of this entry »