As you probably already know we launched Appery.io in April. One of the new things in this release is that our platform has been upgraded to jQuery Mobile version 1.3. You can always check the latest version by going to Project > App settings > External resources tab:
The entire Exadel team is super excited to launch Appery.io.
First, some history. Appery.io has come a very long way since its roots as a prototype-building tool. Because of its heritage, the service is great at rapidly building mobile apps using a visual IDE. However, the product is now a complete cloud-based platform with integrated backend services and a rich catalog of plug-ins that make it easy to integrate with cloud services (including enterprise systems such as Salesforce.com). We are introducing a new brand to reflect the evolution of Appery.io as well as to support where our platform is headed. Read the rest of this entry »
We just added some really cool features to Appery.io Platform. Check them out!
New Source view
As we continue to make Appery.io Platform enterprise-level, just just added a Source view where you can see and open the actual files behind your app. Right now the files are opened as read-only but we are working on allowing you to modify them as well.
jQuery Mobile themes
We got all our custom themes back and you can also create new themes using the jQuery Mobile ThemeRoller tool. Simply create your theme in the tool, download and then upload to Appery.io. It’s that simple.
Appery.io new HTML5 app builder has been the default builder for the past couple of weeks and we continue to update it with new features. One such feature is new Windows 8 support. In addition to jQuery Mobile/PhoneGap apps, you can now build Windows 8 apps with native support such as Snap View, Search Charm, Share Charm, and Live Tile.
To create a new Windows 8 app, click the “More create options” link from the Apps page and then select Windows 8 App as the app type. Try our Windows 8 app tutorial.
jQuery Mobile 1.2
We also upgraded to a much better jQuery Mobile version 1.2.
PhoneGap 2.2
We also upgraded PhoneGap to version 2.2. This means Appery.io cloud build has also been upgraded to PhoneGap 1.2:
You might have noticed this but since Tuesday, November 13 when you create a new project, it opens in our new HTML5/JavaScript builder.
Our new HTML5/JavaScript builder:
We are just a few weeks from official GA and want to get as much feedback as possible from you.
Any projects created before November 13, will continue to open in the old builder (Flash). You are probably wondering what’s going to happen to your old projects? At some point very soon they will be converted and will start opening in the new builder.
Lastly, if you really still want to create a project in the old builder (although we don’t recommend it at this point), click on Create more options link.
Yesterday we told you that we launched the first beta of our new Appery.io app builder. The new app builder is designed with HTML5, JavaScript and CSS. In addition to jQuery Mobile support, we have also added Windows 8 support. Now you can build Windows 8 apps for tablets or desktop entirely in the cloud.
When creating a new app, click More create options:
then select Windows 8 project template:
this is how the new builder looks after creating a Windows 8 app (with some components on the screen):
Do keep in mind it’s still a beta so some features might now work yet.
We got some prety cool features and updates this week.
New Projects and Dashboard Pages
We got new Projects and Dashboard (old My Account) pages.
With the new Projects page, you got the list of projects and project details in one page. Project details are separated into different tabs — for easier navigation.
The new Dashboard page is informational dashboard into everything happening in Appery.io, your plan information, and more:
HTML5 app hosting in all plans, plus Standard plan gets unlimited pages
HTML5 app hosting is now included in every plan. Yes, even in the Free plan. Plus, the Standard plan now has unlimited pages (up from 10).
Appery.io Backend Services
Appery.io Backend Services are out of beta. You can check out the features and pricing. We got a pretty nice Free plan so definitely check it out. As for new features, we are working on Push and Server-side code.
Last month we released app builder-database integration. You can view the video how fast it is to add a database to your app:
PhoneGap 2.0
We also upgraded to PhoneGap 2.0. All projects, old and new now get the new PhoneGap version 2.0.
Coming soon: new HTML5/JS builder beta
We have been working for the past couple of months on a really awesome new HTML5/JS builder. We are getting ready to launch the beta so you will be able to try it.
We got some really cool changes in tomorrow’s release. Here is a quick heads up of what’s coming up.
New look for Projects and Dashboard pages
Here is a screen shot of the new Projects page. With the new tab design, it will be much simpler to work with a project and navigate the projects list:
Changes to pricing
We are making some (good) changes to pricing.
The Free plan now includes HTML5 app hosting.
The Standard plan now has unlimited number of pages (from 10 per app) and also includes HTML5 app hosting.
The Pro plan now comes with 50 apps.
Appery.io Backend Services
Appery.io backend services are coming out of beta with pretty nice Free plan and the following pricing:
We are working on adding Push and Server-side code features!
We just released some really awesome features in Appery.io!
App Builder Database Integration
In early July we launched Appery.io Database where you can store app data. Now we have launched database integration in our app builder. This means you can point to a specific database, select the collection(s) you want to use and automatically generate all the REST services. To create a services from database, select Create New > Database Services:
Next select the database:
Once the database is selected, you can select the services for which you want to generate REST services.
The first section creates REST services for User management.
The second section lists all the collections you have in current database. You can then select which actions (Create, Delete, etc) you would like to create for a particular collection:
When you click Import selected services button, the following REST services will be generated:
For example opening the service for creating a new message looks like this:
The request and response parameters are also generated. Here is a screen shot of request parameters to create a new messsage:
Isn’t this awesome?
File API
We continue to add new features to Appery.io Backend Services by adding File API. You can now easily store files in the database. When you open any database, you will see a new Files tab:
Our users have been asking for this feature for a long time and it’s now available. You can export and then import a project. To export a project, go to app options page (Export Backup):
To import an app from backup, click From Backup when creating a new app (you get to this screen by clicking More Options link, see next section):
Even easier way to create a new app
Last, but not least, it is now even easier to create a new app. Right from Apps page, enter a new app name and click Create. That’s it.