AS3 - To do list structure
I want to learn how to structure applications. So I would start with a simple to do list application with AS3.
This is my goal: - Show every entrie in a grid - Add / Remove entries - Add additional informatio开发者_开发知识库ns to notes like date and importance - Save entries local
Especially with the local read and write part I'm totally lost because of the flexibility. How to display the entries in a grid?
I hope for some tips or links to tutorials. Michael
In my opinion, the MVC structure is one of the best way to develop applications.
PureMVC has very good support, it can be a good point to start.
http://puremvc.org/
精彩评论