i'm starting to use MPandroidChart and for my is awesome, I'm already developing 2 examples and works fine, but in need implement a specific solution and I don´t know if is feasible to do. Basically, I have a screen with 2 fragments, on the left, I have a list, on de right i have a details view that I show when I select an list's item. I need to show 4 or 5 diferent charts, from diferent sources like a grid. For example, using a recycledView as a grid I will show two pieChart and 3 barChart. I know, as a the example show me, i can use a listview with chart, ok, but, can I use a RecycledView with MPandroidChar to show multiple charts? I hope this question be understandable and sorry for my mistakes writing english.
Kind Regards