More Webinars! More Learning! More Apps!

An image of being "webinared"

Appery.io is the best mobile app development platform out there, but, with so much in Appery.io, it’s important you get the help you need to take full advantage of the platform. One way we do this is through frequent webinars. Here’s what we have lined up through May:

April29Using Native Device Features in Cross-Platform Apps: Some Examples
May13Building a Shopping App with Payments
27New in Appery.io! [Yes. There will be a major mid-May release.]
What time? All webinars start at 11am US Pacific time. Where are recordings of previous webinars? On this YouTube playlist. More questions? E-mail me.

Easily Add Secure Payments to Your Mobile App

The ability to quickly add payments to a mobile app is frequently requested by users. Today, we’re happy to announce an update to our existing PayPal plug-in that lets you quickly and conveniently add secure payments into an app.

PayPal logo

Read the rest of this entry »

Tip: Use the Breadcrumb to Navigate within Screens in the Builder

Icon for a tipThe breadcrumb represents the sequence of components containing components leading up to the currently selected component in the screen you’re working on in the App Builder (for example, “outermost component name > name of component inside the outermost component > name of the component you’ve selected that’s inside this component inside the outermost component“). It’s displayed above the screen. When you select the name of any listed component in the breadcrumb, that component becomes the selected component. As you can imagine, this is a very useful feature for working within complex screens.

For more tips…

Uploading Files to the Appery.io Database via a Plug-in

Uploading to the cloud

Mobile developers often face the need to upload binary files, such as images, to the database. For example, this could happen in an app like Instagram, where a user takes photos with the device’s camera and then publishes it to their followers. Of course, all the data — including images — should be stored in the database, so the user can sign in from any device and see his or or her feed.

Another possible case for uploading images is sending an MMS (multimedia message) from your app, which can be done via the Twilio API. Twilio accepts a direct URL to an image. A user takes a picture with the device and uploads it to the Appery.io database. Then, a direct image URL is passed to the Twilio API.

In Appery.io, there are three ways to upload files to the database :

Read the rest of this entry »

Tip: Add File Uploading to Your App Instantly with an Appery.io Plug-in

Icon for a tipTwo common ways to upload files in Appery.io apps are via the browser’s FormData API and via the Cordova file-transfer plug-in. To make it really easy to add file upload to your app, we package the “wiring” for both methods in a standard Appery.io plug-in. Once you load the plug-in, you can choose which method to use.

Tell me more.

For more tips…

The 7 Pains of Developing Mobile Apps (and How to Solve Them)

Pain Point ImagePain Point ImagePain Point ImagePain Point ImagePain Point ImagePain Point ImagePain Point Image

Our Head of Developer Relations, Max Katz, recently posted an article in App Development Marketplace describing seven pain points in mobile app development driven by an escalating demand for mobile apps:

Mobile apps are on a trajectory the likes of which have yet to be charted. Digi-Capital forecasts that by 2017, the mobile app market will reach $70 billion of global revenue, with non-game apps to double revenue share from 26% to 51%. This will be made possible by 2017’s expected 200 billion app downloads.

Although Max spends time detailing each pain point, in the end, he point out the path to pain-free development

Read the whole article in App Development Marketplace.

 

Tip: Add Multi-language Support to Your Appery.io App in a Snap

Icon for a tipNeed to make your app’s UI available in different languages? Sounds hard? It isn’t. Just use the i18n JavaScript library. With Appery.io’s open architecture, you can easily add it in to your app; with Appery.io’s deep documentation, we can show you exactly how easy it is to incorporate i18n with Appery.io.

Tell me more.

For more tips…

Tip: Any 3rd-party Cordova Plug-in Can Be Added for Your Appery.io App

Icon for a tipCordova is available in Appery.io for your app as ready-to-use components or API calls. However, much of the appeal of Cordova comes from the ability to extend its functionality through 3d-party plug-ins. As an Appery.io developer, you can extend the Cordova available in Appery.io using these same plug-ins.

Tell me more.

For more tips…

10 Reasons to Use Appery.io to Build Your Next Mobile App

10 Reasons

Appery.io is the only cloud-based mobile platform with visual development tools and integrated backend services (MBaaS). With Appery.io, you can very quickly build responsive web/HTML5 apps and mobile apps, complete with UI and backend logic or data. Here are just 10 of the many  reasons why our customers use Appery.io for their mobile apps.

Read the rest of this entry »

Tip: Use Your Browser Developer Tools to Debug Your App

 Icon for a tipA lot of your Appery.io app is HTML5, JavaScript, and CSS that runs in the browser. So, for a lot of debugging you can just use browser tools.

Tell me more.

[This is the first in a series of periodic tips we’ll be presenting in various places.]