Splash Screen and App Icon Sizes

<platform name=”android”>     <!– you can use any density that exists in the Android project –>     <splash src=”res/screen/android/splash-land-hdpi.png” density=”land-hdpi”/>     <splash src=”res/screen/android/splash-land-ldpi.png” density=”land-ldpi”/>     <splash src=”res/screen/android/splash-land-mdpi.png” density=”land-mdpi”/>     <splash src=”res/screen/android/splash-land-xhdpi.png” density=”land-xhdpi”/>     <splash src=”res/screen/android/splash-port-hdpi.png” density=”port-hdpi”/>     <splash src=”res/screen/android/splash-port-ldpi.png” density=”port-ldpi”/>     <splash src=”res/screen/android/splash-port-mdpi.png” density=”port-mdpi”/>     <splash […]

Read More

Livo EMP Architecture

Livo Enterprise Mobility Platform is end-to-end mobile app development, deployment and management platform. It provides 3 components which you need for your enterprise mobile app: Mobile Container: To use native device functions and to enable HTML5 app development. IDE: Jquery Mobile enabled development environment. Middleware: To mobilise your business data.

Read More

Livo Mobile – Evaluation Guide

We did a simple Weather query app which gets weather data from a public API (http://api.openweathermap.org). We also create a simple UI to query weather of a city. This document explains how you can evaluate the complete system step by step. With these steps you will be evaluated all 3 components of Livo: Client container […]

Read More