locked
How to develop Application like - Microsoft Documents Page RRS feed

All replies

  • User1120430333 posted

    Hello All,

    I wanna develop a application like Microsoft documents page (https://docs.microsoft.com/en-us/xamarin/android/).

    could you please anyone suggest the best one.

    Thanks

    https://forums.xamarin.com/

    Thursday, February 28, 2019 12:07 PM
  • User36583972 posted


    Hi SumoS,

    I wanna develop a application like Microsoft documents page (https://docs.microsoft.com/en-us/xamarin/android/).

    could you please anyone suggest the best one.

    You can try to learn Xamarin Documentation and try to build cross-platform Android & iOS app with Xamarin.Forms using C# and .NET in Visual Studio on Windows and macOS.

    If you have any question about xamarin, you can go to the xamarin forum for getting suitable help.


    Best Regards

    Yong Lu

    Monday, March 4, 2019 2:52 AM
  • User2115914008 posted

    Hi <g class="gr_ gr_7 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="7" data-gr-id="7">Yohann</g> Lu,

    Thanks for your response.

    I guess my question is not clear. Actually what I want is, need to create an Application like Microsoft documents page. meaning users can come and create a new page with steps/reference and include some images as well as HTML text.

    it should support

    • HTML text
    • image copy and paste, if possible videos
    • Link with hierarchy

    Thanks,

    Monday, March 4, 2019 6:35 AM
  • User541108374 posted

    Hi,

    I wanna develop a application like Microsoft documents page (https://docs.microsoft.com/en-us/xamarin/android/).

    could you please anyone suggest the best one.

    Microsoft uses GitHub behind the scenes to host the documentation in markdown format. After a pull request (basically edits were made by a contributor and asks the reviewing party to please add her/his contribution to the main documentation) a process that parses the markdown into the html counterpart which becomes visible on the docs.microsoft.com website.

    I suggest you start reading more about it on this and surrounding pages: https://docs.microsoft.com/en-us/teamblog/docs-extension-update

    Kris.

    Monday, March 4, 2019 7:48 AM