Tip: Easily Add a Side Menu to Your AngularJS App

Icon for a tipIf you are developing a mobile app, you’re likely to need some kind of a menu to easily show when needed and to hide otherwise for conserving screen space. There is a really cool native-like Ionic component to do this that is available out-of-the-box in Appery.io. Simply turn it on by toggling the Is Enabled option and adjust for your needs. Then, in the app, swipe the content left or right to open this side menu.

Tell me more.

For more tips…

How to Use Google Maps in an AngularJS App

Like standard UI elements, such as buttons, input and text areas, the Appery.io App Builder also provides a convenient and ready-to-use Google Maps component for your AngularJS apps. This component contains a large set of visually configurable properties and entities like markers and windows.

angular_google_maps

There is a lot of help available for you to get the most out of this component. We’ve got detailed guides, a modularly organized tutorial, and our always helpful support team.

Read the rest of this entry »

Instantly Share Your Hybrid App for Running and Testing with Anyone

Being able to share an app with a customer, a colleague, or a friend so they can test and run an app is a core benefit in a mobile platform. Since the beginning, the Appery.io platform has made it very simple to test and run you mobile app in the browser or as a hybrid app via the Appery.io Mobile Tester app for iOS and for Android. With the tester app, you can run and test your hybrid app, including any native APIs, without having to install the app on a device each time.

We are happy to announce today that anyone can test and run your mobile app via the Appery.io Tester app—even without an Appery.io account. This means after installing the tester app, anyone can try your app!

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 »

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…

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 »

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 »