CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2013
    Posts
    1

    Site to mobile app

    Hi,
    We have a site written in built using ASP.NET MVC 4, ASP.NET 4.5 with a searching algorithm. We want to create a mobile app for android without having to write everything from scratch. Should we add and an API for the site? Can the same developer writing the mobile app do it or do we need to find two different developers?
    Thanks,

  2. #2
    Join Date
    May 2013
    Posts
    3

    Re: Site to mobile app

    You can use the same developer if that have the coding experience in ASP and the mobile app code.

  3. #3
    Join Date
    May 2013
    Location
    Krakow, Poland
    Posts
    2

    Re: Site to mobile app

    You can implement your app as hybrid so that you can retain your CSS and parts of HTML. And you can then use existing AJAX apis for search.
    To do that you need so called hybrid client, the most popular one is Cordova.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured