android - Processing user request in a separate activity -


i want have loading activity processes log in , register requests ,i tried start loading activity log in , register activities ,and start processing in onstart() function,but if screen goes off , on onstart() calls again , process repeats ,i don't know oncreate() method place or not,and if there approach.

start activity result, startactivityforresult()

like this, can have started activity stuff, , return value.

http://developer.android.com/training/basics/intents/result.html


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -