I was working on an Android app in which I wanted to insert a specific feedback response from user. Whenever an app action is not responding for more than 3 seconds than I wanted a visual feedback which may include screenshot of app at that particular instance. I was wondering is there any way I can accomplish this task using any tools or 3rd party application integration?
Asked
Active
Viewed 93 times
0
-
As a good practice all time consuming actions shall be performed on non UI thread. This leaves your UI thread responsive and you can give feedback to the user as and when needed. Showing a screenshot not a good idea as the user will still not be able to interact with it. – Orlymee May 31 '12 at 08:59
-
Thank you but this is the specific requirement for app hence can't help any way to achieve same :*( – Gajanan Arha May 31 '12 at 09:15