android - activities/fragments' lifecycle methods called in the main thread? -
are activities/framgents' lifecycle methods called in main thread default? i'm implementing class checkes if app in foreground/background. i'm using activities' onpasue/onresume that. make sure don't have synchronize methods of class.
yes, are. in general, if called off main thread documentation state so.
Comments
Post a Comment