Index: /issm/trunk-jpl/src/android/ISSM_App/.classpath
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/.classpath	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/.classpath	(revision 12484)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="gen"/>
+	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+	<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+	<classpathentry kind="output" path="bin/classes"/>
+</classpath>
Index: /issm/trunk-jpl/src/android/ISSM_App/.project
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/.project	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/.project	(revision 12484)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>ISSM_App</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.ApkBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
Index: /issm/trunk-jpl/src/android/ISSM_App/AndroidManifest.xml
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/AndroidManifest.xml	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/AndroidManifest.xml	(revision 12484)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="issm.app"
+    android:versionCode="1"
+    android:versionName="1.0" >
+
+    <uses-sdk android:minSdkVersion="14" />
+
+    <application
+        android:icon="@drawable/ic_launcher"
+        android:label="@string/app_name" >
+        <activity
+            android:name=".ISSM_AppActivity"
+            android:label="@string/app_name" >
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+    </application>
+
+</manifest>
Index: /issm/trunk-jpl/src/android/ISSM_App/gen/issm/app/BuildConfig.java
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/gen/issm/app/BuildConfig.java	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/gen/issm/app/BuildConfig.java	(revision 12484)
@@ -0,0 +1,6 @@
+/** Automatically generated file. DO NOT MODIFY */
+package issm.app;
+
+public final class BuildConfig {
+    public final static boolean DEBUG = true;
+}
Index: /issm/trunk-jpl/src/android/ISSM_App/gen/issm/app/R.java
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/gen/issm/app/R.java	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/gen/issm/app/R.java	(revision 12484)
@@ -0,0 +1,27 @@
+/* AUTO-GENERATED FILE.  DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found.  It
+ * should not be modified by hand.
+ */
+
+package issm.app;
+
+public final class R {
+    public static final class attr {
+    }
+    public static final class drawable {
+        public static final int ic_launcher=0x7f020000;
+    }
+    public static final class id {
+        public static final int editText2=0x7f050000;
+        public static final int seekBar2=0x7f050001;
+    }
+    public static final class layout {
+        public static final int main=0x7f030000;
+    }
+    public static final class string {
+        public static final int app_name=0x7f040001;
+        public static final int hello=0x7f040000;
+    }
+}
Index: /issm/trunk-jpl/src/android/ISSM_App/proguard-project.txt
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/proguard-project.txt	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/proguard-project.txt	(revision 12484)
@@ -0,0 +1,20 @@
+# To enable ProGuard in your project, edit project.properties
+# to define the proguard.config property as described in that file.
+#
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in ${sdk.dir}/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the ProGuard
+# include property in project.properties.
+#
+# For more details, see
+#   http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+#   public *;
+#}
Index: /issm/trunk-jpl/src/android/ISSM_App/project.properties
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/project.properties	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/project.properties	(revision 12484)
@@ -0,0 +1,14 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must be checked in Version Control Systems.
+#
+# To customize properties used by the Ant build system edit
+# "ant.properties", and override values to adapt the script to your
+# project structure.
+#
+# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
+#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
+
+# Project target.
+target=android-14
Index: /issm/trunk-jpl/src/android/ISSM_App/res/layout/main.xml
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/res/layout/main.xml	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/res/layout/main.xml	(revision 12484)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:orientation="horizontal" >
+
+    <TextView
+        android:id="@+id/editText2"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:layout_weight="1"
+        android:ems="10" android:translationX="0.5in" android:translationY="1in"/>
+    
+    <SeekBar
+        android:id="@+id/seekBar2"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:layout_weight="1"
+        android:clickable="true"
+        android:max="100" android:translationY="2in" android:translationX="-0.5in"/>
+
+</LinearLayout>
Index: /issm/trunk-jpl/src/android/ISSM_App/res/values/strings.xml
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/res/values/strings.xml	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/res/values/strings.xml	(revision 12484)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+    <string name="hello">Hello World, ISSM_AppActivity!</string>
+    <string name="app_name">ISSM_App</string>
+
+</resources>
Index: /issm/trunk-jpl/src/android/ISSM_App/src/issm/app/ISSM_AppActivity.java
===================================================================
--- /issm/trunk-jpl/src/android/ISSM_App/src/issm/app/ISSM_AppActivity.java	(revision 12484)
+++ /issm/trunk-jpl/src/android/ISSM_App/src/issm/app/ISSM_AppActivity.java	(revision 12484)
@@ -0,0 +1,29 @@
+package issm.app;
+
+import android.app.Activity;
+import android.os.Bundle;
+import android.view.View;
+import android.view.View.OnClickListener;
+import android.widget.TextView;
+import android.widget.SeekBar;
+
+public class ISSM_AppActivity extends Activity implements OnClickListener
+{
+	private SeekBar sb;
+	private TextView tv;
+	
+    public void onCreate(Bundle savedInstanceState) 
+    {
+        super.onCreate(savedInstanceState);
+        setContentView(R.layout.main);
+        sb = (SeekBar)findViewById(R.id.seekBar2);
+        tv = (TextView)findViewById(R.id.editText2);
+        tv.setText("Current Progress: " + sb.getProgress());
+        sb.setOnClickListener(this);
+    }
+
+	public void onClick(View v)
+	{
+		tv.setText("Current Progress: " + sb.getProgress());
+	}
+}
