The BEST Way to Implement a Search In Jetpack Compose - Android Studio Tutorial

preview_player
Показать описание
In this video you'll learn how to implement a search functionality in your Jetpack Compose project.

⭐ Get certificates for your future job
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:

💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:

Subscribe to my FREE newsletter for regular Android, Kotlin & Architecture advice!

Join this channel to get access to perks:

Get the source code for this video here:

Join my Discord server:

You like my free content? Here you can buy me a coffee:
Рекомендации по теме
Комментарии
Автор

Even if I know the topic, I still watch your videos to the end because there is always something new to learn. In this video, I learned about the debounce operator. Amazing work. Thanks, @Phillip!

safionweb
Автор

Your timing is impeccable lol. I was about to search for this topic, then I got a notification of the video posting.

cking
Автор

that's great video. No one actually doing live coding and explaining these days. Thank you @Philipp

rpitpatel
Автор

I really thank you for all your videos. I have learned many things from your channel. Recently, I know the concept of Android app modularization. But i don't know how to combine it with MVVM + Clean Architecture. I see quite a few videos about MVVM + Clean Architecture in your channel, its very useful. So can you make the video talk how to implement MVVM + Clean Architecture + Modularization? I think many people are also looking forward to this topic. I hope you see my comment. Finally, thank you for everything <3

LoveOurLife
Автор

I looked for something similar. Thank you! Cool video!

AlexKind
Автор

Again, very good and interessting video!!! even as a senior developer i always watch your videos and going to learn something new. keep on the good work! 🙏

makzimalist
Автор

Sir I learnt a lot from your videos..

Great video I was struggling to implement a correct way to search in the large size lists this helped me a lot.

bharathprakash
Автор

This will be very useful in my app! Thank you Phillip!

mryup
Автор

I really do love your tutorials Philipp, thanks so much

PamontBahktar
Автор

Very cool video
Wish you all the best 👍👍

mustafaammar
Автор

Neat and right to the point as usual. Keep doing the great work. 👌

AndroidDeveloperTips
Автор

as always The training was excellent and effective 🙏🙏🙏🙏🙏👏👏👏👏👏👏

proandroiddevir
Автор

HAHA, I was just about to start implementing the search for my project and you release that video, wow! Thank you!
Can u make a video on how to make animated toolbar while scrolling. The case for example is a Profile screen. When you're in the top position of the screen - is has a big picture which covers all the top protion of the screen including the toolbar (with the clock and battery charge icon etc). But when you start scrolling the screen - the image and the user name collapses into a circle and name in the toolbar?
Another video idea: a Card view with images that you can switch by swiping left and right with the animated indicator of images count (like dots or something else)
And another one: a feature that allows you to upload multiple images (from the gallery or making multiple photos in the camera right away) into views and uploading them to the server

johnshepard
Автор

Thanks, Philipp. Great video, as always. Left you a coffee (actually 2) :)

I have a question. What would be best practice if I wanted to show search results while the search is still in progress?
I mean for cases where I don't want to use pagination and the search takes some time, but the API returns intermediate results.

In case there is no short and easy answer for that, and you didn't already post a video I missed, it would be a nice topic for a video in the future.

Thanks.

stezo
Автор

i liked your implementation can you extend this by handling dropdown repositioning when the list is huge like how autocompletetextview handles

varshithbunny
Автор

thanks you so much i'm looking for this <3

sonnguyenphuc
Автор

Today I learnt that there about the .update{} function, I've always been using .value !

antpr
Автор

Could you please make a video about SearchBar in Compose?

mrjackson
Автор

hey philipp great video btw, i was wondering what if i wanna implement something like this where in the text field the user only puts "phi" and the rest of the characters of the possible result are there for eg : -

"Phil"ipp lackner

SiddhantSingh-pj
Автор

Hi!
Do you have and idea how to implement search panel with/in dropDownMenu? I tried to do it but i have one problem. When user press longer than normal click on Search app is crashing. Im trying to solve it but nothing works:((

maciejnowak