Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Mobile development with VS2013

Mobile development with VS2013

Scheduled Pinned Locked Moved The Lounge
androidiostoolsquestion
30 Posts 16 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Nish Nishant

    It's approximately $1000 an year per developer per platform. So if 3 devs target iOS, Android, Windows Phone, that's 3*3*1000.

    Regards, Nish


    Website: www.voidnish.com Blog: voidnish.wordpress.com

    R Offline
    R Offline
    realJSOP
    wrote on last edited by
    #14

    That's overly expensive.

    ".45 ACP - because shooting twice is just silly" - JSOP, 2010
    -----
    You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
    -----
    When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

    N 1 Reply Last reply
    0
    • L Lost User

      Seriously? You've never looked at the menu to the left, or used the dropdowns at the top?

      R Offline
      R Offline
      realJSOP
      wrote on last edited by
      #15

      Reading menus is like asking for directions, and is generally shunned with alacrity.

      ".45 ACP - because shooting twice is just silly" - JSOP, 2010
      -----
      You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
      -----
      When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

      1 Reply Last reply
      0
      • R realJSOP

        That's overly expensive.

        ".45 ACP - because shooting twice is just silly" - JSOP, 2010
        -----
        You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
        -----
        When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

        N Offline
        N Offline
        Nish Nishant
        wrote on last edited by
        #16

        Microsoft acquired the company last month and there are rumors/hopes that the next version of VS will include this in the higher editions.

        Regards, Nish


        Website: www.voidnish.com Blog: voidnish.wordpress.com

        M 1 Reply Last reply
        0
        • R realJSOP

          It's starting to look like I'm going to be forced to do some mobile development (and I already hate the prospect, so please don't attempt to assault me with sugar-coated platitudes). I need to target Android, iOS, and WinPhone. The app will have a single screen with a "go" button. When the button is pressed, the following will occur: - a QR code will be scanned - the phone's current geolocation will be determined - the app will open a browser with the address indicated by the QR code, with the GPS coordinates being in the querystring. This app will only work on a website that I'm writing (the URL from the scanned QR code will be verified to make sure the host/domain matches a hard-coded string). I explored the possibility of installing the app without going through the various app stores, but I determined that the procedures for doing so are too technically imposing for the assumed expertise of your typical idiot user, not to mention apple actually charges a fee to do this. So, I need to go through the various app stores. The app will be free to the user, so I may have a running ad at the bottom of the screen so that I can recoup any money spent (albeit slowly). Can someone give me an idea as to what will be involved, in terms of money, tools, and effort?

          ".45 ACP - because shooting twice is just silly" - JSOP, 2010
          -----
          You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
          -----
          When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

          J Offline
          J Offline
          Jacquers
          wrote on last edited by
          #17

          Intel® XDK | Intel® Developer Zone[^] might be an option.

          1 Reply Last reply
          0
          • R realJSOP

            It's starting to look like I'm going to be forced to do some mobile development (and I already hate the prospect, so please don't attempt to assault me with sugar-coated platitudes). I need to target Android, iOS, and WinPhone. The app will have a single screen with a "go" button. When the button is pressed, the following will occur: - a QR code will be scanned - the phone's current geolocation will be determined - the app will open a browser with the address indicated by the QR code, with the GPS coordinates being in the querystring. This app will only work on a website that I'm writing (the URL from the scanned QR code will be verified to make sure the host/domain matches a hard-coded string). I explored the possibility of installing the app without going through the various app stores, but I determined that the procedures for doing so are too technically imposing for the assumed expertise of your typical idiot user, not to mention apple actually charges a fee to do this. So, I need to go through the various app stores. The app will be free to the user, so I may have a running ad at the bottom of the screen so that I can recoup any money spent (albeit slowly). Can someone give me an idea as to what will be involved, in terms of money, tools, and effort?

            ".45 ACP - because shooting twice is just silly" - JSOP, 2010
            -----
            You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
            -----
            When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

            Kornfeld Eliyahu PeterK Offline
            Kornfeld Eliyahu PeterK Offline
            Kornfeld Eliyahu Peter
            wrote on last edited by
            #18

            As today there are two options... 1. Apache Cordova - free, but uses JavaScript 2. Xamarin - cost money, but uses C#

            Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

            "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

            R M 2 Replies Last reply
            0
            • R realJSOP

              It's starting to look like I'm going to be forced to do some mobile development (and I already hate the prospect, so please don't attempt to assault me with sugar-coated platitudes). I need to target Android, iOS, and WinPhone. The app will have a single screen with a "go" button. When the button is pressed, the following will occur: - a QR code will be scanned - the phone's current geolocation will be determined - the app will open a browser with the address indicated by the QR code, with the GPS coordinates being in the querystring. This app will only work on a website that I'm writing (the URL from the scanned QR code will be verified to make sure the host/domain matches a hard-coded string). I explored the possibility of installing the app without going through the various app stores, but I determined that the procedures for doing so are too technically imposing for the assumed expertise of your typical idiot user, not to mention apple actually charges a fee to do this. So, I need to go through the various app stores. The app will be free to the user, so I may have a running ad at the bottom of the screen so that I can recoup any money spent (albeit slowly). Can someone give me an idea as to what will be involved, in terms of money, tools, and effort?

              ".45 ACP - because shooting twice is just silly" - JSOP, 2010
              -----
              You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
              -----
              When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

              D Offline
              D Offline
              Denis A Stoyanov
              wrote on last edited by
              #19

              It seems to be a rather simple app. I suggest you using a hybrid approach (JavaScript...). Take a look at Telerik App Builder. Their products are good. Also they have automatic submission to app stores. As far as I remember it was free and it really saves time.

              R 1 Reply Last reply
              0
              • D Denis A Stoyanov

                It seems to be a rather simple app. I suggest you using a hybrid approach (JavaScript...). Take a look at Telerik App Builder. Their products are good. Also they have automatic submission to app stores. As far as I remember it was free and it really saves time.

                R Offline
                R Offline
                realJSOP
                wrote on last edited by
                #20

                Telerik App Builder: Wow - $1800/year? It appears like it's just a paid version Cordova...

                ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                -----
                You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                -----
                When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                D 1 Reply Last reply
                0
                • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                  As today there are two options... 1. Apache Cordova - free, but uses JavaScript 2. Xamarin - cost money, but uses C#

                  Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                  R Offline
                  R Offline
                  realJSOP
                  wrote on last edited by
                  #21

                  At $1000 per supported platform, Xamarin is ridiculously expensive.

                  ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                  -----
                  You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                  -----
                  When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                  Kornfeld Eliyahu PeterK 1 Reply Last reply
                  0
                  • R realJSOP

                    Telerik App Builder: Wow - $1800/year? It appears like it's just a paid version Cordova...

                    ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                    -----
                    You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                    -----
                    When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                    D Offline
                    D Offline
                    Denis A Stoyanov
                    wrote on last edited by
                    #22

                    Ugh, It seems they've raised the prices. The builders was free some time ago... Sorry my bad.

                    1 Reply Last reply
                    0
                    • R realJSOP

                      It's starting to look like I'm going to be forced to do some mobile development (and I already hate the prospect, so please don't attempt to assault me with sugar-coated platitudes). I need to target Android, iOS, and WinPhone. The app will have a single screen with a "go" button. When the button is pressed, the following will occur: - a QR code will be scanned - the phone's current geolocation will be determined - the app will open a browser with the address indicated by the QR code, with the GPS coordinates being in the querystring. This app will only work on a website that I'm writing (the URL from the scanned QR code will be verified to make sure the host/domain matches a hard-coded string). I explored the possibility of installing the app without going through the various app stores, but I determined that the procedures for doing so are too technically imposing for the assumed expertise of your typical idiot user, not to mention apple actually charges a fee to do this. So, I need to go through the various app stores. The app will be free to the user, so I may have a running ad at the bottom of the screen so that I can recoup any money spent (albeit slowly). Can someone give me an idea as to what will be involved, in terms of money, tools, and effort?

                      ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                      -----
                      You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                      -----
                      When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                      C Offline
                      C Offline
                      ClockMeister
                      wrote on last edited by
                      #23

                      John, Have a look at NSBasic (www.nsbasic.com). It's an outfit out of Canada that has a tool for developing to mobile devices. I haven't gotten deep into it, myself (I wrote an HP Calculator simulator in it, and it works nicely). I'm not even touching what I think it's capable of. The thing will allow you to develop to the app stores or do it by deploying the app to a server (not quite a "side-load" but it seems to work pretty well). It will develop to a number of different devices and formats and is in active development. I think these guys are really onto something, and it only costs $99, I think. It really shows some promise, IMHO. -CM

                      1 Reply Last reply
                      0
                      • R realJSOP

                        It's starting to look like I'm going to be forced to do some mobile development (and I already hate the prospect, so please don't attempt to assault me with sugar-coated platitudes). I need to target Android, iOS, and WinPhone. The app will have a single screen with a "go" button. When the button is pressed, the following will occur: - a QR code will be scanned - the phone's current geolocation will be determined - the app will open a browser with the address indicated by the QR code, with the GPS coordinates being in the querystring. This app will only work on a website that I'm writing (the URL from the scanned QR code will be verified to make sure the host/domain matches a hard-coded string). I explored the possibility of installing the app without going through the various app stores, but I determined that the procedures for doing so are too technically imposing for the assumed expertise of your typical idiot user, not to mention apple actually charges a fee to do this. So, I need to go through the various app stores. The app will be free to the user, so I may have a running ad at the bottom of the screen so that I can recoup any money spent (albeit slowly). Can someone give me an idea as to what will be involved, in terms of money, tools, and effort?

                        ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                        -----
                        You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                        -----
                        When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                        R Offline
                        R Offline
                        Richard Jones
                        wrote on last edited by
                        #24

                        If you are just developing and testing but don't need to actually put it on the store, XCode lets you do that without the $99 fee now.

                        I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer

                        1 Reply Last reply
                        0
                        • R realJSOP

                          It's starting to look like I'm going to be forced to do some mobile development (and I already hate the prospect, so please don't attempt to assault me with sugar-coated platitudes). I need to target Android, iOS, and WinPhone. The app will have a single screen with a "go" button. When the button is pressed, the following will occur: - a QR code will be scanned - the phone's current geolocation will be determined - the app will open a browser with the address indicated by the QR code, with the GPS coordinates being in the querystring. This app will only work on a website that I'm writing (the URL from the scanned QR code will be verified to make sure the host/domain matches a hard-coded string). I explored the possibility of installing the app without going through the various app stores, but I determined that the procedures for doing so are too technically imposing for the assumed expertise of your typical idiot user, not to mention apple actually charges a fee to do this. So, I need to go through the various app stores. The app will be free to the user, so I may have a running ad at the bottom of the screen so that I can recoup any money spent (albeit slowly). Can someone give me an idea as to what will be involved, in terms of money, tools, and effort?

                          ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                          -----
                          You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                          -----
                          When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                          G Offline
                          G Offline
                          GenJerDan
                          wrote on last edited by
                          #25

                          Would C#/XAML be of any use for this? ( cshtml5.com[^])

                          We won't sit down. We won't shut up. We won't go quietly away. YouTube and My Mu[sic], Films and Windows Programs, etc.

                          1 Reply Last reply
                          0
                          • R realJSOP

                            It's starting to look like I'm going to be forced to do some mobile development (and I already hate the prospect, so please don't attempt to assault me with sugar-coated platitudes). I need to target Android, iOS, and WinPhone. The app will have a single screen with a "go" button. When the button is pressed, the following will occur: - a QR code will be scanned - the phone's current geolocation will be determined - the app will open a browser with the address indicated by the QR code, with the GPS coordinates being in the querystring. This app will only work on a website that I'm writing (the URL from the scanned QR code will be verified to make sure the host/domain matches a hard-coded string). I explored the possibility of installing the app without going through the various app stores, but I determined that the procedures for doing so are too technically imposing for the assumed expertise of your typical idiot user, not to mention apple actually charges a fee to do this. So, I need to go through the various app stores. The app will be free to the user, so I may have a running ad at the bottom of the screen so that I can recoup any money spent (albeit slowly). Can someone give me an idea as to what will be involved, in terms of money, tools, and effort?

                            ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                            -----
                            You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                            -----
                            When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                            J Offline
                            J Offline
                            jlongo
                            wrote on last edited by
                            #26

                            Xamarin has a free version of their app and your's sounds simple enough to use this version. Xamarin is perfect for cross platform development in C#. You can use a hackintosh for The Apple version.

                            M 1 Reply Last reply
                            0
                            • N Nish Nishant

                              Microsoft acquired the company last month and there are rumors/hopes that the next version of VS will include this in the higher editions.

                              Regards, Nish


                              Website: www.voidnish.com Blog: voidnish.wordpress.com

                              M Offline
                              M Offline
                              mtiede
                              wrote on last edited by
                              #27

                              It's free now.

                              1 Reply Last reply
                              0
                              • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                                As today there are two options... 1. Apache Cordova - free, but uses JavaScript 2. Xamarin - cost money, but uses C#

                                Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                                M Offline
                                M Offline
                                mtiede
                                wrote on last edited by
                                #28

                                Or RemObjects for all 3 platforms in C#, Pascal (like Delphi), and Silver (like Swift). Although you can use some common business library code, it does require that you know all 3 platforms libraries and UIs.

                                1 Reply Last reply
                                0
                                • J jlongo

                                  Xamarin has a free version of their app and your's sounds simple enough to use this version. Xamarin is perfect for cross platform development in C#. You can use a hackintosh for The Apple version.

                                  M Offline
                                  M Offline
                                  mtiede
                                  wrote on last edited by
                                  #29

                                  Xamarin is free now that Microsoft has bought them.

                                  1 Reply Last reply
                                  0
                                  • R realJSOP

                                    At $1000 per supported platform, Xamarin is ridiculously expensive.

                                    ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                                    -----
                                    You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                                    -----
                                    When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                                    Kornfeld Eliyahu PeterK Offline
                                    Kornfeld Eliyahu PeterK Offline
                                    Kornfeld Eliyahu Peter
                                    wrote on last edited by
                                    #30

                                    In case you missed the news...Xamarin now comes free with every edition of Visual Studio 2015...

                                    Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                                    "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

                                    1 Reply Last reply
                                    0
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • World
                                    • Users
                                    • Groups