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?
Asked
Active
Viewed 2,123 times
1 Answers
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