Tag: android

Best Android Game Stores

Are you looking for the best android game stores where you can download the games apart from the Google?. This blog post will list out some of the popular and best android game stores available. Best Android Game Stores Amazon Appstore for Android IndieGameStand Gameloft The Humble Store F-Droid GamersGate TegraZone Have you comes across any other game stores for android ?. Feel free to…

How to hide virtual keyboard in android using Java?

There are times when you want to hide the virtual keyboard in android. You can easily do that using the InputMethodManager. How to hide virtual keyboard in android using Java ? Just call the hideSoftInputFromWindow method of the InputMethodManager class by passing the token of the current window that contains the focussed view. Below is a sample code snippet demonstrating the usage of InputMethodManager to…