Hi every one
When I upgrade my project to new Xamarin.Form 1.3.1 . I meet the problem with listview performance. Everytime I push from PageA (contains a ListView) to Page B , after that I pop from PageB back to PageA. The memory of the app increase a lot. (I used Instruments tool to profile the memory ).
What did I do wrong with the ListView, I have never seen this in previous version before ?
Could any body can help me ? I appreciate it !