Sometimes we pass context of an activity as a parameter to some other function and later we might want…
Normally when we launch new activity, it’s previous activities will be kept in a queue like a stack of…
If you want to dismiss the keypad manually through code, you can do that with the following methods Method…
Sometimes your android emulator might fails to connect eclipse DDMS tool and ask for adb to start manually. In…
If your activity class extends Activity, you can get application context using getApplicatoinContext(). But this method won’t be available…
Invoking click event on all the views (Buttons, Layout etc.,) through code can be done so easily. Method 1…
You can show and hide android views (layout, button, textview etc.,) at any time. You can also use animations…