[Solved] Android + Show Imageview fullscreen for 3 seconds and then return to the corresponding activity [closed]
You can make one activity in which you can declare one methode which is called on after 3 second and write finish(); in that And in this activity you can pass image name to show in full screen via intent.putExtra Let me know if you need code Here is code In *Activity A* save the … Read more