News

The reason that null pointer exceptions are so unpopular in Java is that they are runtime exceptions. That means the app will compile just fine and you’ll only hear about them when you reach ...
Kotlin offers big advantages over Java for JVM and Android ... with Android Studio 3.0 Kotlin is built into the ... at compile time to avoid triggering an actual null pointer exception.
Null pointer exceptions are no fun. You can avoid them and keep your code clean and maintainable by using these techniques to elegantly handle null values in C#.
There's more than one way to make an Android game! In this post, I take a look at creating 2D sprite-based games with Java and Android Studio.