In my Android application I have one EditText, one Button, and one RecyclerView, and Adapter. When I type a movie name into my EditText field or as I type on the , I want the RecyclerView to be populated with movie names from the Rotten Tomatoes website that match what I entered into the EditText field.
But I can't figure out how to use the Rotten Tomatoes JSON API to get the movie data Using TextWatcher. How do I do it? or is there any one with better ideas? I have struggled with this for days.. Kindly provide me with an example.