Developing for Samsung Galaxy Tab

So you are developing Android applications and you want to run your android application on a Samsung Galaxy Tab. Just create an AVD. Run AVD Manager and select Available Packages in the left panel Click Add ADD-on Site and enter the URL http://innovator.samsungmobile.com/android/repository/srepository.xml Detailed guide and development tips is here.
Continue Reading →

How-To: Android and Databases

Applications usually uses databases to store application data. Inside this article I will be explaining two implementation types: SQLite DB4o I will use the Android application which was developed inside my previous post.
Continue Reading →

How-To: Android Client – Server designs

Applications are usually designed so that a Server provides a service to a Client. Choosing an implementation depends on the requirements. Inside this article I will be explaining three implementation types: SOAP Servlet JSON I will use the Android application which was developed inside my previous post.
Continue Reading →

What will be the first 10-inch Android tablet.

I’m doing research on 10-inch Android tablets. After one night of searching the Internet, I came up with the following list: Dell Streak; release date unknown. Samsung Galaxy Tab; release date will be early 2011. Hannspree, release date will be November 2010. E-Noa Interpad; release date will be December 2010. Archos 101; release date will be December
Continue Reading →

How-To: Android automatic build environment

After setting up your Android development environment, Developing an Android Application, and Created an Android Test environment it’s time to integrate your application and corresponding tests inside an automatic build environment. The steps to achieve this are: Create an maven project structure. Adding the specific Android setting to maven. Build and run t
Continue Reading →