Activity in android -


i need data web , display in ui.currently, did functionality in activity oncreate() method.is right? or else can use other life cycle method onresume(),onpause().please guide me.

long lasting operations, such download web, should newer invoked ui thread (in oncreate, onresume, onpause). should use background tasks this, or anr crash. 1 of possible ways use asynctask, explained here.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

c# - HwndSource win32 integration with Ribbons and KeyTips -