I am developing one android application which use transparent activity.. I used the following link as reference but my problem is when i set background color as black i am not able see previous. i need transparent like this .

Thanks in Advance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had requirements to do the same thing in My Application, and I tried the above solution but unfortunately it didn’t work for me.
After searching a lot for the same Issue, I have found one another solution That I would like to share here,
I have one
Demo.javaactivity for top andTest.javaActivity to show in background..So for that I have created one Style and applied to Demo.java …and Magic..All Worked.!!style.xml
and in Manifest.xml
Hope This will help Others Too.
Enjoy Coding.!!
And you must make the following changes in the target activity (let’s say splash activity):
Be sure to extend it to the activity