The next screen we will learn is the main dashboard screen or the Discovery Screen. The Discovery screen shows different sections that have the restaurants you may like to visit or restaurants you may like to go out for meal, and many more. Each of these sections scroll horizontally and the fullscreen scrolls vertically. At the top, it also has the toolbar that allows you to select a different location, and also a search button asks you to search through the different places. We will look to implement each of these one by one.
First, we will look at the sections consisting of the restaurants. The main layout where all these have to be placed is inside a NestedScrollView. A NestedScrollView, in simple terms, is a view that ...