Results 1 to 2 of 2

Thread: [RESOLVED] Convert exe to apk. Is that possible

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    syria
    Posts
    854

    Resolved [RESOLVED] Convert exe to apk. Is that possible

    Is that possible to convert the file that i creat on vb.net from extension exe to apk to work on the android

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,929

    Re: Convert exe to apk. Is that possible

    No it isn't, because they are very different technologies.

    You can create Android/Apple apps (including apk etc) using modern versions of Visual Studio, as there are options such as Xamarin (which uses C# rather than VB, but they are very similar).

    It can take a while to get your head around the differences in coding style, because mobile devices have a very different lifecycle for apps (eg: they can be stopped without warning, and restart on the same screen, with no data restored automatically). The good news is that most code is the same as you would write for any other C# program, but you do need to learn the bits that are different.

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