How to do event handling in Android similar to C# -


as aware can various types of event handling based on completion of background thread on c# , aware can use asynctask in android handle background threads. in completion possible event handling tasks on android. afaik onpostexecute can used throw messages or ui updates can trigger event @ point in code? if can provide me small snippet or tutorial. has been nagging quite while.

thanks

you can trigger ui events within method on runonuithread() .


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -