I'm working on an android app, everything is completed and it's working fine in mobiles which have android 8 or below but above android 8, images are not showing, blank screen come up instead.
my images in a Hashmap, and stored in server or if i use a google picture Url instead of my server, image showing properly, please provide your resolution over it . what I have to do or what should I recheck.
Thanks..
Related
I hava en android app made using cordova. The app uses an Iframe which works well from android 7. But for Android 5 and 6 is not working, it only shows a white screen. Even if I try to show another website it is still blank. The only way to have some content inside is by embedding a video.
Do you have any hint about this issue? Currently I'm not getting any error just the white screen.
I'm trying to make a very simple android app using Android Studio, it should open with a splash screen, then open a WebView.
I made it, and it works perfectly on my phone (with android 4.4.2), but when I try to use it on other device, I only get a white screen. I tried to use on a phone with android 4.1.2 and 6.0, none of them worked.
Any ideas where could be the error?
Edit:
Here's the files
https://github.com/gethuliogripp/kitexp
I've come across this problem and I was getting no errors as well. You have to make sure the images you use in the app such as your web view and splashcreen actually fit the screen so the app doesn't run out of memory. So make sure your images in your drawable are almost the same size as your phone screen, for my background i made the image 3in by 5in and my app works on all devices now.
I started working on IBM WorkLite in Android. I made a project and put a image in body background. the pic is according to the device size but on running app the image shown in zoom mode. I am unable to understand that why this is happening
I'm using
Nexus 7 android 4.2
SDK and eclipse is the adt-bundle-windows version. *download on 2012-11-21st
OS is Windows7 64bits home premium sp1
I tried to run the sample code at
...\ApiDemos\src\com\example\android\apis\graphics\BitmapDecode.java.
It is successfully build and run on both simulator and my nexus 7. The problem is the app doesn't display the *.gif animation but the the other 3 *.bmp is shown correctly. There even doesn't has any black box on the screen.
I tried different *.gif file which from internet or SDK example image file.
And I have attached the files at google group. Here is the link.
In debug mode, I checked some parameter and as below:
the inputstream having the same length with the gif file, so I think is read successfully.
The Movie.draw x,y is having a positive number.
May be the frame rate is too high, so I tried to slow down by putting a delay and tried Movie.setTime(10); So it atleast must show some static picture. But at my device/simulator just got blank screen.
Thank you.
Regards,
Murnesty
Android doesn't support animated GIFs.
My android emulator doesn`t show the whole picture. I mean, it displays only a small part of desktop.
I got this problem after I installed Google API 7. I attached 2 images: the first one contains the problem. The second one is ok.
How to decrease display scale to see the whole android desktop?
Problem image (Android API 7 + google API):
OK image (Android API 7):
Make a new emulator with
HVGA skin or the skin which you want.
from the area which is highlighted in image