How to build a mobile app for alfresco?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2012 07:33 AM
I want to know how can i built a mobile app for alfresco that works on mobile and using this, user can login & see content on his mobile phone while connecting to alfresco repository.
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2012 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2012 02:08 AM
With respect, that's quite a vague set of requirements! :wink:
- Native or web… or hybrid?
- Platforms to be supported - iOS, Android, Windows Mobile, Blackberry, etc…?
- View only?
We're currently working on a mobile SDK for both Android and iOS that will make building third party apps much easier. Until those are released (later this year) you can always access the source for the current iOS app at https://bitbucket.org/ziadev/alfresco-mobile/
Thanks,
Mike
Thanks Mike for Help.
I want to build an app using CMIS on top of alfresco which should be platform independent, may be accessible using mobile browser and has read & write mechanism with alfresco repository.
Any idea which tool/language/platform should be used?
Regards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2012 04:56 PM
If you're going to be using CMIS I would suggest you build a native/hybrid app rather than trying to do that using a cross platform tool.
CMIS currently has 2 official bindings, web services and AtomPub (a browser binding (JSON) is on it's way but the standard is not finalised yet). Trying to parse XML from JavaScript won't be much fun so I would personally stick to the native language/tools for each platform.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2012 04:43 PM
For mobile apps that are easier to customize and more cross platform than all native, the hybrid approach Gavin mentioned (web tech html5/js/css + wrapper apis to native with say PhoneGap + a native cmis and/or alfresco plugin) sounds like the best approach when this is available.
I just pointed out my FlexSpaces mobile and CMIS Spaces mobile projects, based on cross platform Flex / AIR mobile as some stuff that is already available. These are best suited for developers already using Flex. If Flex survives long term, it depends on how well the transition from Adobe to Apache goes, and also whether Apache Flex can get it to target HTML5/JS (with FalconJS to translate ActionScript to JavaScript) in addition to the Flash player runtime. ActionScript does have its advantages as a more structured / object oriented language with type-checking that is still javascript like. I am currently looking into translating (with Jangaroo until FalconJS is avail from Adobe) the FlexSpaces/CMIS-Spaces code base to javascript + newer YUI + PhoneGap. Also looking into the Google Dart language.
Not mentioned above, I think Alfresco recently added some android cmis code to the Apache Chemistry svn codebase.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2012 12:32 AM

thanks and regards
Henry

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2012 01:09 AM
http://code.google.com/p/flexspaces/
http://code.google.com/p/cmisspaces/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2013 07:30 PM
Some advice: as you're about to set policies for mobile access within your company, you should look closely at MDM (mobile device management) solutions in order to mitigate and/or prevent data loss. We're working closely with many of the MDM providers, e.g. Good, MobileIron, Symantec, etc. What's telling is that one of the market leaders, Good, have exactly the same view on Windows 8 right now: "<em>This support is on the Engineering roadmap, but no ETA at this time; this is contingent on market demand.</em>". As of writing they still only have iOS and Android SDKs as that's what most people are deploying.
Sorry if that's not the answer you might be looking for, but I do encourage you to research your MDM options before committing your policy to paper. If you'd like to contact me via email (mike dot hatfield at alfresco) I can put you in touch with our Director of Mobile who I'm sure would be glad to talk to you about MDM in the Enterprise.
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2013 03:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2013 03:47 AM
