The FULL Deeplinking Guide With Jetpack Compose! - Android Studio Tutorial

Поделиться
HTML-код
  • Опубликовано: 29 окт 2022
  • With deeplinks, you can take your users to a specific destination of your app either from another app or from a website while being able to pass some data. In this video I'll show you how you can use them in your app.
    ⭐ Get certificates for your future job
    ⭐ Save countless hours of time
    ⭐ 100% money back guarantee for 30 days
    ⭐ Become a professional Android developer now:
    pl-coding.com/premium-courses...
    💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
    pl-coding.com/drop-table-ment...
    Subscribe to my FREE newsletter for regular Android, Kotlin & Architecture advice!
    pl-coding.com/newsletter
    Join this channel to get access to perks:
    / @philipplackner
    Get the source code for this video here:
    github.com/philipplackner/Dee...
    Join my Discord server:
    / discord
    Regular programming advice on my Instagram page: / _philipplackner_
    Checkout my GitHub: github.com/philipplackner
    You like my free content? Here you can buy me a coffee:
    www.buymeacoffee.com/philippl...

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

  • @draugn5823
    @draugn5823 4 месяца назад

    your tutorials are THE best on yt, so much misleading and unprecise info on this as search results

  • @emmanuelpregnolato5026
    @emmanuelpregnolato5026 11 месяцев назад

    Thank you, I needed this.

  • @proandroiddevir
    @proandroiddevir Год назад +4

    All your training is used in real projects.
    Thanks philipp lackner

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

    Great video

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

    Hii, in which order do you recommend to follow your channel's playlist to learn android with kotlin... (i already have data structures and oops knowledge in c++)

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

    very cool you are the best 👍👍👍👍

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

    thank u i need it

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

    Amazinggg

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

    Hi, how we can create back stack with 2 or more screens using TaskStackBuilder to properly organize back navigation after navigating to some screen using deep link ?

  • @themichael8767
    @themichael8767 11 месяцев назад

    Philipp, thank You very much 🤍

  • @NeerajGupta-of9fy
    @NeerajGupta-of9fy Год назад

    Hey Phillips,
    How can pass custom json associated with deeplink URL to respected deeplink page?

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

    could you also explain that how to retrieve the data from link if i have multiple parameters?

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

    feeling winter winter

  • @harshv.tewari6869
    @harshv.tewari6869 Год назад

    How to navigate from notification to a specific screen using deeplink (any reference if possible)?

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

    Deeplink working when user click on it but when copy paste link in browser then browser not suggest in app open option any solution for this?

  • @CuriosoPerdido
    @CuriosoPerdido 3 месяца назад +1

    Why my link is always opening a browser instead of the app and showing theres no domain with that url? In Android lower versions there's a choose option to go to browser or to the app. Someone can help me?

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

    Is it suggested that we use deeplinks throughout all of our destinations?

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

    Hey Philipp! How do you resolve generic web intents being redirected to default browser instead of the app? I'm stuck with it right now, because no matter what, Xiaomi devices still open browser

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

      Did you resolve this? I have exactly same issue, works fine on google pixel, but xiaomi looks like just opening default browser every time

    • @user-od2mj1dv5h
      @user-od2mj1dv5h 11 месяцев назад

      @@valentinsaik6754 I have the very same problem, any solutions?

  • @user-sp8lt9tc4j
    @user-sp8lt9tc4j 7 месяцев назад

    Hi, why my viewmodel clears when i after accessing deep link? what could be the reason?

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

    What if you are trying to apple an App that is not installed and also you are passing a parameter? It will take you to the store then later the installation, the app will launch and it will have the sending parameter?

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

      yes because at any launch the main activity would check for pending deeplinks, even after installing

  • @AzadKumar-zi5lm
    @AzadKumar-zi5lm Год назад

    Sir, can you make video on content provider full guide

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

    Hey Philip, when i use deep links, system shows pop up continue to "my app name" do you have any idea how to avoid this pop up? Thx for your help.

    • @mahrousahmed4559
      @mahrousahmed4559 6 месяцев назад

      did you resolve this? I have exactly same issue,

  • @innovafrique
    @innovafrique 6 месяцев назад

    If the user does not have your app, he will be directly redirect to the playstore to start download it???

  • @josieandy5874
    @josieandy5874 Год назад +5

    Hey Philip, have you ever heard of Codename One cross-platform Kotlin development framework? It claims to work for Android, IOS, Web, and Dektop, and I was wondering if you would be interested in looking into it.

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

    Bro could you make a video on " How to run sensor services in foregreground in android"

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

      Bro will you make it fast.. I have a project on it😥

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

    what if app is not installed by user, can it deeplink from playstore ?

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

    How do I get this working since i cant use "pl-coding"?

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

    Isnt app link ks better when handling links outside your app

  • @user-rk9dc9kc8s
    @user-rk9dc9kc8s 3 месяца назад

    How do I prevent the app from opening twice? Shouldn't I have two instances?

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

    What about stack builder does not work with compose

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

    👏👏👏👏👏👏

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

    How did you get your Android emulator window to look like that? It looks clean with the buttons at the top of the window, whereas the buttons on mine is on the right of the emulator window.

    • @PhilippLackner
      @PhilippLackner  Год назад +4

      It's screen mirroring of my actual device haha

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

      Its vysor

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

      Currently it’s done using vysor don’t worry android studio is bringing screen mirroring in android studio in Android Studio Flamingo

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

      Great tutorial philipp. Thank you for bringing this concept.

  • @sauravsharma2712
    @sauravsharma2712 9 месяцев назад

    Hey, Deeplink is not working for me, as it is showing displaying the error : You don't have an app that can do this

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

    It will work with Android 12 ?

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

    Actually, you don't need a PendingIntent to call a deep link from the other app. You just start your Intent

  • @abada-s
    @abada-s Год назад

    very useful , but the web view is also handle my links , how to ignore this and open it directly in the app

    • @abada-s
      @abada-s Год назад

      I solved it by removing http and put something else

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

      can you elaborate your solution brother, I face the same problem.

    • @abada-s
      @abada-s Год назад

      @@NatanyolLucian
      just remove from the start of the url

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

    Video now show in ur channel list

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

    Me thinking about infose, infosec, hacking deep links🤣🤣🤣
    Good content though

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

    I already bought a course, can I pay the difference and get The Ultimate PL Coding Course?

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

    Mkc

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

    Today you uploaded the video late then usually. Everything okay bro?

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

      Yes, I forgot to click publish 😂

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

      @@PhilippLackner Hahhahahahahahahahah what?? man this is why I always post videos automagically days in advance, that's such a me mistake to make

  • @alillolindo
    @alillolindo 4 месяца назад

    When I open a link in my app it shows this error: Fatal Exception: java.util.NoSuchElementException
    Sequence is empty.
    I didn't see anyone explaining how to solve it, you know how the problem is?