Tuesday, November 2, 2010

(CRUD) Simple Mobile app with Hero Flex SDK 4.5 (max preview)

Its nice to see Flex SDK adding functionality to support multi-screen. I quickly wanted to get my hands-on the Burrito and Hero before the trial period expires.

I started with a simple to-do list application. What is the feature set? As Simple as it could be.

  • Create a task (enter task name, task details, set the priority)
  • Edit a task
  • Mark a task for completion
  • Viewing list of completed tasks
  • Delete a completed task
  • Un-mark a completed task to bring it back to list of pending tasks
  • Show colored bullets for priorities while viewing pending task list (red for high priority, blue for medium priority, green for low priority)
  • have the pending/completed tasks sorted by priority

Here are some screenshots of the app running in the emulator. (Unfortunately i dont own a android phone but tested it on colleagues android device and the rendering/transitions/persistence is amazing, i am an iphone user and i have to shell 99$ developer certificate just to compile the app for self-testing.. doh!). On windows 7, alt+printscreen gets that bottom bar (it doesnt come up in the real app, also the fonts are not so horrible on the real app, i had initially overwrote the font sizes to smaller sizes on the emulator but on the real device they were hard to read).


I'll share the source code in a while...

The app can be downloaded here - Todo Demo App (Note: On Android device you will have to first install ADOBE AIR Runtime first otherwise this installation will fail)

2 comments:

sban said...

good work!

Anonymous said...

Nice!
Can you share the code please?