Hello Folks,
I would like to ask you about one doubt. Let me give more detail about it.
I have one article Model object which has number comments, number of views, number of favorites and article detail in one model object (Please have a look on attached article.pdf).
Now, I want to create a page/screen which looks like article detail ( this screen have a Top banner, article description and a number of comments on that article). So, I want to plan to use Listview for this page and I am confused here. I am going to make different view cell for top banner, middle view, and comment view. Here the problem is I have only one model of article object. so, how can I use data template selector for single object and use 3 different view cell?
Or Suggest me the best way to do this screen.
NOTE:
I also need Context view action in the Comment view cell. So, that's why I preferred ListView instead of Scrollview.
Help will be appreciated...
Regards...
Thanks in advance.