How to Delete Multiple RecyclerView Items in Android Studio | MultipleDelete | Android Coding

  Рет қаралды 22,134

Android Coding

Android Coding

3 жыл бұрын

Multiple Delete Tutorial : In This Video, You Will Learn How to Delete Multiple RecyclerView Item in Android Studio.
Build.Gradle :
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
All File :
1) activity_main.xml 2) MainActivity.java
3) item_main.xml 4) MainAdapter.java
5) menu.xml 6) MainViewModel.java
Table Of Content :
00:23 - Preview
00:54 - Project Creation
01:10 - XML Code
04:50 - Java Code
26:37 - Output
Presented By : Android Coding
Background Music By : BreakingCopyright
Download Apk Link :
drive.google.com/file/d/1-BD2...
All My App Links :
1) QR Scanner App : bit.ly/ScannerAndGenerator
2) Colors Code App : bit.ly/ColorsCode
3) Age Calculator App : bit.ly/AndroidAgeCalculator
Enjoy & Stay Connected With Us!
► Subscribe To Android Coding : bit.ly/KZfaq-AndroidCoding
► Like Us On Facebook : bit.ly/Facebook-AndroidCoding
► Follow Us On Instagram : bit.ly/Instagram-AndroidCoding
► Follow Us On Twitter : bit.ly/Twitter-AndroidCoding_
#MultipleDelete #AndroidTutorial #12H1r

Пікірлер: 54
@vsdk1996
@vsdk1996 3 жыл бұрын
this video is underrated, much better than others! keep going! thank you for writing full code :)
@AndroidCoding
@AndroidCoding 3 жыл бұрын
You're welcome. Keep supporting. Keep learning.
@originally7754
@originally7754 3 жыл бұрын
Very simple and best tutorial video.. Thanks a lot 🙏🙏👍👍
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Thanks for appreciation. You're welcome.
@abdullahimusa3153
@abdullahimusa3153 2 жыл бұрын
Outstanding work as always
@amolbodhare9761
@amolbodhare9761 3 жыл бұрын
Very helpful,,, thanx
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Welcome
@saikiduong4179
@saikiduong4179 2 жыл бұрын
Tks, this is very helpful to me
@AndroidCoding
@AndroidCoding 2 жыл бұрын
You're welcome. My pleasure.
@makkiansari1027
@makkiansari1027 3 жыл бұрын
👍❤️❤️❤️❤️❤️
@komradkoshur2784
@komradkoshur2784 3 жыл бұрын
Nice One
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Thanks
@AniketKumar-bm8gi
@AniketKumar-bm8gi 3 жыл бұрын
Amazing video😊
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Thanks. Glad to hear.
@yusufbakkali3410
@yusufbakkali3410 3 жыл бұрын
Thank bro 😁
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Welcome
@user-rj3pu3yk6s
@user-rj3pu3yk6s 2 жыл бұрын
In a list of rows inside the recyclerview I used the button operator to celebrate and appear every time I press it and I defined it to work inside the viewholder and the code works but there is a problem when I press the first button the first button and button number 18 are responded at the same time How do I avoid redundancy
@Sk-gb2hx
@Sk-gb2hx 3 жыл бұрын
everything work
@LoopSkaify
@LoopSkaify 3 жыл бұрын
the fact that you are zooming in and out is totally distracting and confusing. the code may work pretty good but i have extreme problems following your guide. also there are many unnecessary comments //return true return true; but thank you anyways for your effort. best regards. sorry for my mean comment a few days ago.
@Pranav62486
@Pranav62486 3 жыл бұрын
In my app everything running perfectly even without lifecycle dependency, can you please tell why ?
@bimapratama1574
@bimapratama1574 2 жыл бұрын
how do you select all using the checkbox all ??
@mdabdul5657
@mdabdul5657 3 жыл бұрын
Nice background music, Can you give the link of background sound
@AndroidCoding
@AndroidCoding 3 жыл бұрын
For music link DM me on instagram
@siddharajsinhrathod162
@siddharajsinhrathod162 2 жыл бұрын
onDestroyActionMode i want to deselect all selected items please tell me how can i do it please
@anorov_hasan
@anorov_hasan 3 жыл бұрын
when i scrolled checkmarks will be removed sir, why ???
@siddharthboora7617
@siddharthboora7617 3 жыл бұрын
Using view model class was a bad decision , it creates lots of complications
@solitairegeek8553
@solitairegeek8553 2 жыл бұрын
When I restart the app, the items appear again. Can you tell me how to permanently delete them from database?
@AndroidCoding
@AndroidCoding 2 жыл бұрын
This is showcase apk but you can do this using SQLite.
@daybreakdevelopers7878
@daybreakdevelopers7878 3 жыл бұрын
Sir, please help me, I am stuck on a big problem ⚠️ Please help me I am trying to select multiple items from the recycler view and the recycler is getting the content (items) from the firebase server, so I want to perform multiple selections on them, basically: Firebase recycler view with multiple items selection implementation I tried your code structure but I faced a lot of problems ⚠️ Please make a video on this topic I will be very thankful to you for this ❤️
@JB-go4qp
@JB-go4qp 2 жыл бұрын
phaa
@tomjerry5323
@tomjerry5323 2 жыл бұрын
How to gone action bar in longclicklistner
@fazriarrashyiputra1870
@fazriarrashyiputra1870 3 жыл бұрын
Please make tutorial recyclerView multipleView
@AndroidCoding
@AndroidCoding 3 жыл бұрын
You want multiple view holder in single adapter class?
@fazriarrashyiputra1870
@fazriarrashyiputra1870 3 жыл бұрын
Yes like PlayStore app
@Konnits
@Konnits 2 жыл бұрын
I don't know how the Callback is implemented in kotlin, but trying and trying i could figure out it: val callback = object : Callback{ override fun onCreateActionMode(mode: ActionMode?, menu: Menu?): Boolean { val menuInflater = mode?.menuInflater menuInflater?.inflate(R.menu.menu_selected, menu) return true } override fun onActionItemClicked(mode: ActionMode?, item: MenuItem?): Boolean { return false } override fun onPrepareActionMode(mode: ActionMode?, menu: Menu?): Boolean { return true } override fun onDestroyActionMode(mode: ActionMode?) { } } (view?.context as AppCompatActivity).startActionMode(callback) hope this can help anyone else.
@cinnarasusoftwaresomm9671
@cinnarasusoftwaresomm9671 3 жыл бұрын
Can you please share the source code
@bimapratama1574
@bimapratama1574 2 жыл бұрын
Helo friend, can you provide the srouce code github link this project ?
@AndroidCoding
@AndroidCoding 2 жыл бұрын
Hello Dear Member, You have purchased a standard plan that does not include the source code. Please upgrade your membership plan and enjoy.
@bimapratama1574
@bimapratama1574 2 жыл бұрын
@@AndroidCoding which level should i take to get the source code
@AndroidCoding
@AndroidCoding 2 жыл бұрын
For only java code : Premium or For zip code : Premium+
@bimapratama1574
@bimapratama1574 2 жыл бұрын
@@AndroidCoding helo friend, i have upgrade to premium. can you help me ?
@AndroidCoding
@AndroidCoding 2 жыл бұрын
Thank you for upgrading to the subscription plan. Go to the Community tab for the source code link.
@Bmw-ky3mg
@Bmw-ky3mg 2 жыл бұрын
how to OnClickListener firebase To New Activity please sir ❤️🌹
@wathwlf7669
@wathwlf7669 3 жыл бұрын
You wrote a lot of codes on something trivial.
@akshaya2822
@akshaya2822 Жыл бұрын
Sir, Can u share the source code.
@ranawalee1704
@ranawalee1704 2 жыл бұрын
I have wasted 2 hours of my life to follow your code …. Because of just you’re selling your code not share on any platform for free … we people’s just watch these videos and write your codes … When it’s not works it’s hurt’s you alot
@tusharpatel3290
@tusharpatel3290 3 жыл бұрын
can you provide the source code GitHub link for this project?
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Join this channel membership to get access to source code perks: kzfaq.info/love/UIF5MImktJLDWDKe5oTdJQjoin
RECYCLERVIEW - Android Fundamentals
24:58
Philipp Lackner
Рет қаралды 101 М.
FOOLED THE GUARD🤢
00:54
INO
Рет қаралды 64 МЛН
ОДИН ДЕНЬ ИЗ ДЕТСТВА❤️ #shorts
00:59
BATEK_OFFICIAL
Рет қаралды 8 МЛН
孩子多的烦恼?#火影忍者 #家庭 #佐助
00:31
火影忍者一家
Рет қаралды 44 МЛН
Happy 4th of July 😂
00:12
Pink Shirt Girl
Рет қаралды 13 МЛН
ChatGPT Just Learned To Fix Itself!
5:47
Two Minute Papers
Рет қаралды 95 М.
Swipe gestures in Recycler View | Android
18:47
Mafia Codes
Рет қаралды 61 М.
RecyclerView OnClickListener (Best practice way)
11:48
CodingWithMitch
Рет қаралды 291 М.
FOOLED THE GUARD🤢
00:54
INO
Рет қаралды 64 МЛН