Custom title for your apps
The default title bar for the apps might not suit the theme of your app. You also might want to add a few more things to the title bar which… Read more »
The default title bar for the apps might not suit the theme of your app. You also might want to add a few more things to the title bar which… Read more »
This is a small project that does this. “On your phone’s screen, you will have a ball lying at the bottom part, in the middle. Once you touch any part… Read more »
Streaming radio stations or audio files hosted on streaming servers on Android is pretty straight-forward. But then, Android has it’s limitations. It won’t stream just any file or radio station…. Read more »
I had to do this for a project that I am working on, and I felt that it wasn’t possible to achieve this. Well, there are several examples on the… Read more »
Nothing complex. Just a few lines of code to invert your button. A horizontal flip of 180 degrees is pretty simple to achieve. If you want it with a specific… Read more »
Have you ever tried to use Websockets on Android? In a recent project that I have been working on, it was required to use WebSockets to build a native Android… Read more »
You need an app that can unzip files? Android provides the classes that are required for this. Basically you will need to checkout two classes. There are other related classes… Read more »
Using WebViews on Android is pretty interesting. I have come across some situations where I had to use a WebView to display some HTML content. Displaying HTML content is pretty… Read more »
Android has been criticized by a few of not having stricter security policies, on which a user could count on if his device is lost or stolen. Since more and… Read more »
Till now, there is no Drag and Drop like control on the Android. This feature might come in handy in a few situations to improve the usability of your apps…. Read more »