Download MobileCrossPlatformTools Free Java Code

Description

Sample applications to test mobile cross platform development tools.

Icons

MobileCrossPlatformTools

Source Files

The download file MobileCrossPlatformTools-master.zip has the following entries.


LICENSE.txt//from  w w w.j  av  a  2s .c o m
README
WeatherAndroid/AndroidManifest.xml
WeatherAndroid/proguard.cfg
WeatherAndroid/project.properties
WeatherAndroid/res/drawable-hdpi/alert_button.xml
WeatherAndroid/res/drawable-hdpi/alert_button_idle.9.png
WeatherAndroid/res/drawable-hdpi/alert_button_on.9.png
WeatherAndroid/res/drawable-hdpi/city.png
WeatherAndroid/res/drawable-hdpi/gps_location.png
WeatherAndroid/res/drawable-hdpi/gradient.xml
WeatherAndroid/res/drawable-hdpi/help_bg.9.png
WeatherAndroid/res/drawable-hdpi/icon.png
WeatherAndroid/res/drawable-hdpi/list_bg.9.png
WeatherAndroid/res/drawable-hdpi/loading.xml
WeatherAndroid/res/drawable-hdpi/loading_1.png
WeatherAndroid/res/drawable-hdpi/loading_2.png
WeatherAndroid/res/drawable-hdpi/loading_3.png
WeatherAndroid/res/drawable-hdpi/loading_4.png
WeatherAndroid/res/drawable-hdpi/loading_5.png
WeatherAndroid/res/drawable-hdpi/loading_6.png
WeatherAndroid/res/drawable-hdpi/loading_7.png
WeatherAndroid/res/drawable-hdpi/loading_8.png
WeatherAndroid/res/drawable-hdpi/popup_full_bright.9.png
WeatherAndroid/res/drawable-hdpi/splash_logo.png
WeatherAndroid/res/drawable-ldpi/icon.png
WeatherAndroid/res/drawable-mdpi/icon.png
WeatherAndroid/res/layout/alert_dialog.xml
WeatherAndroid/res/layout/day_item_layout.xml
WeatherAndroid/res/layout/splash_screen_layout.xml
WeatherAndroid/res/layout/weather_layout.xml
WeatherAndroid/res/menu/options_menu_layout.xml
WeatherAndroid/res/values/strings.xml
WeatherAndroid/res/values/styles.xml
WeatherAndroid/src/es/tid/weather/common/CurrentWeather.java
WeatherAndroid/src/es/tid/weather/common/Definitions.java
WeatherAndroid/src/es/tid/weather/common/Weather.java
WeatherAndroid/src/es/tid/weather/common/WeatherApplication.java
WeatherAndroid/src/es/tid/weather/common/WeatherDay.java
WeatherAndroid/src/es/tid/weather/http/ConnectionManager.java
WeatherAndroid/src/es/tid/weather/http/HttpConnection.java
WeatherAndroid/src/es/tid/weather/http/HttpResult.java
WeatherAndroid/src/es/tid/weather/main/GpsListener.java
WeatherAndroid/src/es/tid/weather/main/WeatherActivity.java
WeatherAndroid/src/es/tid/weather/opengl/Cube.java
WeatherAndroid/src/es/tid/weather/opengl/CubeRenderer.java
WeatherAndroid/src/es/tid/weather/opengl/TranslucentGLSurfaceViewActivity.java
WeatherAndroid/src/es/tid/weather/splash/SplashActivity.java
WeatherPhoneGap/config.xml
WeatherPhoneGap/icon.png
WeatherPhoneGap/img/alert_button.png
WeatherPhoneGap/img/city.png
WeatherPhoneGap/img/gps_location.png
WeatherPhoneGap/img/help_bg.png
WeatherPhoneGap/img/list_bg.png
WeatherPhoneGap/img/loading.gif
WeatherPhoneGap/img/popup_full_bright.png
WeatherPhoneGap/img/splash_logo.png
WeatherPhoneGap/index.html
WeatherPhoneGap/json.js
WeatherStrawberry/localization/en.strings
WeatherStrawberry/localization/es.strings
WeatherStrawberry/res_common/alert_button_idle.png
WeatherStrawberry/res_common/alert_button_on.png
WeatherStrawberry/res_common/button_city.png
WeatherStrawberry/res_common/button_city_over.png
WeatherStrawberry/res_common/button_gps.png
WeatherStrawberry/res_common/button_gps_over.png
WeatherStrawberry/res_common/cell.html
WeatherStrawberry/res_common/city.png
WeatherStrawberry/res_common/en.json
WeatherStrawberry/res_common/es.json
WeatherStrawberry/res_common/gps_location.png
WeatherStrawberry/res_common/help_bg.png
WeatherStrawberry/res_common/icon.png
WeatherStrawberry/res_common/languages.json
WeatherStrawberry/res_common/list_bg.9.png
WeatherStrawberry/res_common/package.jpkg
WeatherStrawberry/res_common/package_320_000000.png
WeatherStrawberry/res_common/popup_full_bright.png
WeatherStrawberry/res_common/splash.css
WeatherStrawberry/res_common/splash.html
WeatherStrawberry/res_common/splash_logo.png
WeatherStrawberry/res_common/textfield.png
WeatherStrawberry/res_common/weather.css
WeatherStrawberry/res_common/weather.html
WeatherStrawberry/src/Bootstrapper.cpp
WeatherStrawberry/src/Bootstrapper.h
WeatherStrawberry/src/Constants.h
WeatherStrawberry/src/MainScene.cpp
WeatherStrawberry/src/MainScene.h
WeatherStrawberry/src/SplashScene.cpp
WeatherStrawberry/src/SplashScene.h
WeatherTitanium/.gitignore
WeatherTitanium/.project
WeatherTitanium/.settings/com.appcelerator.titanium.mobile.prefs
WeatherTitanium/CHANGELOG.txt
WeatherTitanium/LICENSE
WeatherTitanium/LICENSE.txt
WeatherTitanium/Resources/android/icon.png
WeatherTitanium/Resources/app.js
WeatherTitanium/Resources/images/alert_button.png
WeatherTitanium/Resources/images/alert_button_android.9.png
WeatherTitanium/Resources/images/bg_gradient.png
WeatherTitanium/Resources/images/city.png
WeatherTitanium/Resources/images/gps_location.png
WeatherTitanium/Resources/images/help_bg.png
WeatherTitanium/Resources/images/help_bg_android.9.png
WeatherTitanium/Resources/images/list_bg.png
WeatherTitanium/Resources/images/list_bg_android.9.png
WeatherTitanium/Resources/images/loading.gif
WeatherTitanium/Resources/images/loading_1.png
WeatherTitanium/Resources/images/loading_2.png
WeatherTitanium/Resources/images/loading_3.png
WeatherTitanium/Resources/images/loading_4.png
WeatherTitanium/Resources/images/loading_5.png
WeatherTitanium/Resources/images/loading_6.png
WeatherTitanium/Resources/images/loading_7.png
WeatherTitanium/Resources/images/loading_8.png
WeatherTitanium/Resources/images/popup_full_bright.png
WeatherTitanium/Resources/images/popup_full_bright_android.9.png
WeatherTitanium/Resources/images/splash_logo.png
WeatherTitanium/build.log
WeatherTitanium/i18n/en/strings.xml
WeatherTitanium/manifest
WeatherTitanium/tiapp.xml

Download

Click the following link to download MobileCrossPlatformTools-master.zip.

MobileCrossPlatformTools-master.zip




















Home »
  Java Free Code »
    Test »




HTMLUnit
JUnit
Selenium
Test