UI Guidelines for mobile and tablet web app design

Here is an overview of the official user interface (UI) and user experience (UX) guidelines, which can by used as inspiration for mobile web and app design. iPhone Human Interface Guidelines – PDF version iPad Human Interface Guidelines – PDF version UI Guidelines for Blac
Continue Reading →

Samsung Galaxy Tab source code released

Samsung has released the open source portions of the Galaxy Tab OS and made them available for download. Of course, much of their software isn’t open source, so don’t expect to see everything in the code. It is very refreshing to see manufacturers quick to comply with the
Continue Reading →

Android game engines

Because I’m currently creating an Android game, I will sum some open source Android (2D or 3D) game engines to be used for Android game development, AndEngine Rokon Libgdx Android-2D-Engine Angle jPCT-AE Dwarf-fw Catcake
Continue Reading →

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/repos
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 insi
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; rel
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 proje
Continue Reading →

poms

pom.xml parent <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">   <modelVersion>4.0.0
Continue Reading →

basic poms

pom.xml parent <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">   <modelVersion>4.0.0
Continue Reading →