What is android? Android is a stack of software for mobile devices which has Operating System, middleware and some key applica...
BLOG is my best friend and closest friend.
What is android? Android is a stack of software for mobile devices which has Operating System, middleware and some key applica...
getting Random Numbers : ======================= public ArrayList getRandomList() { Random rand = new Random(); ArrayList alist = new ...
for removing title bar to Custom Dialog : ----------------------------------------------- // Allocating Memory to dialog object Dialog dial...
android:background="@android:color/transparent" Or Color.TRANSPARENT
The image shown below is an example of animated customized popup with transparent layout for button and linearlayout, and the linearlayout ...
// this is code works in Real device only public class OpenPdf extends Activity implements OnClickListener { @Override public void onCreate(...