I Need tuts for creating simple java apps

8 replies
hello
i am looking to learn java and i am interested in creating android apps
don't want to make complex apps but basically i want to learn to create a kind of app that redirects the user to a url/website as soon as he opens the app

are there any free YT tutorials for this:confused:
thanks in advance!
#android #apps #creating #java #simple #tuts
  • Profile picture of the author jlandells
    I would advise caution with that approach....

    If an end user finds themselves being redirected to a website, they'll most likely uninstall the app and leave you terrible reviews! You'd be better off integrating the data from the website into the app (updating the data whenever they open the app) and keep the users inside the app. However, this isn't just a trivial Java app - you'll need a good foundation in programming and design patterns to build something solid.

    You might be better off posting your requirements on Elance or oDesk and have an experienced programmer build it for you, leaving you to handle the marketing and the money-making!

    Hope that helps!
    -John.
    {{ DiscussionBoard.errors[6963076].message }}
    • Profile picture of the author DanTe 0101
      Originally Posted by jlandells View Post

      I would advise caution with that approach....

      If an end user finds themselves being redirected to a website, they'll most likely uninstall the app and leave you terrible reviews! You'd be better off integrating the data from the website into the app (updating the data whenever they open the app) and keep the users inside the app. However, this isn't just a trivial Java app - you'll need a good foundation in programming and design patterns to build something solid.

      You might be better off posting your requirements on Elance or oDesk and have an experienced programmer build it for you, leaving you to handle the marketing and the money-making!

      Hope that helps!
      -John.
      i want some sign ups/leads via that url
      so i don't much care about uninstalling the app or whatever
      thanks for your suggestion
      Signature

      (5) No Affiliate Links Allowed - Promote Your Own Domain/s Only. It's either this or we have to cut out sig files altogether which we do not want to do.

      Removed Signature due to Affiliate Links[/COLOR][/B]

      {{ DiscussionBoard.errors[6964402].message }}
  • Profile picture of the author iaeo
    Derek Banas has an excellent tutorial series on Java itself- for Android development, I'd recommend watching the first 5 tutorials or so and then moving on to this next site.

    Travis at The New Boston has a lengthy video series that's basically a video Android Cookbook, as he covers a lot of disjointed topics but gets to pretty much everything you need to develop for Android. He's very informal and likeable (if annoying at times, like when he says "for the most part" 6 times in a 7-minute video).

    Finally, Android Cookbook: Home is great for a similar learning style (just learn what you need as you go along). It's from the O'Reilly series, I personally recommend buying the paper copy as it's a bit more thorough and I'm a big fan of paper references, but as far as digital learning resources go this one is solid.

    What it sounds like you might be looking for is a WebView app, basically an Android app that runs in a browser environment on the client device. A great system utilizing the WebView is called PhoneGap, which lets you code in Javascript against the PhoneGap API, which provides access to a lot of native functionality for iOS and Android.
    The Phonegap Build service is from Adobe, it's 100% free and pretty cool. I noticed that it didn't offer some of the specific features I was looking for for a few of my apps so I passed over it, but when I first found it I did try it out and found it a pretty cool experience to code Javascript and wind up with an app that just... worked. Very cool, worth a look (and definitely sounds like the easiest way for what you're trying to achieve in this instance). One drawback that a lot of people using PhoneGap have mentioned is that the apps run a bit slower than natively coded (Java + Android SDK) apps, and also lack the native feel. One would expect as much, but I found it to be pretty negligible in the playing around I did with PhoneGap.

    Hope this helps, mate!
    Signature
    Javascript/jQuery | Java (Android) | PHP | HTML5 | CSS3 | Ruby on Rails
    Want a website, native Android app, or web app? Talk to me.
    http://lastingwebdesign.com
    {{ DiscussionBoard.errors[6967740].message }}
  • Profile picture of the author doyle20
    This is where I learned Java chortle.ccsu.edu/CS151/cs151java.html
    {{ DiscussionBoard.errors[6983804].message }}
  • Profile picture of the author ababuobana
    If you want to learn android programming, visit developer.android.com
    {{ DiscussionBoard.errors[6984354].message }}
  • Profile picture of the author rising_sun
    Banned
    Follow this books
    "beginning java -orally"
    and follow the site developphp(dot)com.
    {{ DiscussionBoard.errors[6990051].message }}
    • Profile picture of the author DanTe 0101
      Originally Posted by rising_sun View Post

      Follow this books
      "beginning java -orally"
      and follow the site developphp(dot)com.
      thanks that really looks good book to read
      Signature

      (5) No Affiliate Links Allowed - Promote Your Own Domain/s Only. It's either this or we have to cut out sig files altogether which we do not want to do.

      Removed Signature due to Affiliate Links[/COLOR][/B]

      {{ DiscussionBoard.errors[7399828].message }}
  • Profile picture of the author MikeyLightning
    Lynda.com is a simple and easy start for Java Programming! Give it a look!
    {{ DiscussionBoard.errors[7399866].message }}

Trending Topics