AutoCompleteTextView was added from the API Level 1 and it is very useful to show a list of hints while the user is typing. Checking the source code, I found an easy way to hack the view to show the ...
My app is a single activity with multiple parent and nested fragments. In one of the child fragments I use viewpager2 component to show different fragments depending on the tab selected. For the sake ...