Pada Juli 2005, Google bekerjasama dengan Android Inc. Saat itu banyak yang
menganggap fungsi. Android Inc. hanyalah sebagai perangkat lunak pada ...
This (PPT) tutorial shows you how to download and install Android SDK (r1.0) to
get you started developing ... Under the Advanced tab, hit the Environment ...
http://aiti.mit.edu. Indonesia Summer 2013. Meetup 02 – The Android SDK ... A
first glance at the Android Project Structure. • Your first project: „Hello World“.
ADOBE® READER® MOBILE SDK. The Adobe Reader Mobile SDK is a powerful
tool ... Windows Mobile 6 (using Visual. Studio 2008). • Windows desktop.
What features are enabled via the Adobe Reader Mobile 9 SDK? ... Multiple
operating systems – RM9SDK is validated for Linux and Windows Mobile 6,.
This is what Ezio Mobile SDK makes perfectly possible. With built in ... Ezio
Mobile SDK is a Software Development Kit .... Windows Phone (7.5, 7.8 and 8.0).
Jul 9, 2013 ... Salesforce.com Mobile Development. Last updated: July 9, ..... ClientManager
and RestClient Classes. .... Android Template App: Deep Dive.
You need to install the Android SDK; you should also install the Eclipse IDE. ... In
Eclipse, select Run As…/Android Application to upload the new version of your ...
Tuning first to ʻlabor dualism', this concept can be characterized formally in terms of a labor market with two distinct employment sectors: 'primary' and.
Installation Guide for SAP Mobile SDK. SAP Mobile Platform 2.3. Windows .....
Before you begin installing SAP® Mobile SDK, familiarize yourself with system.
installing, disable it. Restart the system for this change to take effect. Installing
SAP Mobile Platform SDK. Installation: SAP Mobile Platform SDK for Windows. 1
...
We examine the polyhedral structure of the convex hull of feasible solutions of the ... jEM KEN. JEM. 2. Knapsack and Flow Cover Facets where XCFL is defined ...
You can now access this Sybase Mobile SDK installation through the Windows
Start menu: Start > (All) Programs > Sybase > Unwired Platform > Sybase ...
Edition 1.11. Google, Android, Gmail, Google Maps, Chrome, Nexus, Google Play, ... An email address that you use for any
for Android. User Manual. Page 2. ATLAS.ti Mobile User Manual â Android ...... 10. Create a new project or select an existing project. Next, enter a name for the ...
ANDROID â KURZANLEITUNG iv. 4 Apps ausprobieren. 39. Alle Apps. 39. Google Play .... Um Text einzugeben, wie zum Beisp
Jaffray, Philippe Mongin, David Schmeidler, Tony Smith, Amos Tversky and Bernard. Walliser for their comments and suggestions. The usual disclaimer applies.
the commodities is paper money. Moreover, an equilibrium ... When agents are allowed to choose a consumption bundle inside the budget set ... 3, and there is one consumption good which is not freely disposable. The consumption .... (A-2) For each i,
An overlapping generations model with cash-in-advance constraint and with credit goods is ...... UI GABSZEWICZ, JE RICHARD und LA. WOLSEY (eds.) (1990) ...
Cheap IMP006 Free SDK 58mm Handheld Pos Printer Andr ... er receipt printer Mini Mobile Protable Printer .pdf. Cheap IMP
Android SDK 2.1 android.widget Package - Class Hierarchy Chart. Rev.1 (19 January 2010) http://www.adakoda.com/. TextVie
The TsSmartPhone Android VoIP Software Development Kit (SDK) is a flexible,
powerful ... CompactSIP is a modular, high performance, easy-to-use SIP stack:.
android application development programming with the google sdk pdf. android application development programming with th
Apache Chemistry – Android Client Summary • Started first quarter 2012 by
• Officially released in October 2012 with OpenCMIS 0.8.0 • License Apache 2.0 • Download package available here • http://chemistry.apache.org/java/download.html
OpenCMIS Android Client Overview • Supports CMIS 1.0 (1.1 in a near future)
• Try to provide the same level of services & models than OpenCMIS Java Client ! • Same code can works both on mobile and desktop/server • Supports Android 2.3 and above
• Packaged as One single jar file !
OpenCMIS Android Client Restriction • AtomPub Binding ONLY (no Web Services !) • Plan to support Json Binding for CMIS 1.1
• Currently not supported • Policy Management • ACL Management
OpenCMIS Android Client is SYNCHRONOUS ! UI Thread
Background Thread
Code Sample
CMIS & Apache Chemistry There’s a book for that !
Available http://www.manning.com/mueller/
OpenCMIS Android Client : Use Case Use it if you want… • Data and nothing else matters ! • to support others CMIS vendors • to reuse your OpenCMIS code
• Add Alfresco philosophy : services & objects • V1.0 • Support Cloud & OnPremise (3.4 and above) • Common part for all Alfresco • Supports Android 2.3 and above
• Packaged as One single jar file !
Client API – Session Object • Session object is at the heart of SDK ! • Responsible to provide • Services • Repository Information • Authentication Provider
• Configurable via Parameters • 2 types • CloudSession • RepositorySession (for on premise)
Client API - Services • Do you know about • Alfresco foundation services? • Alfresco Service Registry?
• We have implemented the same idea !
Client API – Services Extension • Do you know it’s possible to extend them ? • How to • Create CustomServiceRegistry extends ServiceRegistry • Create CustomRatingsService extends RatingsService • Implement your new methods
• During session creation provide the parameter • ONPREMISE_SERVICES_CLASSNAME • CLOUD_SERVICES_CLASSNAME
Client API - Model • High Level Objects • Contains information from server • They are usable on UI Thread !
How to use all of this… • Inside your eclipse • Create or open an Android project • Create libs folder and add libs in it • Alfresco Client API • Alfresco OpenCMIS Extension
• OpenCMIS • slf4j
• Start Coding !
Sample Code
Android Client API : Use Case Use it if… • • • •
You want data from Alfresco onPremise You want data from Alfresco Cloud You want to retrieve Alfresco Services You already have a mobile application
Android Asynchronous Layer
Asynchronous API Overview • Based on Android Loaders object • One of Android background thread mechanism
• Supports Android 3.X and above • It’s possible to use support library to use it in 2.3
• Packaged as One single jar file !
Asynchronous API : Use Case Use it if… • You start a new project • You like loaders ! • You are a beginner in Android project
Don’t use it if… • You already have your mechanism
Alfresco Android SDK UI Library
UI Library • Overview • Provides extensible re-usable UI components & utilities • Supports Android 3.X and above • Possibility to use support library to use it in 2.3
• Adapters • Template for creating listview of content
• Managers • Utils class for storage, thumbnail…
Demo Time Alfresco Sample Application
Android UI Library : Use Case Use it if… • You want to create a quick win new mobile project • You already use an application with fragments • You want to create a tablet application