Re: [android-developers] Splash-Screen on Android 5.0.1 does not work

2021-01-02 Thread Luca Bertoncello
Hi Adeel, I tried it. Unfortunately converting a photo in SVG has as result a very bad picture... So I tried to build an SVG with LibreOffice. Just some lines and polygon to try a splash screen. I cannot use it as picture, so I imported it as vector asset. After that no splash screen at all wil

Re: [android-developers] Splash-Screen on Android 5.0.1 does not work

2021-01-01 Thread Adeel Memon
Just google it online png to svg converter and paste the picture then it automaticaly convert the png format into svg sometimes the devices cannot support png format in my case this is problem just try it if it is helpful for you my watsap 03002630498 On Sat, Jan 2, 2021, 12:42 AM Luca Bertoncello

Re: [android-developers] Splash-Screen on Android 5.0.1 does not work

2021-01-01 Thread Luca Bertoncello
Hi Adeel, thank you for your answer. This will be really complicated, since I'd like to have a foto as splash screen... Converting this PNG in SVG is not easy... Could you explain me, why using SVG should solve the problem and why all other devices don't have the problem, even with PNG? Thanks

Re: [android-developers] Splash-Screen on Android 5.0.1 does not work

2021-01-01 Thread Adeel Memon
Try svg format On Fri, Jan 1, 2021, 11:55 PM Adeel Memon wrote: > Try image as svg > > On Fri, Jan 1, 2021, 11:32 PM Luca Bertoncello > wrote: > >> Hi list! >> >> First of all: happy new year! >> Then, to my problem... >> >> I'm developing an App for Android. The App works, but needs some time

Re: [android-developers] Splash-Screen on Android 5.0.1 does not work

2021-01-01 Thread Adeel Memon
Try image as svg On Fri, Jan 1, 2021, 11:32 PM Luca Bertoncello wrote: > Hi list! > > First of all: happy new year! > Then, to my problem... > > I'm developing an App for Android. The App works, but needs some time to > initialize, so I decided to add a Splash Screen to the App. > This is my cod

[android-developers] Splash-Screen on Android 5.0.1 does not work

2021-01-01 Thread Luca Bertoncello
Hi list! First of all: happy new year! Then, to my problem... I'm developing an App for Android. The App works, but needs some time to initialize, so I decided to add a Splash Screen to the App. This is my code: AndroidManifest.xml: