Monodroid GREF problem best practice?

前端 未结 3 1712
醉话见心
醉话见心 2021-01-27 03:51

I have the following test code (based on standard monodroid HelloWorld)

namespace TestGREF
{
    [Activity (Label = \"TestGREF\", MainLauncher = true)]
    publi         


        
3条回答
  •  甜味超标
    2021-01-27 04:13

    Here is article about GC and memory management in monodroid. It can be helpful for you http://docs.xamarin.com/android/advanced_topics/garbage_collection

提交回复
热议问题