Talk to an expert

Our Blog

Check out our news and see more about
our projects and researches.

Category: Technology
 

June 12th, 2012

Android Like Facebook

by in Technology

Every App, nowadays, seems to need to be integrated with Facebook.  One of our recent Android apps required such integration.  The requirement was to allow the user to like a company...

Read More

May 7th, 2012

Android NDK, using JNI bitmap processing – comparing Java to C using flood fill algorithm

by in Technology

There are times when you need to use the Java Native Interface (JNI) when developing Android applications.  One example that is often used is bitmap processing.  You pass your bitmap to...

Read More

May 7th, 2012

Guide to mobile development: intro and native apps

by in Technology

This 3 part series will talk about the mobile eco system and how native apps, runtime native apps, and mobile web apps tie it all in. If you are a developer...

Read More

January 10th, 2012

Extract primary key from hibernate entity

by in Technology

Here is a quick one, I will show you how to extract the primary key and the value from a hibernate entity. It took me a while to look...

Read More