[android-developers] how to develope a popup window class ?

2013-09-11 Thread Amit Mangal
Hi there, i want to develop a popup window class so that i could call that from any of my activity to display that popup window. also i want to add one button on that so that i could start activity from that. thanks -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] how to develope a popup window class ?

2013-09-11 Thread TreKing
On Wed, Sep 11, 2013 at 10:23 AM, Amit Mangal forum.amit.man...@gmail.comwrote: i want to develop a popup window class so that i could call that from any of my activity to display that popup window. also i want to add one button on that so that i could start activity from that. So what is

Re: [android-developers] how to develope a popup window class ?

2013-09-11 Thread Amit Mangal
Problem is my popup window class shows message correct. i am having a 3 sec timer to dismiss popup. this dismiss popup is crashing my app here is my popup window class public class PopupMessage { private Context context ; SetCustomFonts customFonts ; private TextView tv_message_popup