|
Apr
26 |
|
awarded | Popular Question |
|
Apr
17 |
|
awarded | Popular Question |
|
Mar
11 |
|
awarded | Popular Question |
|
May
5 |
|
accepted | setting cache for preferences list in android |
|
May
5 |
|
accepted | how to send my application's database to a server in android |
|
May
5 |
|
accepted | using a Logitech camera in openCV |
|
May
5 |
|
accepted | signed short to byte in c++ |
|
May
5 |
|
accepted | Best way to execute a thread after a period of time in android |
|
May
5 |
|
accepted | Rescheduling Timer in android |
|
May
5 |
|
comment |
setting cache for preferences list in android Ummmm, the thing is,,, I donno how to accept a comment :S. O he just posted it as an answer :),,,, Will do, thanks for notifying me ^_^ |
|
May
5 |
|
revised |
setting cache for preferences list in android Solution found - edit format |
|
May
5 |
|
comment |
setting cache for preferences list in android Oh it actually worked! Its a shame I didn't think of that... Thank ALOT! |
|
May
5 |
|
comment |
setting cache for preferences list in android Unfortunately, I tried to use that before... but this method doesn't even exists!...... I've also tried setDrawingCacheEnabled(false) and setWillNotCacheDrawing(true) and still didn't work |
|
May
5 |
|
asked | setting cache for preferences list in android |
|
May
2 |
|
comment |
Rescheduling Timer in android OK it worked with me :) |
|
May
2 |
|
comment |
Rescheduling Timer in android hmmmm, ok then here's what I'm thinking, I'll lest the task itself call the handler.postDelay() just before it ends. is that a good design? |
|
May
2 |
|
comment |
Rescheduling Timer in android hmmmm, but how can i schedule a repetitive task in handlers? it just delays a task, it doesn't set a period of time to run a new one after finishing the last one. |
|
May
2 |
|
asked | Rescheduling Timer in android |
|
May
2 |
|
comment |
Best way to execute a thread after a period of time in android The problem is that I don't know how many times I will run it... Timers looks nicer |
|
May
2 |
|
comment |
Best way to execute a thread after a period of time in android I guess this looks promising, but I got stuck in doing restarting the timer after cancelling... I get to error: "java.lang.IllegalStateException: Timer was canceled"... then i tried: myTimer.cancel(); myTimer = new Timer();, but I got the following error "java.lang.IllegalStateException: TimerTask is scheduled already"... I tried |