Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.19 KB

File metadata and controls

40 lines (23 loc) · 1.19 KB

THIS PROJECT IS DEPRECATED

Appdeck is not maintained anymore.

You can still use the AppDeck, but you should not rely on any AppDeck Cloud Services component.


AppDeck iOS/Android application library

Last Version: 1.7.2

About

AppDeck is a mobile hybrid application engine for iOS and Android.

http://www.appdeck.mobi/

AppDeck can be view as a framework like JQuery Mobile writen in native code instead of Javascript.

AppDeck still use HTML5 for page rendering, but everything else is in native code: Menu, Scroll, network, Photo Browser ...

You will find two version of AppDeck, one for iOS and one for Android.

Requirement

AppDeck for iOS

  • You must have a Mac with xCode installed: it's free, you can install it using App Store.

AppDeck for Android

  • Android Studio: http://developer.android.com/sdk/
  • PHP: When you build your app, a php script will be use to embed ressources into your app. On Mac php is already installed by default. On linux you can use your build in packgage system (Ex: on Ubuntu: apt-get install php5); On windows, you can install PHP using http://www.wampserver.com/.