



After creation of project there is a class file called MainActivity.cs which is the default start activity of your project same like Public Static Main() method in Console application as well as Main.axml file also present which is default Activity Layout which is set to MainActivity.cs.Go ahead and start a new Android studio project. This guide will use Java in Android studio to create a nested RecyclerView application. First step is to create blank android app project and give some meaningful name to it. Fortunately RecyclerView was designed as flexible and modular replacement of legacy ListView.Its hidden power and flexibility is buried inside it integral parts like Adapter, LayoutManager.I got such a requirement hence I got a solution which I am explaining as follows: Suppose there is a business requirement such as List of elements (List View) and inside each element there is another list of elements (List View) which looks like a horizontal list, then the Horizontal list view inside list view concept of Xamarin Android comes into the picture.
