How to search through data in SQLite database & Recycler in android

Опубликовано: 28 Май 2026
на канале: Dev Route
53
3

In this video, we learn how to search through data in SQLite database & RecyclerView in android studio – Filter data in Android application.

You may also like to watch:
How to set JAVA as the Programming Language for Android Application Development:
   • How to change or customize Android app ico...  

How to change or customize Android app icon in Android Studio:
   • How to change or customize Android app ico...  

How to navigate from one screen to another in Android application - JAVA Programming Language:
   • How to navigate from one screen to another...  

Android Tutorial Series - Inserting Data into SQLite Database
   • Android Tutorial Series - Inserting Data i...  

How to design Bottom Navigation Bar in Android Studio:
   • How to design Bottom Navigation Bar in And...  

Android Tutorial - how to code Swipe to Delete data from SQLite database:
   • Android  Tutorial - how to code Swipe to D...  

How to add a Top Menu Bar to android app:
   • How to add a Top Menu Bar to android app  

How to add a Floating Button in android studio:
   • How to add a Floating Button in android st...  

How to insert data into SQLite database in android studio:
   • How to insert data into SQLite database in...  

How to update data in SQLite database using android studio:
   • How to update data in SQLite database usin...  

#smartphone #androidgames #androidtips #programming #mobileapp #mobileappdevelopment #coding #screennavigation #androidApp #registrationScreenInAndroid #recycler #database #android
#mobileapp #androidstudio #androidmobileapp #androiddeveloper #android

Chapters:

00:00 Intro & Demo
01:13 Creating Note.java file
03:11 top_menu_bar.xml coddling
04:06 Writing the code in MainActivity.java
09:01 Writing the code in RecyclerViewAdapter.java
12:53 Testing and conclusion