android - How to finish activity from other activity -


im looking way finish first activity other

first activity it's splashscreen. want show him while second activity building../downloading datas , interface, , in asynctask second activity want finish first activity. dont need simple way delay. it's possible ?

try android:nohistory="true" in splash screen, can set in manifest file.

like this:

<activity         android:name=".package.splashscreen"         android:nohistory="true"         ... </activity> 

see more here.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -