I\'m working on a code as a reference and encountered this Intent call: Intent(getApplicationContext(), secondActivity.class)
I got baffled because in my pr
"This provides a convenient way to create an intent that is intended to execute a hard-coded class name, rather than relying on the system to find an appropriate class for you." source: http://developer.android.com/reference/android/content/Intent.html#Intent%28android.content.Context,%20java.lang.Class%3C?%3E%29