Тёмный

Tap Target Prompt | Material Showcase | Onboarding/Walkthrough - Android Studio Tutorial 

Foxandroid
Подписаться 22 тыс.
Просмотров 9 тыс.
50% 1

Tap Target Prompt | Material Showcase | Onboarding/Walkthrough - Android Studio Tutorial
implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.0'
Source Code: github.com/fox...
Follow me on Instagram: / foxandroid_blog
Follow me on Facebook: / foxandroidblog
Hey Developers,
In this video, I have explained :
* How to implement Tap target prompt into the onboarding screen.
Splash Screen Animation
• Splash Screen Animatio...
Collapsing Toolbar - Android Studio Tutorial
• Collapsing Toolbar - A...
Kotlin Button Click Event
• Kotlin Button Click Ev...
OneSignal Push Notification
• OneSignal Push Notific...
Kotlin - Open a New Activity with a Button Click in Android Studio
• Kotlin - Open a New Ac...
Auto Image Slider - Android Studio Tutorial
• Auto Image Slider - An...
Equipment I Use to Make My videos:
📱 Phone - Redmi Note 9 Pro: amzn.to/2MeyRLt
🎧Earphones - Realme Buds 2: amzn.to/3hzJDb1
🎙️Mic - Boya BYM1: amzn.to/350Isfw
🔊Speakers - Beats Pill: amzn.to/38V9aHF
💾External HardDrive - amzn.to/3rEKTOF
💻 My PC build :
Processor - amzn.to/3hAucit
MotherBoard - amzn.to/3b0d1FO
RAM - amzn.to/3rMYqn4
GPU - amzn.to/38VhvuG
SSD - amzn.to/3n7yj6Z
HDD - amzn.to/3pCE5z6
CABINET - amzn.to/38VupJc
PSU - amzn.to/3pDdbHq
MONITOR: amzn.to/3aWZL4P
MOUSE: amzn.to/3aZMgBq
KEYBOARD: amzn.to/3b06ew8
#taptargetprompt #onboarding #walkthrough

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

 

22 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@rishavsharma7466
@rishavsharma7466 3 года назад
amazing work!. A suggestion: use light theme of android studio as its easily visible to the viewers
@Avis-itis
@Avis-itis Год назад
I implemented a swipe method to delete an entry from recycler view... So can I use this to show that?
@ashvinshetty5582
@ashvinshetty5582 2 года назад
What if the view is below the screen and it needs to be scrolled down and then focus on it?
@udaogugua8249
@udaogugua8249 3 года назад
I so much love your content. Keep it on
@_foxandroid
@_foxandroid 3 года назад
❤️❤️❤️
@sanjoetv5748
@sanjoetv5748 8 месяцев назад
how about using this in multiple fragments and bottom navigation bar can you please make a tutorial
@EcoLifeJourneys
@EcoLifeJourneys 2 месяца назад
hai coder, can i get rectangle in place of circle. for example if i have a button, then how can i show? can i have a quick response or faster replay.
@alokeshnath4269
@alokeshnath4269 2 года назад
how to set rectangle target instead of circle..?
@buddhadas5828
@buddhadas5828 2 года назад
sir, whenever the app starts this is running...but It should be run only when the app first time run...not everytime...how to solve it..? Please reply...
@yohannessibarani943
@yohannessibarani943 2 года назад
thank you for the tutorial mate, btw is there any way possible for us to customize the beating time ? or maybe a way to disable the beat effect ?
@PacifistGaming963
@PacifistGaming963 2 года назад
how to do it with bottom nav?
@gouravagarwal2719
@gouravagarwal2719 2 года назад
yeich mangta tha apun ko........🙏
@eqa3ati
@eqa3ati 2 года назад
Thank you, sir, but I am facing a problem. Tab Target repeats every time I open the activity. How can I set it to display only once? please help me
@AshishKumar-qr6ge
@AshishKumar-qr6ge 3 года назад
just one question , Can we show on different pages?
@_foxandroid
@_foxandroid 3 года назад
Yes!!
@sandhunba
@sandhunba 3 года назад
hey bro, thanks,is there any way to use it on menu item in the actionbar?
@-johnny340
@-johnny340 11 месяцев назад
what if the icon is white?
@reborn-legends
@reborn-legends 3 года назад
Can you please make a video to only show the tap target view only when the user installs the app
@_foxandroid
@_foxandroid 3 года назад
Haris the whole code remains same....just use sharedpreferences to store the first installation..
@reborn-legends
@reborn-legends 3 года назад
@@_foxandroid OK thanks I got it already. Thank you so much for the help
@webhead46
@webhead46 Год назад
how if i implement this for fragment ?
@mihirkanojia4767
@mihirkanojia4767 2 года назад
In FirstAcivity I display TapTargetView then I move to SecondActivity(not using any sequence, just showing TapTargetView only in FirstActivity's FAB btn). Then in SecondActivity, when i call finish() and come back to FirstActivity then still TapTargetView is visible. Any solution to remove/hide/dismiss TapTargetView.
@hichioc2056
@hichioc2056 2 года назад
You can use a sharepreference variable to show the animation only the first time
@tgdesihiphopraps
@tgdesihiphopraps 3 года назад
Hello bro Can we only use this on button?
@_foxandroid
@_foxandroid 3 года назад
You can use it on any view element
@tgdesihiphopraps
@tgdesihiphopraps 3 года назад
@@_foxandroid I tried using it on textview but it aint happening
@_foxandroid
@_foxandroid 3 года назад
Please check the library documentation on GitHub
@tgdesihiphopraps
@tgdesihiphopraps 3 года назад
@@_foxandroid okay bro...thank you
@tgdesihiphopraps
@tgdesihiphopraps 3 года назад
@@_foxandroid how to use this for dialog bro...it gets displayed below dialog... Want to use on dialog with sequence is it possible(if possible plz give me demo code i am confused)
@kiranpandit3309
@kiranpandit3309 3 года назад
How to use it only at 1st Launch
@_foxandroid
@_foxandroid 3 года назад
You can use SharedPreferences to check if tye user has logged in for the first time
@shefaliagrawal6953
@shefaliagrawal6953 3 года назад
hi i want to send my selected radio button id from activity file to the java class file using intent.... can u help me out.. can we use 2-3 lines radiobuttons on layout with same radio group.
@_foxandroid
@_foxandroid 3 года назад
I assume that you want to share data between two activities, please refer to this tutorial for the same. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JFVCIui_YHo.html
@_foxandroid
@_foxandroid 3 года назад
I didn't get your radio buttons doubt please ellaborate.
@shefaliagrawal6953
@shefaliagrawal6953 3 года назад
@@_foxandroid send the selected value to java class file from activity file
@shefaliagrawal6953
@shefaliagrawal6953 3 года назад
@@_foxandroid 3 lines of radio button , each line has 4 radiobuttons all have same radio group
@_foxandroid
@_foxandroid 3 года назад
DM me on IG.
Далее
Windows 12 - 2024
9:35
Просмотров 2,9 млн
RecyclerView | Everything You Need to Know
25:07
Просмотров 136 тыс.
Custom Hooks in React (Design Patterns)
12:56
Просмотров 45 тыс.
What's new in Android development tools
43:40
Просмотров 37 тыс.