when i call new activity by animation the background make black so i want to remove black back ground so how can i achieve this? ? For animation i use
getW
set the theme of that activity as transluscent in manifest file
android:theme="@android:style/Theme.Translucent"
so your code will be something like this