Monday, October 15, 2012

What We Do With Out Byron?

NOTHING

While I was busy soldering for another paper Nicky took over figuring out how get push views working - her solution - ask Byron (it's better than Google for answering flash builder questions)


Rather than having one view that pushes different data, we now have two completely separate view.  The pushing data was posing issues.
There is now a separate actionscript class setting up a singleton which controls the data in the notifications.
The notification is sent went a button is pressed and then where it is pushed to is controlled by a switch case in the main mxml. Doing it this way means we can have multiple notifications being sent at different times and then have them pushing to different views.

It's good to know Nicky and I were close! I feel like I've gone from staring at code having know idea what's going on to actually being able understand things. Even though it's still a vague understanding it's nice to know I'm actually learning and getting better
The next step is getting the awesome design that Ben has been working on into the app,sorting out the notification timing and get the functionality working smoothly

No comments:

Post a Comment