|
From: <max...@us...> - 2011-06-14 18:54:11
|
Revision: 4402
http://mxquery.svn.sourceforge.net/mxquery/?rev=4402&view=rev
Author: maxspeicher
Date: 2011-06-14 18:54:05 +0000 (Tue, 14 Jun 2011)
Log Message:
-----------
- minor changes to Start.java
- TEST_Android.zip: small sample app with app-specific logic entirely coded in XQuery
Modified Paths:
--------------
trunk/MXQuery_Android_App/src/ch/ethz/mxquery/android/Start.java
Added Paths:
-----------
trunk/MXQuery_Android_App/TEST_Android.zip
Added: trunk/MXQuery_Android_App/TEST_Android.zip
===================================================================
(Binary files differ)
Property changes on: trunk/MXQuery_Android_App/TEST_Android.zip
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/MXQuery_Android_App/src/ch/ethz/mxquery/android/Start.java
===================================================================
--- trunk/MXQuery_Android_App/src/ch/ethz/mxquery/android/Start.java 2011-06-14 01:51:42 UTC (rev 4401)
+++ trunk/MXQuery_Android_App/src/ch/ethz/mxquery/android/Start.java 2011-06-14 18:54:05 UTC (rev 4402)
@@ -207,25 +207,6 @@
// "return b:setText($button, \"Hello XQuery!\")"
// )
// );
-
- /*
- * The following is a code to test reading a query from a static file.
- */
- /*
- * BufferedReader in = new BufferedReader( new InputStreamReader(
- * getResources().openRawResource(R.raw.test) ) );
- *
- * String externalQuery = "", line;
- *
- * try { while ((line = in.readLine()) != null) { externalQuery += line;
- * }
- *
- * XQueryAsyncTask task = new XQueryAsyncTask(); String output =
- * task.execute(externalQuery).get();
- *
- * mResultView.setText(output); } catch (Exception e) {
- * e.printStackTrace(); }/*
- */
}
protected String runQuery(String query) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|