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. aNDROID dEVELOPMENT : fRUSTRATION

aNDROID dEVELOPMENT : fRUSTRATION

Scheduled Pinned Locked Moved The Lounge
androidmobilevisual-studiohelptutorial
29 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.
  • H Herbie Mountjoy

    I got myself an Android phone a while ago. I HATE IT!!! Why on earth would anyone want to develop apps for such a pile of $#¥%.

    I may not last forever but the mess I leave behind certainly will.

    N Offline
    N Offline
    NeillJam
    wrote on last edited by
    #19

    Probably for the 249.6 million people that bought an Android smartphone in 2014 alone..... ;) http://bgr.com/2014/07/31/android-vs-ios-vs-windows-phone-vs-blackberry/[^]

    1 Reply Last reply
    0
    • H Herbie Mountjoy

      I got myself an Android phone a while ago. I HATE IT!!! Why on earth would anyone want to develop apps for such a pile of $#¥%.

      I may not last forever but the mess I leave behind certainly will.

      N Offline
      N Offline
      nabla_hamiltonian
      wrote on last edited by
      #20

      for example, when you have to debug software on industrial equipment PLC on the spot. You wouldn't want to carry your laptop in the hall with dust and oil all around, not to mention there is nowhere to sit down and code. Android tablet is much more convenient option, you can code in cctools IDE in c or c++, compile on tablet and upload code to, for example, AVR chip with ZFlasher app and USB OTG cable. For other purposes, you can use ssh, send some UDP packets etc... And for coding on PC for android, QtCreator c++ IDE is more convenient than JAVA. Almost every piece of software i've made for win or linux, I can compile and run on android without any modification.

      1 Reply Last reply
      0
      • M Mark_Wallace

        Richard Andrew x64 wrote:

        You should be wary of those low priced android tablets. A recent study found that they come from the factory loaded with malware and backdoors.

        Yes, and Elvis works in the chip shop around the corner from me, along with Buddy Holly and D. B. Cooper. How much is Samsung paying you, BTW?

        I wanna be a eunuchs developer! Pass me a bread knife!

        Richard Andrew x64R Offline
        Richard Andrew x64R Offline
        Richard Andrew x64
        wrote on last edited by
        #21

        Samsung didn't pay me to write this article: http://www.geek.com/android/cheap-black-friday-android-tablets-are-riddled-with-security-holes-1610424/[^]

        The difficult we do right away... ...the impossible takes slightly longer.

        M 1 Reply Last reply
        0
        • D Dr Walt Fair PE

          tHE OTHR DAY i STOPPRD BY vERIZON AND GOT AN eLLIPSIS 7 INCH 8 gb tablet for $20.So, I decided it's time to learn how to develop for Android. After digging arounD the interwebs,I find I need Android Studio, so I down loasd it. then the installer says it won't run on my desktop computer Win 8.1, i7 16 GB. nO PROBLEM, i THOUGHT, i HAVE AN aNDROID TABLET, So i'LL JUSt FIND SOMETHING THAT RUNS ON IT. aLAS IT APPeARS THERE IS NO WAY TO DEVELOP aNDROID APPS ON AN aNDROID DEVICE. THAT SUCKS. dOeS ANYONW knOW OF AN idE FOR DEVELOPING aNDROID APPS THAT CAN RUN ON aNDROID?

          CQ de W5ALT

          Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #22

          Umm Android studio works just fine on Win 8. It is miles ahead of Eclipse. Maybe you downloaded the 32 bit or the installer for some other operating system. http://developer.android.com/sdk/index.html[^]

          1 Reply Last reply
          0
          • D Dr Walt Fair PE

            tHE OTHR DAY i STOPPRD BY vERIZON AND GOT AN eLLIPSIS 7 INCH 8 gb tablet for $20.So, I decided it's time to learn how to develop for Android. After digging arounD the interwebs,I find I need Android Studio, so I down loasd it. then the installer says it won't run on my desktop computer Win 8.1, i7 16 GB. nO PROBLEM, i THOUGHT, i HAVE AN aNDROID TABLET, So i'LL JUSt FIND SOMETHING THAT RUNS ON IT. aLAS IT APPeARS THERE IS NO WAY TO DEVELOP aNDROID APPS ON AN aNDROID DEVICE. THAT SUCKS. dOeS ANYONW knOW OF AN idE FOR DEVELOPING aNDROID APPS THAT CAN RUN ON aNDROID?

            CQ de W5ALT

            Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

            E Offline
            E Offline
            erichlund
            wrote on last edited by
            #23

            I can't imagine your I7 not being able to run Android Studio, with one caveat - you do have to make sure you have the Java 1.7 SDK (or higher) installed for the current version of Android Studio. You can get by with Java 1.6 SDK if you limit your development to older versions of Android, but you may have to revert to Eclipse with the Android APK. Android Studio will work just fine with Java 1.8 SDK installed, though I don't know if it will support the full use of the added Java language features like the functional programming stuff. As an aside, if for some reason you cannot get this working, you may also look into installing Microsoft Visual Studio 2015 beta. I believe they are going to support Android development in that edition. There's also VS 2013 Community Edition, which is the same as VS Pro, but without the "you have to pay for it" thing. I haven't investigated if you can develop for Android using VS 2013, but I suspect that you can by developing your application and using the Android NDK to convert your native code to Adroid code. As far as a typing interface for your android device, most mobile devices are blue tooth enabled. They make keyboards for that. Motorola even sold a keyboard for my old Motorola Xoom. Still, that would have been painful. I do my development work with two 24" monitors. Trying to do the same thing on an 8" tablet would drive me to find other work. :) Others have answered that there are apps for developing on android, so I won't address that issue.

            Eric

            1 Reply Last reply
            0
            • Richard Andrew x64R Richard Andrew x64

              Samsung didn't pay me to write this article: http://www.geek.com/android/cheap-black-friday-android-tablets-are-riddled-with-security-holes-1610424/[^]

              The difficult we do right away... ...the impossible takes slightly longer.

              M Offline
              M Offline
              Mark_Wallace
              wrote on last edited by
              #24

              Ah, the bluebox report! The one that was discredited because it focused on tabs that had been sitting on the shelf for over a year, so were being pushed out cheap, and did not allow any security updates before testing them. Let's take a guess at whom they were being paid by! And, BTW, no matter whom you buy a computing device from, even if it's only been on the shelf for a day, allow it to run its update function before using it to access your bank account.

              I wanna be a eunuchs developer! Pass me a bread knife!

              1 Reply Last reply
              0
              • D Dr Walt Fair PE

                tHE OTHR DAY i STOPPRD BY vERIZON AND GOT AN eLLIPSIS 7 INCH 8 gb tablet for $20.So, I decided it's time to learn how to develop for Android. After digging arounD the interwebs,I find I need Android Studio, so I down loasd it. then the installer says it won't run on my desktop computer Win 8.1, i7 16 GB. nO PROBLEM, i THOUGHT, i HAVE AN aNDROID TABLET, So i'LL JUSt FIND SOMETHING THAT RUNS ON IT. aLAS IT APPeARS THERE IS NO WAY TO DEVELOP aNDROID APPS ON AN aNDROID DEVICE. THAT SUCKS. dOeS ANYONW knOW OF AN idE FOR DEVELOPING aNDROID APPS THAT CAN RUN ON aNDROID?

                CQ de W5ALT

                Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

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

                Walt, I don't believe there is an IDE that runs ON Android, but there is a pretty cool little IDE called NSBasic that runs in the Windows desktop that will deliver a program to an Android. I'm only just playing with it but writing an app on it was really pretty easy; you can develop for iOS OR Android with it because it emits Javascript and formats the page to run full-screen on just about any device (so it's tough to tell it apart from a native application). Further, I think you can use PhoneGap with it if you should want to develop for the App Stores. Check it out: www.nsbasic.com. It only costs about a hundred bucks and is constantly being improved and upgraded. -CB

                P 1 Reply Last reply
                0
                • C ClockMeister

                  Walt, I don't believe there is an IDE that runs ON Android, but there is a pretty cool little IDE called NSBasic that runs in the Windows desktop that will deliver a program to an Android. I'm only just playing with it but writing an app on it was really pretty easy; you can develop for iOS OR Android with it because it emits Javascript and formats the page to run full-screen on just about any device (so it's tough to tell it apart from a native application). Further, I think you can use PhoneGap with it if you should want to develop for the App Stores. Check it out: www.nsbasic.com. It only costs about a hundred bucks and is constantly being improved and upgraded. -CB

                  P Offline
                  P Offline
                  Pete OHanlon
                  wrote on last edited by
                  #26

                  CodeBubba wrote:

                  I don't believe there is an IDE that runs ON Android

                  That's strange. I linked above to an IDE that runs on Android.

                  1 Reply Last reply
                  0
                  • M Marc Clifton

                    Pete O'Hanlon wrote:

                    You can most definitely code Android on it.

                    Fascinating. I can't imagine doing something like that on my phone, or even a tablet. :) Is it really, um, usable? Marc

                    Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                    O Offline
                    O Offline
                    Orlin Georgiev
                    wrote on last edited by
                    #27

                    It is VERY usable. Here's an app I wrote entirely with AIDE and the Hacker's keyboard, while sitting on the toilet (no kidding): https://play.google.com/store/apps/details?id=com.orlinrgeorgiev.converter[^] In fact, I'm doing most of my side/hobby projects in it. I'm also doing some serious C++ Android NDK stuff with it - 3D, OpenGL, shaders, etc., no problem about it. I also recommend getting SGit for a git client (sadly, all the SVN clients suck, including the premium versions), File Expert for a file manager and aGrep for in-file word searching. You'll be pouring code in no time.

                    1 Reply Last reply
                    0
                    • P Pete OHanlon

                      I've just been trying out AIDE on an Android device. You can most definitely code Android on it.

                      D Offline
                      D Offline
                      Dr Walt Fair PE
                      wrote on last edited by
                      #28

                      Thanks, Pete I've installed AIDE AND STARTED WORKING THROUGH THE TUTORIALS, BUT ITPERIODOICALLY STOPS RUNNING AFTER TRIVIAL CHANGED, LIKE ADDING A LETTER TO A STRING OR ADDING A COMMENT LINE. i ALSO FOUNF pYTJON FOR aNDROIF AND sl4a THAT DOES SEVERAY SCRIPTING LANGUAGES, BUTi STILL HSVEN'Y FIGURED OUY HOW TO MAKE A NONTRIVIAL app

                      CQ de W5ALT

                      Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

                      P 1 Reply Last reply
                      0
                      • D Dr Walt Fair PE

                        Thanks, Pete I've installed AIDE AND STARTED WORKING THROUGH THE TUTORIALS, BUT ITPERIODOICALLY STOPS RUNNING AFTER TRIVIAL CHANGED, LIKE ADDING A LETTER TO A STRING OR ADDING A COMMENT LINE. i ALSO FOUNF pYTJON FOR aNDROIF AND sl4a THAT DOES SEVERAY SCRIPTING LANGUAGES, BUTi STILL HSVEN'Y FIGURED OUY HOW TO MAKE A NONTRIVIAL app

                        CQ de W5ALT

                        Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

                        P Offline
                        P Offline
                        Pete OHanlon
                        wrote on last edited by
                        #29

                        Python for Android. That is cool. Thanks Walt. How are you doing?

                        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