Тёмный

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

Philipp Lackner
Подписаться 175 тыс.
Просмотров 40 тыс.
50% 1

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...

Опубликовано:

 

29 окт 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 65   
@draugn5823
@draugn5823 4 месяца назад
your tutorials are THE best on yt, so much misleading and unprecise info on this as search results
@mischief9499
@mischief9499 Год назад
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++)
@emmanuelpregnolato5026
@emmanuelpregnolato5026 Год назад
Thank you, I needed this.
@xxxivancionx6503
@xxxivancionx6503 11 месяцев назад
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 ?
@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?
@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?
@user-sp8lt9tc4j
@user-sp8lt9tc4j 7 месяцев назад
Hi, why my viewmodel clears when i after accessing deep link? what could be the reason?
@majinzeke4977
@majinzeke4977 10 месяцев назад
Is it suggested that we use deeplinks throughout all of our destinations?
@innovafrique
@innovafrique 6 месяцев назад
If the user does not have your app, he will be directly redirect to the playstore to start download it???
@khalidhamid7448
@khalidhamid7448 Год назад
what if app is not installed by user, can it deeplink from playstore ?
@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
@ryallnovember2664
@ryallnovember2664 Год назад
How do I get this working since i cant use "pl-coding"?
@proandroiddevir
@proandroiddevir Год назад
All your training is used in real projects. Thanks philipp lackner
@themichael8767
@themichael8767 11 месяцев назад
Philipp, thank You very much 🤍
@osmanmusse9432
@osmanmusse9432 Год назад
Great video
@mustafaammar551
@mustafaammar551 Год назад
very cool you are the best 👍👍👍👍
@sauravsingh6776
@sauravsingh6776 Год назад
thank u i need it
@renzcarlosalanga1970
@renzcarlosalanga1970 Год назад
Isnt app link ks better when handling links outside your app
@zaidreshamwale1247
@zaidreshamwale1247 Год назад
It will work with Android 12 ?
@AzadKumar-zi5lm
@AzadKumar-zi5lm Год назад
Sir, can you make video on content provider full guide
@salmanjawed98
@salmanjawed98 Год назад
Amazinggg
@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
@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 7 месяцев назад
did you resolve this? I have exactly same issue,
@arfinhosain
@arfinhosain Год назад
feeling winter winter
@CuriosoPerdido
@CuriosoPerdido 4 месяца назад
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?
@manhtunghoang8370
@manhtunghoang8370 7 дней назад
same
@Rajesh-ki5oy
@Rajesh-ki5oy 3 дня назад
Same issue, but it works fine only if I disable or uninstall the browser(apps)...😢
@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 Год назад
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.
@victorlapin2080
@victorlapin2080 Год назад
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 Год назад
@@valentinsaik6754 I have the very same problem, any solutions?
@atila_tv
@atila_tv 9 дней назад
Hello guys I am a year behind, did you solved this?
@victorlapin2080
@victorlapin2080 9 дней назад
I was able to convince our colleagues to make links with a custom scheme instead of https. This is the only viable solution still known to me
@atila_tv
@atila_tv 9 дней назад
@@victorlapin2080 Thanks a lot for answering Sir!
@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😥
@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
@sauravsharma2712
@sauravsharma2712 10 месяцев назад
Hey, Deeplink is not working for me, as it is showing displaying the error : You don't have an app that can do this
@manhtunghoang8370
@manhtunghoang8370 7 дней назад
same
@manhtunghoang8370
@manhtunghoang8370 7 дней назад
why when i click URL test, it's not open app, only open chrome ?
@manhtunghoang8370
@manhtunghoang8370 7 дней назад
i git clone your project but not work
@josieandy5874
@josieandy5874 Год назад
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.
@rampalsingh501
@rampalsingh501 Год назад
😢❤❤❤❤
@rhythamnegi
@rhythamnegi Год назад
Video now show in ur channel list
@BelokonRoman
@BelokonRoman Год назад
Actually, you don't need a PendingIntent to call a deep link from the other app. You just start your Intent
@proandroiddevir
@proandroiddevir Год назад
👏👏👏👏👏👏
@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?
@rodrigogivisiez
@rodrigogivisiez Год назад
I already bought a course, can I pay the difference and get The Ultimate PL Coding Course?
@Pem7
@Pem7 Год назад
Me thinking about infose, infosec, hacking deep links🤣🤣🤣 Good content though
@pratikdhage3491
@pratikdhage3491 Год назад
Mkc
@anonymoususer8849
@anonymoususer8849 Год назад
Today you uploaded the video late then usually. Everything okay bro?
@PhilippLackner
@PhilippLackner Год назад
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
Далее
What Are APIs? - Simply Explained
6:49
Просмотров 874 тыс.
У тебя проблемы?
00:20
Просмотров 781 тыс.
Full Guide to Jetpack Compose Effect Handlers
24:56
Просмотров 89 тыс.
Deep linking in Flutter
11:10
Просмотров 111 тыс.
I Tried Every AI Coding Assistant
24:50
Просмотров 739 тыс.