• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

how did you start programming for android?

Dixi1801

Well-Known Member
I'm wanting to learn to program on android, but I'm a total noob to programming!

I've tinkered with HTML a while ago, and made a temperature converter in C++ following a guide, but apart from that, no experience!

i'm just wondering how the DHD community learned to program, and if they could recommend some books or whatever :)

thanks!
 
Two things I highly recommend learning

Scripting in Linux, and Java programming (not javascript, thats a sub of java though)

and learn to think in logic. :)
 
Didn't know about that app inventor thingy, cheers for that. I started with Eclipse where i had orignally learnt Java so it sort of worked out hand in hand. Just used the tutorials that google give you and then other via youtube and stackoverflow. Good for all sorts of programming.
 
Also, Best code text based editor i've ever used.

I've been using this since it first came out, when I was still a freshman in college taking software engineering.

Notepad++ Home

some of you may find it handy
 
Also, Best code text based editor i've ever used.

I've been using this since it first came out, when I was still a freshman in college taking software engineering.

Notepad++ Home

some of you may find it handy

oh cool, thanks!

wish i was a software engineer lol :P always been interested im just impatient with the learning process!
 
oh cool, thanks!

wish i was a software engineer lol :P always been interested im just impatient with the learning process!

eh, everything I learned was either out of date (RPG, CL Programming for the AS400 systems, Old C) or not geared towards whats wanted in today's industry. I could have learned everything on my own. lol
 
i am going to teach myself to code for apps too. my history starts with assembly (lol who KNOWS what that is?), pascal, c, c++, VB6, VBA. vba is what i use mostly in my office enviroment as i do a lot of complex crap with excel and access and my knowlege of java can fit into a coke can with room left over for coke and ice!

thanks all for the links as it looks like i will be spending a lot of time learning a new language.
 
...my history starts with assembly (lol who KNOWS what that is?)...

I'd make everyone learn to program in machine code. Assemblers are for people who can't remember a full set of hexadecimal machine instruction codes and don't like doing base 16 arithmetic or manually calculating jump offsets.

p.s. I've long since moved on from punch cards - if you can afford a teletype terminal, paper tape is a much better way to go.
 
Back
Top Bottom