how can i do a splash screen like facebook's splash screen? In facebook's splash screen the facebook logo moves up and then apear the login view in the same view. How can I do it? I tried to draw aמ animation on existing view but i couldn't get the current canvas.
Asked
Active
Viewed 2,333 times
0
-
1just take an image view and use translate animation – Ravi Aug 26 '13 at 06:08
1 Answers
1
Take an Image View for logo or any View you require. Use translate animation , refer to this post Move an ImageView to different position in Animated way in Android or this How to move an image from left to right in android