Why is a Software bug called a bug?

As a software engineer, I have been trained to call any problem with my software as a software bug. These are annoying little things which me as a developer had overlooked during programming, or made a mistake in understanding the requirements, or just straight up…

Android Sync Adapter: Implementation to Sync Manually

In my last post, I showed how to implement an Android Account Manager, which utilizes the internal Android’s system for managing user accounts. Once you’ve implemented that, you are ready to take your app to the next level with Android Sync Adapter (SyncAdapter). What is…

More features always leads to a better product

There is a general understanding between people in the tech world that more features degrade a product. Their rationale is that when you add more features, you dilute the core functionality or destroy the simple UX of doing one thing well. The web is filled…

Purpose Code for Apps in India

If you are selling your apps or in-app purchases in Play Store or App Store and receiving money in a corporate account, you’ll be asked the purpose code for the transaction for regulatory purposes. The concerned section of the purpose codes for us developers will…

Best way to get started with a web framework

If you’re looking for a program to code up to learn about a web framework, I strongly suggest you try writing a URL shortener. You’ll understand the concepts of database, authentication (if you allow a user to log in), dynamic routing, permanent routing, creating views,…

Please stop misusing Floating Action Button

I’ve had a lot of blood loss while using some apps which have implemented Floating Action Buttons (FAB) all wrong. FABs have been misused all the time in apps. And it’s hard not to. They look so elegant, and classy, and pretty! But, what a…

Analysis of a reddit ad for Inkmat

Back in 2014, I ran ads for inkmat on reddit. The ads looked kind of cheap for getting the word out about the service and I figures why not give it a try. The minimum amount was only $5. What’s the worst that could happen?…

Streaks for Android completes one year!

Today marks one year anniversary of the launch of my Streaks Habit Tracker app for Android. While it has far exceeded any expectation I had in the beginning, I have been disappointed with its performance overall. The problem lies with me though. I haven’t really…