Quote (Minkomonster @ Mar 1 2014 02:50am)
I guess for this simple app that is fine. Having a single handler for the entire app can cause problems in the future if you need things to run concurrently. Right now, all those Runnables you are passing into the handler are being executed on the handlers thread. Which means in order for anything to be run, the current executing runnable must complete.
Yeah the handler is mostly for it's nice little postDelayed() function, but I understand what you're saying here. I think it would've been overkill to give everything it's own thread, this runs pretty smoothly, even on this shitty emulator O_o
Quote (sangvu7406 @ Mar 5 2014 01:11am)
Hi!
I know that there are a lot of Code experts from CodeClerks. You should go there to get some experience. Moreover you can sell your codes and buy codes as well. I'm myself a code maker, I hope we can share each other some experience as well


Keep the thread on track guys, ty ^^ On March break atm, probably gonna work on something tomorrow so I'll have some content!
This post was edited by SCVonSteroids on Mar 5 2014 05:05pm