1001 Android Snippets
Thursday, April 16, 2015
Check if app is in development mode or production mode
Make sure Gradle is configured properly.
if
(
BuildConfig
.
DEBUG
==
true
) {
// development mode
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment