> but if I not put super.onPause (); show the following error:
>
> 10-15 02:16:10.778: ERROR/AndroidRuntime(193):
> android.app.SuperNotCalledException: Activity {cai.eigojozu/
> cai.eigojozu.episode.EpisodeActivity} did not call through to
> super.onPause()
> Can I do? (・_・?)

I think you have a deeper problem here.  Generally each "onXXX" method
should call "super" of the SAME "onXXX" method.

On Oct 14, 11:21 pm, Lisa <[email protected]> wrote:
> thank you very much、for your answers. (⌒.⌒)/
> ----------------------------------------------
> viktor :
> I switching image, implements the following:
>
> if (imgViewBG != null) {
>    final Bitmap imageBG = BitmapFactory.decodeFile(strFile+".png");
>    imgViewBG.setImageBitmap(imageBG);}
>
> ----------------------------------------------
> Daniel :
> the size of the image is
> Yes I using big image 854x480, I did display "full screen", It's
> necesary in my app. f(・_・)
> I used BitmapFactory.Options for preferably to the size, but image
> quality not good.
> My image have letters, so image quality is important.should write
> letters?
>
> I sorry , the second question is do not quite understand, how to as
> checking
> My english is not good. p(~_~?)
> ----------------------------------------------
> Prakash Iyer:
> then where should reomever the bitmap? (・_・?)
> ----------------------------------------------
> DanH :
> but if I not put super.onPause (); show the following error:
>
> 10-15 02:16:10.778: ERROR/AndroidRuntime(193):
> android.app.SuperNotCalledException: Activity {cai.eigojozu/
> cai.eigojozu.episode.EpisodeActivity} did not call through to
> super.onPause()
> Can I do? (・_・?)
> ----------------------------------------------
> fr4gus :
> I'm looking, but do not quite understand, for example the difference
> between hard and soft cahce. as used, etc.
> Can you explain me? m(_ _)m  please. ┌(_ _)┐
>
> thank you very much indeed.
> Thanks a lot for all your replies.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to