Tag Archives: Java

Android Custom Progressbar with Rounded Corners using ClipDrawable

I’ll say right off the bat that this is a bit tricky to do, so you’ll probably want to start by downloading the sample project. Make sure you look closely at the namespaces and attributes. When you go to implement, … Continue reading

By: Bryce Barrand Categories: Blogroll / development Tags: , , , , , , , , , , , ,

Simple Google Android C2DM Tutorial (Push Notifications for Android)

This tutorial is for getting started with Android Cloud to Device Messaging (C2DM) on Android. In the iOS world it is knows as “push notifications”. There are many good resources out there for getting started, but all of them I felt … Continue reading

By: Bryce Barrand Categories: Blogroll Tags: , , , , , , ,

Creating JNIs in XCode

Here at Rain we often argue over which language is the best.  Although I am primarily an ActionScript developer, my heart still belongs with Java.  Even though Java is a strict language and mistakenly has a bad rap for performance, … Continue reading

By: Nathan Ross Categories: Blogroll Tags: , ,