<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Android Connector in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319395#M6396</link>
    <description>&lt;P&gt;Good to hear. Enjoy&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2011 04:43:31 GMT</pubDate>
    <dc:creator>Roland_Benedett</dc:creator>
    <dc:date>2011-12-13T04:43:31Z</dc:date>
    <item>
      <title>Android Connector</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319389#M6390</link>
      <description>&lt;P&gt;The NuxeoWorld demo of the Android connector looks very promising having addressed the critical mobile issues of offline, caching and synchronization. I have a few questions...&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Which version of the SDK is required to get the build to work properly (I tried the latest SDK with the default target release 8 api platform without success)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Which version(s) of the Android OS does the stack support?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Is the Nuxeo Server plugin for the Android Pending Appraisals application available for download?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Are dropdown items cached automatically?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Are there mechanisms to control what gets cached, when it gets cached and TTL?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Similarly, are there programmable controls on replication/snychronization?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I didn't see a logon (on the mobile device) during the demo - how is this handled?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Beyond Android any thoughts on when the iOS version might be available?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Many thanks,
Bruce.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 19:29:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319389#M6390</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2011-12-09T19:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Android Connector</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319390#M6391</link>
      <description>&lt;P&gt;The error I get using the latest SDK but targeting the release 8 api is as follows...&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2011 02:40:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319390#M6391</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2011-12-10T02:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Android Connector</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319391#M6392</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Partial Answer - first item&lt;/STRONG&gt;
I did get the full build to work using the latest version of the SDK, but I had to update the maven android plugin to the official 3.0.0 release (and to keep it interesting the name of the plugin itself changes in the 3.0.0 stream from maven-android-plugin to android-maven-plugin - so I had to update all the pom files to reflect the new name). When I ran "mvn clean install" everything worked except automationNonRegTests (problem with configuration of mojo), however, I commented out module line in parent POM for now and everything ran cleanly. I imported the resulting projects into Eclipse, following the &lt;A href="https://github.com/nuxeo/nuxeo-android"&gt;instructions on github&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2011 15:46:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319391#M6392</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2011-12-10T15:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Android Connector</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319392#M6393</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The target version of Android is indeed 8 (2.2).
This is the version that was use to automate the build and to run the test : so far it worked, but I did not test with a latest version of the SDK.&lt;/P&gt;
&lt;P&gt;The Appraisal plugin is a simple Studio Plugin.
You should be able to get a copy here :
&lt;A href="http://public.dev.nuxeo.com/~tdelprat/Android/demo-clientandroid.jar" target="test_blank"&gt;http://public.dev.nuxeo.com/~tdelprat/Android/demo-clientandroid.jar&lt;/A&gt;&lt;/P&gt;
&lt;H1&gt;Are dropdown items cached automatically?&lt;/H1&gt;
&lt;P&gt;yes, they should&lt;/P&gt;
&lt;H1&gt;Are there mechanisms to control what gets cached, when it gets cached and TTL?&lt;/H1&gt;
&lt;P&gt;For now the cache is managed at request level.
There is no automatic GC.&lt;/P&gt;
&lt;H1&gt;Similarly, are there programmable controls on replication/snychronization?&lt;/H1&gt;
&lt;P&gt;When doing a query you can control if you want it to be cached or not and if you want to force refresh.
When managing DocumentsLists, you can ask for full resfresh of the list in background.&lt;/P&gt;
&lt;H1&gt;I didn't see a logon (on the mobile device) during the demo - how is this handled?&lt;/H1&gt;
&lt;P&gt;It's part of the config screen where you choose the server and the Login/password.&lt;/P&gt;
&lt;H1&gt;Beyond Android any thoughts on when the iOS version might be available?&lt;/H1&gt;
&lt;P&gt;We will work on defining the milestones for Android and iOS in the next week (basically when the 5.5 is out).&lt;/P&gt;
&lt;P&gt;Tiry&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2011 13:02:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319392#M6393</guid>
      <dc:creator>Thierry_Delprat</dc:creator>
      <dc:date>2011-12-12T13:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Android Connector</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319393#M6394</link>
      <description>&lt;P&gt;Thanks for the response. I tried the URL above but I get a 403 forbidden error.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2011 14:27:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319393#M6394</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2011-12-12T14:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Android Connector</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319394#M6395</link>
      <description>&lt;P&gt;Ok, got everything working using the latest version of the SDK and the release 8 api. I can now create cases in Nuxeo and have them show up in the Android emulator. Now that I have the basics working it's time to play a bit!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 04:20:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319394#M6395</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2011-12-13T04:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Android Connector</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319395#M6396</link>
      <description>&lt;P&gt;Good to hear. Enjoy&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 04:43:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319395#M6396</guid>
      <dc:creator>Roland_Benedett</dc:creator>
      <dc:date>2011-12-13T04:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Android Connector</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319396#M6397</link>
      <description>&lt;P&gt;Bruce I have "unlike" your question&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 04:45:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/android-connector/m-p/319396#M6397</guid>
      <dc:creator>Roland_Benedett</dc:creator>
      <dc:date>2011-12-13T04:45:32Z</dc:date>
    </item>
  </channel>
</rss>

