vedangj044 / Frisson

Android app to read reports of UFO sightings
5 stars 2 forks source link

Add details fragment using Navigation Component #17

Open vedangj044 opened 3 years ago

vedangj044 commented 3 years ago

I'm submitting a

Current Behaviour:

We can fetch the data from the API and display it on the recycler view, but it only displays a part of the data.

Expected Behaviour:

We need to create a new fragment, use the navigation component to create and launch it on the tap on any item in the recycler view. It should use the same view model as the activity.

Notes

Use gitter channel to discuss any doubts in your mind. Tutorial1 Tutorial2 Tutorial3