![]() |
VOOZH | about |
This is the Part 9 of "Build a Social Media App on Android Studio" tutorial, and we are going to cover the following functionalities in this article:
Step 1: Working with the main_menu.xml file
Add the Search icon in the main_menu.xml file.
Step 2: Working with the UsersFragment.java file
Add the searchusers() in this file.
Below is the updated code for the UsersFragment.java file.
Output:
Note: Please Add drawable items before running the Application
Below is the file structure after performing these operations:
👁 Image