I have an application, I have created a custom view and implement onDraw Myself, The application take some bitmaps and draw them as list with some algorithm
I have used 9 item to test it and it works perfect, when I increase the number of items to 18 item and try to test, it draw item when I use portrait mode but draw nothing on landscape mode
It works on the following devices :
Samsung (GT-I5510) with 2.2 OS
Samsung (GT-S6500D) with 2.3.6 OS
HTC (Nexus One) with 2.3.6 OS
Sony (Xperia-ST23i) with 4.0.4 OS
TouchMate Tablet
it have a strange behavior in the following devices:
Samsung (Tablet GT-P3100, S2, S4) it show the drawing on portrait mode but it doesn't show it in landscape mode
HTC (OneX) it doesn't show drawing in portrait or landscape
I have the following warning show in Logcat
Bitmap too large to be uploaded into a texture (Tablet) Reached here in cacheGlyph
Can any one help please ? I think it may be something related to hardware