android - Multiple activities called on single button click causing screen flashing/blinking -


i new android. please me working multiple activities.

i working on sms problem have click on button start activity. activity handling checks , doing work in background.

in case, fetching user's address , checking attachments (for mms). after starts activity displays ui in case dialogue user entering recipients

the problem when click on button in first screen, blinks , starts intermediate activity in background , starts activity displays dialog.

i dont want ui blinking appearing user, , cannot skip intermediate activity

how can call third activity appear on button click on first screen without screen blinking/flashing

any apprectaied


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. ? -