Android Best Practices: StrictMode

When developing Android applications that uses network and database access, you need to do performance tuning. This is where StrictMode comes in handy StrictMode? StrictMode is used to detect memory leaks. It’s has introduced in Gingerbread and can be used as a development tool.
Continue Reading →