This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//MainActivity's private vars and key methods: | |
public class MainActivity : FragmentActivityBase | |
{ | |
private RecyclerView _recyclerViewPhotosTakenEdit; | |
private IList<PhotoItemModel> _photoItemsModel; | |
private RecyclerView.LayoutManager _layoutManager; | |
private PhotoQuestionRecyclerAdapter _photoQuestionImageAdapter; | |
...... | |
} | |