Tip: Content Provider

Do not close the database connection inside a ContentProvider as it's managed by the system itself. Otherwise, you can choose to crash the app :p

No comments:

Post a Comment

Power function

In C/C++ (and also other languages), we have the built in power function to raise a number to a given power. What if we need to calculate ...