Saved and Searched News Layouts
Learn how to create a search bar and a layout for displaying saved news.
We'll cover the following
Saved news fragment
Create the SavedNewsFragment.kt
class and remove the boilerplate code before heading over to the layout file. This class will be used to observe and retrieve saved articles selected by the user and display them to the user in a list supported by the RecyclerView
.
Get hands-on with 1400+ tech skills courses.