Gesture Detection on Android
I just got my gesture detection code working. It’s a fun way and a convenient way as well to enhance the usability of your application. So, here is the code… Read more »
I just got my gesture detection code working. It’s a fun way and a convenient way as well to enhance the usability of your application. So, here is the code… Read more »
Recently, I tried to develop an app that would block sms from certain numbers that you can choose. It seems that you cannot completely block the incoming sms. These were… Read more »
If you have lot’s of stuff to put on your screen for a single activity, you should probably go for the SlidingDrawer widget. It is very simple to use, and… Read more »
This is a pretty handy API that you can use to write a string of information to a file on the device. It doesn’t need a StreamWriter or BufferedWriter or… Read more »
I never noticed, or realised how an application’s UI would render when the orientation changed, since most of the time I tested my apps on the emulator. But one fine… Read more »
From the very first day, I hated Relative Layouts. I struggled with layouts in general during my initial days till I figured out that Linear Layouts can create any kind… Read more »
I have been thinking about starting a new blog for Android stuff for quite a long time. And today, I found some time for the same. So here goes my… Read more »