java Archive

  • Android Notes: Debugging

    Android Notes: Debugging

    By now you’ve probably written a bit of code, and no doubt it’s not working quite right. It’s time to embrace the fantastic world of debugging. Debugging is a bit of a chore, and it can be made even more traumatic by having to use...

    Full Story

  • Android Notes: Java

    Android Notes: Java

    As mentioned in the comments for the previous post, when writing Android apps you need to use Java. While it’s possible to code using C/C++, you really don’t want to unless making life difficult is your idea of fun. The Java you’ll be using is...

    Full Story

  • Android Notes: Setting up the SDK

    Android Notes: Setting up the SDK

    These will form a series of posts detailing my progress in learning the Android SDK. When I first started it was very confusing, and took a while to learn enough information to even make sense of what the documentation was trying to tell me. The...

    Full Story