Archives for: "September 2016, 28"
Loading Images from Xamarin Forms
Even the UI I built is very simple, I need to load some icons in the UI. I have used navigation page. After I navigated two pages, then I got an exception, OutOfMemoryException. That is because Bitmap Decode is used a lot of memory. I found we should… more »