In the last post, we have made an application with localization: Android – Localization
Continue reading Android – Testing Localization
Category Archives: Android
Android – Localization
In Android application development, there is a strings.xml which centralizes all the text values of the application. In order to localize your application by the phone locale, we can simply create different strings.xml as depicted in the following picture.
Continue reading Android – Localization
NovelGrid Android Application – 記得睇波
記得睇波係 NovelGrid 的第一個 Android Application,暫時只有繁體中文版本。讓你隨時隨地查看英超、德甲、意甲、西甲與日本J1聯賽賽程和比賽結果。
請按右鍵另存新檔
下載記得睇波version1.1
Android – Android Application Package .apk Installation
Android Market provides a platform for Android user to download and install some Android applications. Actually all Android application is packaged in a .apk file and it is possible to download and install the package directly without going thru the Android Market.
Continue reading Android – Android Application Package .apk Installation
Android – Capture Screenshot
Here are the steps about how to capture a screenshot on your Android phone. Please note that it is for Windows user only.
1. Install the Android SDK
Continue reading Android – Capture Screenshot
Android – Install the Android Development Tools Plugin for Eclipse
Eclipse is the one of the IDEs for building Android application. This article shows u how to install the Android Development Tools (ADT) Plugin in Eclipse.
Continue reading Android – Install the Android Development Tools Plugin for Eclipse
Android – Installing the Android SDK
1. Download the Android SDK of your OS at the Android Developer Web Site
Continue reading Android – Installing the Android SDK