Tip: Quickly Enable Login for Your App via Social Networks

Icon for a tipMost mobile apps include user registration and login, but most users don’t want to remember yet another password. One way of easing this burden is to allow signing in via a social network (via OAuth). Now, Appery.io developers can quickly incorporate this feature in their apps with a few steps. Set up your app with the social networks you want to use, configure the Appery,io database by providing information you get from the social network, and use the Appery.io Social Login API in your app. We’ve spelled out all the details in this handy doc.

Tell me more.

For more tips…

Big Update: New Release Has Social Network Identity Integration and Much More

apperyio_update

The new update has a lot of new features. These features include:

  • Social login and LDAP sign-on for apps
  • Offline capability in apps using the internal database or an external one
  • New Bootstrap and Ionic components
  • Outline page component view

Keep reading to learn more about what’s new in Appery.io.

Read the rest of this entry »

Tip: Build Your Own Team with Appery.io Collaboration

Icon for a tipCollaboration is a really powerful and convenient feature in Appery.io making it easy to develop and test mobile apps with your own team. Your team members can be anywhere, and you can all work and collaborate on the app at the same time. When using this feature, there are a number of standard roles right out of the box, such as Admin, Team Lead, Developer, and Tester, which can be assigned to your teammates. Each role contains specific default permissions for different resources, but these permissions can easily be reconfigured for any of the roles.

Tell me more.

For more tips…

Tip: Quickly Manage App Data and Send Push Notifications from Customer Console

Icon for a tipDo you need non-technical people or the app owner to manage app data and send push messages without the help of developers?  The Appery.io Customer Console allows you to manage app data (database) such as adding, editing and removing data. Any changes will be automatically reflected in the app. You can also send (and schedule) push notifications. All this can be done without involving developers or using the developer console.

Tell me more.

For more tips…

How to Build an App with Infinite Scroll

One of the core benefits Appery.io platforms provides is the ability to customize any app with custom code. While the visual builder offers speed and simplicity, being able to write code, add 3rd party libraries gives you the flexibility you need to customize the app as much as you need. In this example we are going to show you how to build an app with infinite scroll feature — as you scroll down, list data will be automatically loaded.

You will create an app that loads a list of dog breads. As you scroll in the app, the data will be loaded automatically. The app looks like this:

App with infinite scroll

App with infinite scroll

Read the rest of this entry »

Come Chat with Us at #apperychat

chat-talk-bubbles

Appery’s Max Katz and Charles Cowens will be hosting a twitter chat for discussion about the #apperyio mobile app platform. We’ll be there to answer your questions, and we’ll have some questions for you, too.

  • Q1: What kind of things are you doing with Appery.io that you’d like to share?
  • Q2: What are the key improvements you’d like to see in the platform?
  • Q3: Do you prefer getting information through videos rather than text?

Come join us:

#apperychat
Wednesday, Jul 29, 2015 9:30am Pacific time
Some links you can use: https://twitter.com/hashtag/apperychat
Some links you can use: http://tweetchat.com/room/apperychat

Tip: Expose a SQL Database via REST APIs Using API Express

Icon for a tipYou can make your existing SQL database RESTful via API Express in just minutes. By exposing your SQL database via REST APIs, you can quickly build a mobile app (or web app) that talks to the database. This is a very common requirement when building enterprise mobile apps. API Express is a very powerful tool, so we’ve created several guides to help you get started. You can watch the video, try the step-by-step tutorial or read more about API Express here.

Tell me more.

For more tips…

Learn about Appery.io Platform APIs: Database, Push, and Server Code

Over the last two weeks, the Appery.io team has updated a number of docs related to the Database, Server Code and Push Notifications APIs. The new format is more user-friendly, making it easier to read and find information. The overview docs and API reference are now separated. This post summarizes what Appery.io Backend Services APIs are available and how to use them.

apperyio_apis

Read the rest of this entry »

Quickly Customize Service Mapping with JavaScript

With Appery.io visual mapping editor, it’s very fast and simple to map data between the UI and REST API services:

REST API mapping

REST API mapping

There are cases where straight mapping might not be enough. In other words, you need to take data from the page and format it before making it input to a REST API. That’s exactly why the visual mapping editors allows to write JavaScript code — this allows you to customize the mapping as needed.
Read the rest of this entry »

Tip: Using Native Device Features in AngularJS Apps

Icon for a tipThe benefits are obvious for using native device features like geolocation and the camera. When you build your AngularJS (Ionic or Bootstrap) app with Appery.io, you can easily take advantage of these features. You import the services to access these features via plug-ins. Just go to CREATE NEW > From Plug-in and select the service you want to use. There are tutorials available for the plug-ins, so check them out if you’re feeling lost.

Tell me more.

For more tips…