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. Mobile Development
  3. Mobile
  4. Best path to developing App

Best path to developing App

Scheduled Pinned Locked Moved Mobile
delphisysadmincsharpjavascriptphp
7 Posts 6 Posters 17 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.
  • S Offline
    S Offline
    StampedePress
    wrote on last edited by
    #1

    I am plotting out how to design an app I have in mind, but I wanted to get advice on what the best path to success would be. End Format -> iOS, Amazon Fire TV App Purpose -> Music player, organize playlists. Two methods of playback are play on the server using something like mpg123, or easier method will be playback on device that is accessing files over the network. The music sits on a Samba share but I would like any kind of NFS style share comparability. This is partially a programming exercise, as I'm sure plenty of options already exist. My first thoughts on approach: C# -> Very Verbose and I only know basics Delphi / Free Pascal -> Much more readable, though far fewer guides to help. JS/PHP -> WebApp maybe the easiest to write, I have some PHP experience. Though get the impression my execution would be "hacky". Lots of ducktape.

    OriginalGriffO F M M 4 Replies Last reply
    0
    • S StampedePress

      I am plotting out how to design an app I have in mind, but I wanted to get advice on what the best path to success would be. End Format -> iOS, Amazon Fire TV App Purpose -> Music player, organize playlists. Two methods of playback are play on the server using something like mpg123, or easier method will be playback on device that is accessing files over the network. The music sits on a Samba share but I would like any kind of NFS style share comparability. This is partially a programming exercise, as I'm sure plenty of options already exist. My first thoughts on approach: C# -> Very Verbose and I only know basics Delphi / Free Pascal -> Much more readable, though far fewer guides to help. JS/PHP -> WebApp maybe the easiest to write, I have some PHP experience. Though get the impression my execution would be "hacky". Lots of ducktape.

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      To be honest, you don't have a lot of choice. iOS and Amazon Fire TV are very different beasts - one it iOS (IPhone, iPad) and the other is Android (as hacked about by Amazon) - so unless you want to write two different apps, your best approach is browser based, or Xamarin - and that means C#. And do bear in mind that "play on the server" means just that: the client will not be able to see of hear anything unless they are in the same room ... mpg123 is a unix based music player, it won't magically make the sound come out of speakers a thousand miles away.

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      S K 2 Replies Last reply
      0
      • OriginalGriffO OriginalGriff

        To be honest, you don't have a lot of choice. iOS and Amazon Fire TV are very different beasts - one it iOS (IPhone, iPad) and the other is Android (as hacked about by Amazon) - so unless you want to write two different apps, your best approach is browser based, or Xamarin - and that means C#. And do bear in mind that "play on the server" means just that: the client will not be able to see of hear anything unless they are in the same room ... mpg123 is a unix based music player, it won't magically make the sound come out of speakers a thousand miles away.

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!

        S Offline
        S Offline
        StampedePress
        wrote on last edited by
        #3

        Thanks OG, that's my concern is cross platform is still no man's land to some degree. The hacky/easiest way I could think of is hook up speakers to my server (Raspberry Pi clone) and toggle music on and off with mpg123. I would at least like the option for both, play on local device or server. I read a little about bringing webapps to Amazon Fire. Are there any ways to bring a web app onto iOS? My concern is that a web app would not have capability to reach out to a local (not internet facing) NFS share.

        1 Reply Last reply
        0
        • OriginalGriffO OriginalGriff

          To be honest, you don't have a lot of choice. iOS and Amazon Fire TV are very different beasts - one it iOS (IPhone, iPad) and the other is Android (as hacked about by Amazon) - so unless you want to write two different apps, your best approach is browser based, or Xamarin - and that means C#. And do bear in mind that "play on the server" means just that: the client will not be able to see of hear anything unless they are in the same room ... mpg123 is a unix based music player, it won't magically make the sound come out of speakers a thousand miles away.

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!

          K Offline
          K Offline
          KatySan89
          wrote on last edited by
          #4

          This is a nice and informative post thanks for the information!If you feel like the essay writing service is not ready to give you your essay on time, don’t work with that essay writing service. Find the one that can deliver professional service on time. wise essays make everything possible to provide each and every order on time.

          1 Reply Last reply
          0
          • S StampedePress

            I am plotting out how to design an app I have in mind, but I wanted to get advice on what the best path to success would be. End Format -> iOS, Amazon Fire TV App Purpose -> Music player, organize playlists. Two methods of playback are play on the server using something like mpg123, or easier method will be playback on device that is accessing files over the network. The music sits on a Samba share but I would like any kind of NFS style share comparability. This is partially a programming exercise, as I'm sure plenty of options already exist. My first thoughts on approach: C# -> Very Verbose and I only know basics Delphi / Free Pascal -> Much more readable, though far fewer guides to help. JS/PHP -> WebApp maybe the easiest to write, I have some PHP experience. Though get the impression my execution would be "hacky". Lots of ducktape.

            F Offline
            F Offline
            Fleurpink
            wrote on last edited by
            #5

            Two methods of playback are play on the server using something like mpg123, or easier method will be playback on device that is accessing files over the network.

            1 Reply Last reply
            0
            • S StampedePress

              I am plotting out how to design an app I have in mind, but I wanted to get advice on what the best path to success would be. End Format -> iOS, Amazon Fire TV App Purpose -> Music player, organize playlists. Two methods of playback are play on the server using something like mpg123, or easier method will be playback on device that is accessing files over the network. The music sits on a Samba share but I would like any kind of NFS style share comparability. This is partially a programming exercise, as I'm sure plenty of options already exist. My first thoughts on approach: C# -> Very Verbose and I only know basics Delphi / Free Pascal -> Much more readable, though far fewer guides to help. JS/PHP -> WebApp maybe the easiest to write, I have some PHP experience. Though get the impression my execution would be "hacky". Lots of ducktape.

              M Offline
              M Offline
              Member 14760267
              wrote on last edited by
              #6

              Helpful, It needs to be exactly.....

              1 Reply Last reply
              0
              • S StampedePress

                I am plotting out how to design an app I have in mind, but I wanted to get advice on what the best path to success would be. End Format -> iOS, Amazon Fire TV App Purpose -> Music player, organize playlists. Two methods of playback are play on the server using something like mpg123, or easier method will be playback on device that is accessing files over the network. The music sits on a Samba share but I would like any kind of NFS style share comparability. This is partially a programming exercise, as I'm sure plenty of options already exist. My first thoughts on approach: C# -> Very Verbose and I only know basics Delphi / Free Pascal -> Much more readable, though far fewer guides to help. JS/PHP -> WebApp maybe the easiest to write, I have some PHP experience. Though get the impression my execution would be "hacky". Lots of ducktape.

                M Offline
                M Offline
                Member_14813344
                wrote on last edited by
                #7

                3 days for free mobile app course
                https://www.udemy.com/course/webassembly-opencv-apache-cordova-01/?couponCode=13DCEB89AD5F3BECD574
                without Android Studio only command line

                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