12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- FrameAnimator v1.1
- ==================
- This simple Java ME application demonstrates the usage of the FrameAnimator
- class together with the Gesture API introduced in the Series 40 6th Edition,
- Feature Pack 1. The example has a list that can be scrolled up and down by
- swiping or dragging up or down.
- This example demonstrates:
- - Implementing a custom canvas list
- - Using the of FrameAnimator API
- - Using the Gesture API
- The application is hosted in Nokia Developer Projects:
- - http://projects.developer.nokia.com/FrameAnimDemo
- For more information on the implementation, visit the wiki page:
- - http://projects.developer.nokia.com/FrameAnimDemo/wiki
- -------------------------------------------------------------------------------
- PREREQUISITES
- JME basics
- -------------------------------------------------------------------------------
- IMPORTANT FILES AND CLASSES
- src\..\ScrollableView.java
- classes: FrameAnimator, FrameAnimatorListener, GestureEvent
- -------------------------------------------------------------------------------
- KNOWN ISSUES
- No known issues.
- -------------------------------------------------------------------------------
- BUILD AND INSTALLATION INSTRUCTIONS
- The project is created with NetBeans IDE and S40 6th Edition, FP1 SDK. You can
- easily open the project by doing a mercurial clone of the project and opening it
- in Netbeans IDE by selecting File -> Open project.
- -------------------------------------------------------------------------------
- RUNNING THE EXAMPLE
- The application has a view with a list that can be scrolled up or down by
- dragging or swiping on the screen. The application can be closed by pressing
- the call termination key.
- -------------------------------------------------------------------------------
- COMPATIBILITY
- Series 40 6th Edition FP1 device or newer
- Tested on:
- Nokia Asha 305 (Java Runtime 2.0.0 for Series 40)
- Nokia Asha 311 (Java Runtime 2.0.0 for Series 40)
- Nokia X3-02 (Series 40 6th Edition FP1)
- Developed with:
- NetBeans 6.9.1
- Nokia SDK 2.0 for Java
- -------------------------------------------------------------------------------
- CHANGE HISTORY
- 1.1.0 Code cleanup and new icon, tested with Series 40 full touch devices.
- 1.0.0 First release
|