카테고리 없음

Lessons learned after developing the photo client

tomato13 2013. 9. 8. 17:03

Lessons learned after developing the photo client.

 

1. My thought was right. Code should be reused for refactoring although there's any risk of complexity.

2. I didn't think to draw directly on onDraw function. View. I learned that using that way may be a good solution especially when there's limited memory capacity.