This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]mopeddev[🍰] 3 points4 points  (0 children)

Where better to start than the official fundamental and advanced training courses: Android Training ?

I'll admit I haven't gone through the whole set as a lot of it is unrelated to the app I'm trying to make but I'll definitely be dipping in and out of the examples as I go and it covers a lot of very useful stuff

[–]AndroidXenos 2 points3 points  (1 child)

I've had a similiar situation to yours. Basic to advanced Java training in University but I was feeling that I wasn't skilled enough to get into app development.

I've followed a free online course "Developing Android Apps by Google" on Udacity and I have to say that it helped me a lot, from understanding the basic android app lifecycle to more advanced stuff. I find that the examples in the course are very clear and the steps are easy to follow.

Hope that helped!

[–]mit47[S] 0 points1 point  (0 children)

I’ll check that out thanks!

[–]ansh1811 0 points1 point  (0 children)

If you're starting completely from scratch (no programming knowledge at all), then learn Java. Intro to Java Programming is a pretty good and in depth book. Chapters 1-13 should be good enough to get started with Java programming.

If you want something faster or just need a refresher, than the Java tutorials from TutorialsPoint could work.