Esempio n. 1
0
        public override void OnBindViewHolder(RecyclerView.ViewHolder holder, int position)
        {
            // TODO bind the results to the model
            RestaurantSectionViewHolder restaurantsectionViewHolder = holder as RestaurantSectionViewHolder;

            restaurantsectionViewHolder.DisplayRestaurantSectionList(_restaurantsectionModel[position]);
        }