Blackberry Coordinates From Cell Tower

I’m beginning to like coding in Blackberry since now an official JDE for Mac is available. Then I decided to have a look and prepare myself for some rather annoying but pleasant surprise from Blackberry’s JDE. To be honest, I don’t like Blackberry’s behavior of complicating simple things. But then I learned a lot from the codes. Urbanesia is a location based service and therefore location is very important. I’ve been trying out a few ways to get the device’s location and after all the things I’ve tried, I resorted into plain GMM solution. Blackberry’s location API was too slow to get a fix on the device’s location. Nevertheless, the codes are included as well. ...

August 4, 2011 · Batista Harahap

Istri ketiga, keempat dan kelima AR

Sebelum mulai dengan artikel ini, saya refresh dulu memori istri-istri AR. Istri ketiga dan keempat AR jika disatukan menjadi Mobile Location Based Service dan say hello kepada istri kelima AR yaitu WWW alias World Wide Web atau yang biasa dikenal sebagai Web. Melalui kedua video sebelumnya, dapat anda saksikan sebuah aplikasi Android yang memanfaatkan hampir semua istri AR sejauh ini dalam satu aplikasi. Dengan menggunakan fitur-fitur deteksi lokasi yang terdapat pada hampir semua smartphone saat ini, AR telah berubah menjadi sebuah aplikasi yang memberikan pratayang kepada kita semua tentang masa depan. ...

May 21, 2010 · Batista Harahap

Augmented Reality with #Wikitude API

I told you before that I’m gonna talk about another Augmented Reality framework. The framework is a great product from one of Augmented Reality’s early adopter namely Wikitude. Generally speaking, it’s more complicated than Mixare but offers more customization and definitely more features. I’m gonna build this tutorial with the following features: External Data Source - I'm using JSON from Urbanesia.com API. In-app WebView bindings - To display WebViews of any POIs URL. I haven't explore all the possibilities within Wikitude's API because of its lack of documentation. I'm really interested in its ability to handle Callbacks from clicked POIs. Haven't got the time to do so. That'll be another chapter of my tutorials. So to start off, for every project, you must include Wikitude’s API in your apps. Download it from here and get an API key while you’re at it. ...

May 12, 2010 · Batista Harahap