mateuszbuda / ThermometerExtended2

ThermometerExtended with fragments
MIT License
6 stars 3 forks source link

MAX_TEXTURE_SIZE #12

Open mateuszbuda opened 10 years ago

mateuszbuda commented 10 years ago

E/OpenGLRenderer(1317): Getting MAX_TEXTURE_SIZE from GradienCache E/OpenGLRenderer(1317): Getting MAX_TEXTURE_SIZE from Caches::initConstraints()

mateuszbuda commented 10 years ago

http://developer.android.com/training/displaying-bitmaps/index.html

mateuszbuda commented 10 years ago

Well, I didn't solve it but I'm quite sure that it's about loading high definition bitmap while system won't display it with dimensions that it was loaded. I reckon that this should work: http://developer.android.com/training/displaying-bitmaps/index.html ᐧ You just have to go through this guide and load bitmap according to image container size and screen resolution.

On 23 July 2014 06:11, Spencer notifications@github.com wrote:

I encountered the same problem, you solve it?

— Reply to this email directly or view it on GitHub https://github.com/mateuszbuda/ThermometerExtended2/issues/12#issuecomment-49831120 .

wajidalideveloper commented 9 years ago

oo yes....