Re: [android-developers] complete video player app crash on back btn

2011-11-24 Thread TreKing
On Thu, Nov 24, 2011 at 5:20 AM, Naveen wrote: > Here i am playing a video when video completed then back button > or navigating on activity gives crash, before finish the video when > back press no error . > Debug your app. At the very least, post a stacktrace of the crash if you expect help.

[android-developers] complete video player app crash on back btn

2011-11-24 Thread Naveen
Hello All, Please see the code public void onCompletion(MediaPlayer mp) { CompleteFlag = true; video.pause(); /* */ /*if(checkNetworkConnection()){ try { new PostUsesData().execute("T");