View Animations On Android

The Android framework provides two animation systems: Property animation (introduced in Android 3.0) View animation While property animation system is more flexible, offers more features and generally has better performance,...

Two's Complement And Absolute Values

If I ask you what the result of Math.abs(-10) is, would you guess it’s 10? How about Math.abs(-2147483648)? If you think the answer is 2147483648, you’re wrong. How it all...

Java Operators I Thought I Knew

Today, I stumbled upon Java Tutorial Operators page. I glanced the list, wondering if I know what each operator does. As you might have guessed from the title, I failed....