iamantoniodinuzzo / CineMates

CineMates is a modern android application for movie fans in which you will be able to search for movies and consult information provided by The Movie DB.
GNU General Public License v3.0
15 stars 3 forks source link

Better Discover Fragment #210

Closed iamantoniodinuzzo closed 1 year ago

iamantoniodinuzzo commented 1 year ago

The discover fragment offers the user filtering systems to allow him to obtain most of the films / series of his interest.

The DiscoverFragment screen For now it offers the possibility of searching by query and the possibility of opening a screen where it will be possible to apply filters and from which, in the future, save those filters so that the user always has them with him.

The discover package then proposes the Fragment Discover Result and the Filter Dialog which proposes changing parameters depending on the type of media selected.

For example the sort by parameters and genres of a film will be different from the parameters for a series and the dialog fragment is attentive to this.

Features