Mobile App Prototyping With Appery.io – 5 Innovative Features [Article]

Ask anyone involved in making applications as a developer or a customer: Would you like to see how the app looks and behaves before we actually build it? The answer is an overwhelming yes. We humans are very visual. For us, to understand something better, we would rather look at a prototype than just read a description. That’s exactly why prototyping is hugely important today.

Even though prototyping is crucial to any project, a real prototype is rarely fully developed. Why? There are a number of reasons. First, lack of the right tools. Second, most of the tools that do exist today just enable you to create a static mockup. And third, some believe it’s a waste of time, as the real app usually looks very different from the prototype, so why even bother with it. These are all valid concerns, but a new prototyping tool solves these problems. This prototyping tool is Appery.io Mobile Apps Builder.

Appery.io is cloud-based service for building mobile apps. It enables you to quickly and easily build real mobile Web and native apps, entirely in the cloud. Mobile prototyping and prototype testing is a major part in this cloud-based service.

Continue reading: http://uxmovement.com/resources/innovative-features-in-tiggr-mobile-apps-builder/

Setting Custom Image Background For Your Mobile App

A number of users asked us how to use a custom image as background for mobile app. We are working on this feature but a simple work around exists. We want to run a very simple jQuery CSS query when the mobile screen loads. First, add load event to the screen. Then, add Run Custom JavaScript action with the following code:

$('div[dsid="mobilecontainer"]').css('background-image',
   'url("http://www.sdcblog.com/wp-content/uploads/2011/06/italy.jpg")')

I removed the Header and Footer parts and also looking for mobilecontainer1, as this is the content where I want to set the background image.

The result (click image to view the app):


Image source: http://www.sdcblog.com/2011/06/italian-artchitecture-bellissimo/italy/

Using the PhoneGap API in Appery.io App Development [Webinar]

PhoneGap is one of the foundation technologies for Appery.io Mobile Apps Builder. Appery.io extensive capabilities in JavaScript customization allow developers an easy way to use the PhoneGap API to make native apps that access device features (like using the camera). In this webinar, we’ll show you how it’s done with hands-on examples and then you’ll have the chance to ask questions.

Register for the webinar.

Appery.io: a simplified cloud service for building mobile applications [Article]

I’m sure you’ve heard about platform-as-a-service (PaaS) or cloud-based services like Google Apps Engine,CloudBees, Heruko, Engine Yard, and Cloud Foundry. All are excellent platforms that ease the process of managing, maintaining, and administering the platform on which an application you develop runs. Most tend to be focused on the hosting and managing side of the finished application. But what about a cloud-based service that enables you to build an app, and specifically a mobile app? Well, such a service already exists. The cloud-based service is called Appery.io Mobile Apps Builder.

Read the full article here:
Appery.io: a simplified cloud service for building mobile applications

Building Mobile Apps with jQuery Mobile and PhoneGap [Webinar recording]

Our last we­binar, “Building Mobile Apps with jQuery Mobile and PhoneGap,” was a great suc­cess. If you missed it you can still get to a recording of it by fol­lowing the reg­is­tra­tion link and reg­is­tering (or just typing in your e-​​mail ad­dress if you’re al­ready registered.)

https://​www1​.go​tomeeting​.com/​r​e​g​i​s​t​e​r​/​2​3​6​5​8​1​769

Also, fol­lowing up on a ques­tion from this last we­binar, we’re putting to­gether a we­binar on using the PhoneGap API in Appery.io sched­uled for October 27th. Watch for more de­tails on the blog.