An issue I had was that because you have to push your code up to the device you have to have your signing keys installed. Well I have these on my Windows partition, but not on my Mac side. Knowing it’s possible to move your signing keys from one PC to another, I figured it… Read more »
Posts Categorized: code
Developing BlackBerry Apps On A Mac Finally Possible?
RIM recently released a plugin that works with Eclipse on the Mac OS. This makes me quite happy, as I love my mac, and would much prefer to do my iPhone and BB dev on one system. I plan on playing around with this for the next few weeks and I’ll let you know my… Read more »
How to calculate the distance between two lat/lon points on the blackberry
I have posted a code snippet to my snipplr account. Check it out here If you have any recommendations on how to make it faster/more efficient I’d love to hear it. Yes, I realize that this won’t work with j2me, but RIM has implemented some good helper classes to make this calculation much easier. This calculation uses… Read more »