A quick rundown of the major improvements made to my video snipping tool
I revisted one of my projects from 4 months ago, and here's a breakdown of the improvements made so far

Search for a command to run...
I revisted one of my projects from 4 months ago, and here's a breakdown of the improvements made so far

Blurring images can be straightforward, but also quite complicated when you need to add a bit of customization to it

This article offers a peek into how you can parse and render html content as native views on Android

I set out to build one of my favorite projects some time around June, and while I was able to complete it to some extent and successfully launched it, I did face some setbacks while trying to implement certain features in the application. One of the ...

Last week, I did a bit of refactoring on Picashot's web service, and went through a rethink of how to store comments and replies in the database. I initially had 2 tables for this, a Comment table and Reply table. These tables had very similar column...

I was looking through the DeviantArt android application for features I could implement in my latest project that could be useful to have in the mobile application, and came across this layout format I liked a lot. As you can see in the image below, ...

Whenever we need to define an object that holds a series of other objects, the basic data type for this would be an array or vector. The contents of an array/vector should be of the same data type, meaning we can’t have an array of both integers and ...

Alright, References and Pointers! I spent a really great amount of hours trying to understand what these compound types are. What are they? The perfect way I understand them is, references are typically another name for referring to an object. Refere...

Okay, so my quest on being a part of the gaming industry as a developer led me to start learning C++ as it is one of the major programming languages used in creating my favorite games, and the other amazing games we have right now. Reason is, for mor...
