Quantcast
Channel: WeakReference – CoderzHeaven
Browsing all 4 articles
Browse latest View live

What is a Memory Heap Size in android? and how can use Bitmap Efficiently?

Memory Heap Size Android is a full multitasking system so it’s possible to run multiple programs at the same time and obviously each one can’t use all of your device memory. For this reason there is a...

View Article



Image may be NSFW.
Clik here to view.

Faster Loading images in GridViews or ListViews in Android using Menory...

Hi all This example shows you how to load large images in the gridview without any lag or without outofmemory error. This sample application uses the LruCache to hold the images. A cache that holds...

View Article

What are weak references? How it can be used to avoid memory leaks?

Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed. Weak references are most often used to implement canonicalizing mappings....

View Article

Simple Job Scheduler Demo in Android

Android helps us to schedule jobs in an efficient way. Android has a built in Job scheduler for this. Lets see how this is done. Before that lets see what google has to say about Job Scheduling. These...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images