top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

OutofMemory Exception in WindowsPhone?

+2 votes
201 views
OutofMemory Exception in WindowsPhone?
posted Jan 9, 2015 by Puhal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Different Windows Phone devices might have different amounts of memory. As such, you should work to have a small memory footprint so that your applications can work on multiple devices

Hints: working with images, data binding optimization, and more.

answer Jan 13, 2015 by Jdk
...