Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Sep 04, 2012 @ 13:00
    Jeroen Breuer
    0

    Source code of uMobile

    Hello,

    Is the source code of the uMobile Umbraco package available somewhere? I would really like to know what code is required on the Umbraco installation to support apps.

    Jeroen

  • Leandro Benítez 16 posts 259 karma points
    Sep 04, 2012 @ 13:48
    Leandro Benítez
    1

    Yes, sure, you can download it here. it's just a simple REST interface comunication. We didn't published it because is in very alpha (buggy) status. We are planning to give continuity to this app soon but giving a different technical approach, mostly in the mobile app software.

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Sep 13, 2012 @ 23:09
    Jeroen Breuer
    0

    Thanks for the source code of the Umbraco package. Any change you can also share the source of the mobile app? If not could you please give an example on how you call some of the methods. For example how do you login and than show the content nodes?

    I debugged the Umbraco package and these methods are called:

    [JsonRpcMethod("AuthenticateMember", Idempotent = true)]
    public string AuthenticateMember(string username, string password)
    [JsonRpcMethod("GetNodes", Idempotent = true)]
    public IList<sDocument> GetNodes(string token, int parentId)

    What happens in the app to call these methods and show it in the app?

    Jeroen

  • Leandro Benítez 16 posts 259 karma points
    Sep 05, 2013 @ 12:33
    Leandro Benítez
    1

    Jeroen,

    FYI, we rebuilt all the package with a different approach (it took a while :\). Now is more a framework to extend functionalities in the App than a closed App. If you want to try it, download the new App and the package (0.9.0). Read also the new documentation to see how to extend it.  A short "how to" video work: http://www.youtube.com/watch?v=JbzPfcLOLOQ. Hope you like it!

Please Sign in or register to post replies

Write your reply to:

Draft