New to app development

Maverick 1211

New member
Jan 21, 2018
0
0
0
Hi

I'm looking for app training can anyone point me in the right direction. Im new to it and wanting to develop a app or if anyone can help me develop it I would be most appreciative

Thanks
 
Try learning programming itself first - Teach Yourself Computer Science. Udacity teaches you languages, not programming. You know English - can you write a play that compares to anything Shakespeare wrote. (Knowing a programming language isn't knowing programming.)
 
Headfirst Android is a really good book (it's what I'm currently using, but it assumes you know Java and are a competent programmer. If starting from ground zero learn how to program first. Scratch is a good place to start.
as this is my first post, I can't post links yet, but a search for "MIT scratch" will find it.
 
Just advice - programing for Android you need to know Java - and I supposed to start doing very easy application like Hello word, and so on. But after some time (after you do some basic testing app), when you will be still exited - try to learn about programing generally (something about algoritms, data structers ect.) - I think great book is Code Complete by Steve McConnell https://www.goodreads.com/book/show/4845.Code_Complete
 
If you're totally new to programming going to school can help, I've got a 2 year tech diploma in software development and just kind of fell into apps after school. If you know how to code already, just jump right in and start messing around. The best way to learn is through experience and trial and error.
 
If you are totally new to programming, I recommend you to start learning some C as an imperative programming language in Codecademy or someplace like that. Then, if you want to learn some object-oriented programming, start with a bit of Ruby, which lets you learn all the key concepts of that paradigm without having to worry about all the types and all that. Then you can really start learning Java and other high-level languages like that. In my experience C and Ruby are a very solid base to reach Java.
 
Believe it or not, but I actually just went to the local library and picked up a book! Gave me a great background and got me started.
 
You can try first 5 Udacity courses by Google, they actually helped me a lots when I didn't know which way I should take.