1

I am new to android, I need to use Object Pooling in my App, but I don't know enough about it. How might it be implemented?

Chris Cashwell
  • 22,308
  • 13
  • 63
  • 94
Sanat Pandey
  • 4,081
  • 17
  • 75
  • 132

1 Answers1

0

The implementation on an Android platform would be no different than a typical Java implementation. Maybe you can learn by reading one of these articles:

http://sourcemaking.com/design_patterns/object_pool

http://www.oodesign.com/object-pool-pattern.html

http://en.wikipedia.org/wiki/Object_pool_pattern

or this question.

Community
  • 1
  • 1
Chris Cashwell
  • 22,308
  • 13
  • 63
  • 94