release_notes.txt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. FrameAnimator v1.1
  2. ==================
  3. This simple Java ME application demonstrates the usage of the FrameAnimator
  4. class together with the Gesture API introduced in the Series 40 6th Edition,
  5. Feature Pack 1. The example has a list that can be scrolled up and down by
  6. swiping or dragging up or down.
  7. This example demonstrates:
  8. - Implementing a custom canvas list
  9. - Using the of FrameAnimator API
  10. - Using the Gesture API
  11. The application is hosted in Nokia Developer Projects:
  12. - http://projects.developer.nokia.com/FrameAnimDemo
  13. For more information on the implementation, visit the wiki page:
  14. - http://projects.developer.nokia.com/FrameAnimDemo/wiki
  15. -------------------------------------------------------------------------------
  16. PREREQUISITES
  17. JME basics
  18. -------------------------------------------------------------------------------
  19. IMPORTANT FILES AND CLASSES
  20. src\..\ScrollableView.java
  21. classes: FrameAnimator, FrameAnimatorListener, GestureEvent
  22. -------------------------------------------------------------------------------
  23. KNOWN ISSUES
  24. No known issues.
  25. -------------------------------------------------------------------------------
  26. BUILD AND INSTALLATION INSTRUCTIONS
  27. The project is created with NetBeans IDE and S40 6th Edition, FP1 SDK. You can
  28. easily open the project by doing a mercurial clone of the project and opening it
  29. in Netbeans IDE by selecting File -> Open project.
  30. -------------------------------------------------------------------------------
  31. RUNNING THE EXAMPLE
  32. The application has a view with a list that can be scrolled up or down by
  33. dragging or swiping on the screen. The application can be closed by pressing
  34. the call termination key.
  35. -------------------------------------------------------------------------------
  36. COMPATIBILITY
  37. Series 40 6th Edition FP1 device or newer
  38. Tested on:
  39. Nokia Asha 305 (Java Runtime 2.0.0 for Series 40)
  40. Nokia Asha 311 (Java Runtime 2.0.0 for Series 40)
  41. Nokia X3-02 (Series 40 6th Edition FP1)
  42. Developed with:
  43. NetBeans 6.9.1
  44. Nokia SDK 2.0 for Java
  45. -------------------------------------------------------------------------------
  46. CHANGE HISTORY
  47. 1.1.0 Code cleanup and new icon, tested with Series 40 full touch devices.
  48. 1.0.0 First release