• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

What are the pre-requisites for learning Android

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the pre-requisites for learning Android ??

How it can help in career ???

Regards
 
Rancher
Posts: 436
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Win the book "Learn Java for Android" in the book promotion ;-). It covers the Java you need for programming Android which is pretty much basic Java. A strong fundamental knowledge helps a lot.

That's pretty much it, apart from the usual processual and tool knowledge (sure, you need to know how to do OOA/D/P, handle XML and Eclipse...).

It helps if you need it. Some more chances to get self-employed or at least earn a dollar or two, due to a market and billing system you can utilise.
 
Sahil Reddy
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Greenhorn
Posts: 4
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hauke Ingmar Schmidt wrote:Win the book "Learn Java for Android" in the book promotion ;-).



:D :D :D :D :D :D

On the 31st of January, Google Android won Apple as the top mobile platform. So learning to code for Android has good prospects. :thumbup:
 
Ranch Hand
Posts: 140
Android Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Programming
Choose Java
then OOP
and read on the Android Framework in their website

simply understand Java and your good to go to learning Android!
 
Ranch Hand
Posts: 8944
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Michael Rivera wrote:Programming
Choose Java
then OOP
and read on the Android Framework in their website

simply understand Java and your good to go to learning Android!



I was disappointed when I came to know that ios was for c guys, good to hear that java guys can learn mobile programming.
 
Rancher
Posts: 43076
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Pradeep bhatt wrote:good to hear that java guys can learn mobile programming.


Sun's/Oracle's Java ME has been around for a long time, even though it doesn't have much traction on modern smartphones. I'd guess that it's still more widely distributed than Android, though, due to the large number of non-smartphones still in use.
 
Hauke Ingmar Schmidt
Rancher
Posts: 436
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Pradeep bhatt wrote:I was disappointed when I came to know that ios was for c guys



Objective-C, which is as unusual for C programmers as for Java programmers.

Ulf Dittmer wrote:Sun's/Oracle's Java ME has been around for a long time, even though it doesn't have much traction on modern smartphones. I'd guess that it's still more widely distributed than Android, though, due to the large number of non-smartphones still in use.



Facebook just released it's J2ME app, seems to be of some importance still. Blackberry and Symbian devices can still be programmed with J2ME, I think.
 
When all four tires fall off your canoe, how many tiny ads does it take to build a doghouse?
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic