In previous post I made RecyclerView.
In this post, I'll add name filtering ability to RecyclerView.
First add EditText for user input.
Use addTextChangedListener() for catch the change of EditText.
Do DbTask asynchronously.
This sample code is in GitHub.
In this post, I'll add name filtering ability to RecyclerView.
First add EditText for user input.
Use addTextChangedListener() for catch the change of EditText.
Do DbTask asynchronously.
This sample code is in GitHub.
댓글
댓글 쓰기