Help me compile a list of Effective Android Programming techniques

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2010-06-02T19:42:01Z Indexed on 2010/06/02 19:44 UTC
Read the original article Hit count: 191

I will start

1 Don't forget to free resources. Lot of resources like Cursors are overlooked.

2 Don't Use magic Numbers. values[0] is meaningless. The framework provides very useful accessors like values[SensorManager.DATA_X]

© Stack Overflow or respective owner

Related posts about android

Related posts about Tips