Easily Implement Splash Screen in Android Using the NEW API!

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 82

  • @kilimankili5214
    @kilimankili5214 Год назад +2

    بارك الله فيك ورحم الله والديك وجعلكم من اهل الجنه

  • @patricioconti4852
    @patricioconti4852 2 года назад +3

    Great video Charfaoui ! I implemented it on my app and it worked! Greetings from Argentina my friend.

  • @sajiiidali
    @sajiiidali 2 года назад +4

    dislike because there is no animated icon for splash screen

  • @SchildiZuHause
    @SchildiZuHause Год назад +2

    Thank you, but how can i resize the splash screen icon?

  • @nakulbisht9757
    @nakulbisht9757 10 месяцев назад

    Really great tutorial, but would this be possible inside a flutter app?

  • @ShadowAmitendu
    @ShadowAmitendu 2 года назад +2

    Nicely done. Thanks for this now i don't need to use an activity

  • @sampahemmanuel2643
    @sampahemmanuel2643 2 года назад +1

    OMG! This is awesome. Thanks man.

  • @maksBan1919
    @maksBan1919 Год назад

    Do you know how to install animation to this splash screen? I have my animated vector drawable, put it inside windowSplashScreenAnimatedIcon, but what more steps do i need to cover to play this animation?

  • @owala4886
    @owala4886 Год назад +1

    Thank you so much for making these videos!

  • @Casper-t2x
    @Casper-t2x Год назад

    Thanks for good video !
    It seems icon for splash only can be circular shape.
    What I want to implement is circular splash icon and app slogan just below icon. slogan should not located on downside on the screen. Just below icon.
    Is it possible ?

    • @CharfaouiYounes
      @CharfaouiYounes  Год назад

      You can do it manually!

    • @Casper-t2x
      @Casper-t2x Год назад

      @@CharfaouiYounes I dont understand what you mean exactly. Could u describe more ?

  • @IbrahimTariq-cl3wk
    @IbrahimTariq-cl3wk 10 месяцев назад

    how do I use a gif? is there a way to do it without making a separate activity?

  • @spokoiny7776
    @spokoiny7776 Год назад +1

    what program did the plate design at the beginning of the video?

  • @truyenhd
    @truyenhd 2 года назад +1

    why my image in windowSplashScreenAnimatedIcon not showing?

  • @thepowerfulminde4459
    @thepowerfulminde4459 2 года назад +1

    wich programme are you using to montage , And do you give us a tutorial about it?

  • @SakthivelK-q5i
    @SakthivelK-q5i Год назад

    Is there any possible to add text in below of windowSplashScreenAnimatedIcon?

  • @ahmedkhattab01
    @ahmedkhattab01 2 года назад +2

    Thanks for the video works really good!

  • @samuelwakoli
    @samuelwakoli 2 года назад +1

    Thanks bro for saving the day.

  • @mohamedkissicamara7518
    @mohamedkissicamara7518 2 года назад +1

    Really nice and High quality video

  • @icky001
    @icky001 2 года назад +1

    is that api reverse compatible with older android apis?

  • @pankajkhushalani
    @pankajkhushalani 2 года назад +1

    Is it backwards compatibility till Android API level 21?

  • @thepowerfulminde4459
    @thepowerfulminde4459 2 года назад +2

    you are a very best

  • @chadisfeir3809
    @chadisfeir3809 2 года назад

    Hello thank you for this clean tutorial, I got an error "You need to use a Theme.AppCompat theme (or descendant) with this activity." can you please help.
    thank you in advance.

    • @CharfaouiYounes
      @CharfaouiYounes  2 года назад +1

      Thanks brother, my pleasure to help, can you share with us the style you applied to the activity?

  • @yendrapriambada87
    @yendrapriambada87 2 года назад +1

    if using thread.sleep is dangerous, so how we can set the delay of splashscreen?

    • @CharfaouiYounes
      @CharfaouiYounes  2 года назад

      Well you don't have to do it, otherwise you can use delay suspend function with a lifecycle scope if you really need to.

  • @ihor6910
    @ihor6910 2 года назад +1

    I did everything, I set compileSdkVersion 31 and implementation 'androidx.core:core-splashscreen:1.0.0-beta02' and other stuff but installSplashScreen() is red what should I do? Please help me

    • @CharfaouiYounes
      @CharfaouiYounes  2 года назад

      try to resync the project, it's a problem of dependency I think!

    • @ihor6910
      @ihor6910 2 года назад

      @@CharfaouiYounes
      I tried > Sync Project with Gradle Files but still nothing

    • @ihor6910
      @ihor6910 2 года назад +1

      @@CharfaouiYounes solution import androidx.core.splashscreen.SplashScreen;

    • @prasadreddy1849
      @prasadreddy1849 2 года назад +1

      @@ihor6910 did it work??

  • @DervisVejzovic
    @DervisVejzovic 2 года назад +1

    bro, can you create splash image for my LG G7... i dont know how to change, how to extract. I found it but dont know how to extract, how to modify.

    • @CharfaouiYounes
      @CharfaouiYounes  2 года назад +1

      I didn't understand exactly brother

    • @DervisVejzovic
      @DervisVejzovic 2 года назад

      @@CharfaouiYounes First of all, I wish you a pleasant holy month of Ramadan ... I will try to explain better ... I would like to change the splash image on my android device LG G7. The splash image appears as soon as the phone turns on, before the boot animation. For example, on my device the image is from "LG". I found a file in my files that contains the original splash images and that file is called: "raw_resources.img". Can this file be opened, modified or something similar?. I can send you that file so you can try to unpack it.

  • @KotlinBek
    @KotlinBek 2 года назад

    Thank you very good video.
    btw, can we add Text to our splash or make it 100% custom. I wanted add text so created vector logo with text on top of one another but android doesn't supports text in vector I guess, it just loaded image.

  • @iamjorellr
    @iamjorellr 2 года назад

    Doesn't work. My "splash screen" is only showing a default Android icon and the background color is not what it's supposed to be.

  • @andjelaandjelic800
    @andjelaandjelic800 8 месяцев назад

    Logo image is not the same as the branding image. The reason why your image is cute is because you didn't follow the logo image size.

  • @bepcorporation2321
    @bepcorporation2321 2 года назад +1

    Is it only working on Android 12 devices?

  • @stanleyosagie1800
    @stanleyosagie1800 Год назад +1

    The flash screen will come up but the main activity will not display and the app will crash

  • @rebi5693
    @rebi5693 2 года назад +1

    السلام عليكم اخي وجدت مشكل في مقياس الصورة لاتضهر كاملة رغم تغيير لابعادها لاتتغبر ..الصورة من drawable

    • @CharfaouiYounes
      @CharfaouiYounes  2 года назад +1

      هل يمكنك تجربة صورة أخرى تم تحريرها في Photoshop أو أي شيء آخر

    • @rebi5693
      @rebi5693 2 года назад +2

      @@CharfaouiYounes
      غيرت ابعادها على photoshop فعلا ولكن تضهر دائما كبيرة. الطريقة التي حللت بها المشكل هي استعمال fourground icon من image asset و تصغيرها كتيرا. اظن هده الطريقة تنجح اكتر مع vector asset عندها يمكنك التحكم في ابعاد الصورة... شكرا لك اخي محتوى جيد والمرجو اضافة الترجمة بالعربية ليستفيد العرب ايضا

  • @IMGTube
    @IMGTube 2 года назад +1

    nice bro

  • @huntingcarbon
    @huntingcarbon 2 года назад +1

    Really nice tutorial, maybe you can you as well how it works with Java?

  • @cz200dev9
    @cz200dev9 2 года назад

    Hi! I have found an error when the device is in landscape mode. a box is shown on the top of the deviceerror when the device is in landscape mode. a box is shown on the top of the device

    • @CharfaouiYounes
      @CharfaouiYounes  2 года назад

      I don't think I got your answer!

    • @cz200dev9
      @cz200dev9 2 года назад

      ​@@CharfaouiYounes On landscape mode, when the default theme is set, a box in the top of device screen "padding" the layout to the left such a safe area

  • @djostanisic
    @djostanisic 2 года назад

    My app is showing the default launch icon. Do you know why?

    • @CharfaouiYounes
      @CharfaouiYounes  2 года назад

      Would you like to share a code snippet? I don't know how to reproduce the same results!

    • @iamjorellr
      @iamjorellr 2 года назад

      My is doing the SAME thing. Did you ever fix this?

    • @djostanisic
      @djostanisic 2 года назад

      @@iamjorellr Yes, I fixed it. Just invalidate cashes and restart. The launch icon wont change if you don't do this.

  • @thepowerfulminde4459
    @thepowerfulminde4459 2 года назад

    are you work with flutter ?

  • @nkb._24yt
    @nkb._24yt 2 года назад +2

    how to do splash screen for ios?

    • @CharfaouiYounes
      @CharfaouiYounes  2 года назад +1

      I don't know exactly !

    • @nkb._24yt
      @nkb._24yt 2 года назад

      @@CharfaouiYounes me neither 🥲

    • @woojongson5431
      @woojongson5431 2 года назад

      ruclips.net/video/KVS5P51GBpM/видео.html&ab_channel=tundsdev

  • @jeffersoneener9071
    @jeffersoneener9071 Год назад

    Does not work for Java

  • @justfaith_studios
    @justfaith_studios 2 года назад

    it keeps crashing after the splash screen ends. please help :/

    • @justfaith_studios
      @justfaith_studios 2 года назад

      also the @style/Theme.App.Main is on red colors. not sure why

    • @CharfaouiYounes
      @CharfaouiYounes  2 года назад

      We need to see the code brother, and also the crash reports 😅

    • @justfaith_studios
      @justfaith_studios 2 года назад

      @@CharfaouiYounes I already figured it out and now it's working. Thank you 😂

    • @abrarw99
      @abrarw99 2 года назад

      @@justfaith_studios hi, i am having the same issue right now. could you please help me by telling me how u fixed it? i did everything in the video..