Samples

You will find here some code samples illustrating some of the features of ELIPS Studio 3.

In order to use them, it's simple: once you've downloaded the zip file to your disk:

  • In Flex Builder, do: File -> Import -> Flex Project
  • Let "Archive File" as selected by default, click on the Browse button to select the zip file you've downloaded
  • You're done!


MyFirstApp sample
MyFirstApp Screenshot
MyFirstApp sample

This sample is to be used in conjunction with "My First ELIPS Studio Application" screencast, which describes:
  1. Creation of the project in Adobe Flash Builder
  2. Application design and Resource management
  3. Logic implementation and remote data connection
  4. Generation and Execution on iPhone and Android

Download this sample (zip)

Watch the screencast (streaming)

 
I18n sample app
I18n Screenshot
Internationalization: I18n sample app

This sample demonstrates the use of Resource Bundle to handle multiple locales/languages within an ELIPS application.

Download this sample (zip)

 
UICatalog sample app
UICatalog Screenshot
UICatalog sample app

This sample can be used as a reference to build your own application User Interface:
  • It exhibits the main UI Components available in ELIPS with associated properties and style and the way to use them.
  • It shows how to use the ScreenStack class for designing an application with multiple screens and handling the navigation.
  • It demonstrates how to use ELIPS Studio variant management mechanisms to get the best of each platform with a single codebase.

Download this sample (zip)

 
TweetMWC Screenshot
TweetMWC app

TweetMWC ELIPS application is an easy-to-use twitter client specially designed for Barcelona Mobile World congress. It demonstrates:
- how you can target multiple handsets and app stores with a single code base.
- how open-source ActionScript libraries like twitterscript can be reused in your project.

TweetMWC can be downloaded from various application stores - iPhone App Atore, Android Market, Windows MarketPlace and Nokia OVI store - or from here:

NEW - Download the source code (zip)

Download TweetMWC for Android v1.6 320x480 (apk)
Download TweetMWC for Symbian v5 360x640 (sis)
Download TweetMWC for Windows Mobile v6.1 240x320/480x640 (cab)

 
Twitter Client Screenshot
Twitter client sample app

This sample shows how one can use an open source actionScript library in ELIPS Studio projects. The sample application performs a search on Twitter using the TwitterScript ActionScript library for accessing Twitter's APIs embedded in the project.

You can follow this sample to connect your app to Twitter or to build your own twitter client.

Download this sample (zip)

 
WebService Screenshot
Web service sample app: Google Search

This is an example of web service connected application. The application uses URLLoader & URLRequest classes to connect to Google AJAX Search API and display the data received in JSON-encoded format. It includes the JSON ActionScript library from Adobe Systems Incorporated.

You can follow this sample to use Google Search in your app or to connect it to any HTTP-based web service.

Download this sample (zip)

 
Widgets Screenshot
Widgets sample application

This sample is an example showing how to use widgets and apply styles to them. These widgets are mapped to iPhone native widgets, or use a generic implementation to have the same behavior on other platforms.

Widgets used in this sample: ToggleButtonBar, ViewStack, List, GroupList, ActivityIndicator, TextInput HTML, Alert, scrolling Container.

Download this sample (zip)
 
GPS Screenshot
GPS Sample Application

This sample is an example of GPS application, showing how to use GeoLocation API.

Download this sample (zip)
 
Adressbook Screenshot
Address Book Sample Application

This sample is an example of address book, illustrating some of the transition effects easily done with Flex Builder.

Download this sample (zip)
 
Homescreen Screenshot
Home Screen with dockable Widgets

This sample reproduces a famous brand’s idle screen with dockable widgets. The Address Book widget allows to send an SMS. The image widget allows to search Flickr for photos, and set them as background.

Notes
- The flickr widget downloads thumbnails only, to limit data bandwidth. You can change it to download full res pictures in ImageViewerWidget.mxml, look for // FULLRES comments.
- To test the send SMS feature in the addressbook widget, change the numbers in TouchWizApp.mxml, ArrayCollection / id="contacts"

Download this sample (zip)
 
Jigsaw Puzzle Screenshot
Jigsaw puzzle application

This sample is an example simple jigsaw game: you’ve got 30 seconds to reassemble the logo, or you lose!

Download this sample (zip)
 
Slideshow Screenshot
Flickr Slide Show Sample

A simple slide show application, displaying images in a fixed size, with a variety of transition effects. The button on top allows to search a set of pictures in Flickr. This sample illustrates graphic effects, as well as web service integration (Flickr lib).

Download this sample (zip)
 
Textentry Screenshot
Text Entry Sample

A very simple sample: using a text entry. This illustrates the capability of using the device’s text entry, therefore taking benefits of all the sophisticated features it may contain (predictive, dictionary, handwriting reco, etc.).

Download this sample (zip)
 
SMS Screenshot
SMS Sending Sample

This sample illustrates the “Send SMS” functionality. It opens a text entry allowing to compose an SMS, and sends it to a predefined number. Be sure to modify the number before using the application!

Download this sample (zip)
 
Video Sample Screenshot
Video Play Sample

A very simple video sample application, allowing to play a video file with some control buttons.

Download this sample (zip)
 
Video App Screenshot
Video Application

A more sophisticated video sample application, containing a list of videos which are either local on the phone, or remote on a streaming server. The “rotate” event from the phone allows to go to full screen mode.

Download this sample (zip)