Anybody coming from UWP, like me, knows that templates are a very important & useful part of apps. I am currently working on converting all my UWP apps to Android, and am trying to figure out the best replacement for controls like ItemsControl that make heavy use of templates. I have seen CollectionView in Xamarin.Forms, but I am looking to convert to Android Native. I have also seen the native controls such as RecyclerView, ListView, and GridView, but these do not (to the best of my knowledge, although being new to Android I could be wrong) use templates. What is the best alternative to templates in Android Native? Thanks.
↧