How to create a transparent activity in android?
The following example shows a simple method to make an activity transparent in android. For this first create a fresh project and copy this java code into it. Now the main layout file main.xml OK Now here is the style that has to be applied to make the activity transparent. create a file named style.xml… Read More »