M Mudassir Lurker Sep 15, 2010 #1 Hi All, I want to show Error(log) messages from catch block. How can I show all messages(stack) on a single Screen, so that user can get an idea ? Thanks...
Hi All, I want to show Error(log) messages from catch block. How can I show all messages(stack) on a single Screen, so that user can get an idea ? Thanks...
M miXer Android Enthusiast Sep 15, 2010 #2 You can use Toast to show a real quick message, but if you want the user to be able to look at it for some time, you should try with a textview
You can use Toast to show a real quick message, but if you want the user to be able to look at it for some time, you should try with a textview