0

I have basic understanding of java and how classes works. please guide me in the right path.

kindly give brief summary of steps that i have to follow in this journey.

James Z
12.3k10 gold badges28 silver badges50 bronze badges
asked Jul 13, 2021 at 16:52

3 Answers 3

1

Look at this website. I find it quite useful- https://roadmap.sh/android

answered Jul 13, 2021 at 17:31
Sign up to request clarification or add additional context in comments.

Comments

0

Here's the Android Developer Documentation. Considering that Kotlin is the preferred language to use for Android development, I would suggest expanding your knowledge of object-oriented programming in Kotlin rather than Java.

The documentation provides links to guides/tutorials that will walk you through the basics of an Android application while also establishing proper coding practices in Kotlin. I personally find the docs very useful in this regard, as I'm currently refactoring a legacy app written in Java.

Dharman
34k27 gold badges105 silver badges156 bronze badges
answered Jul 13, 2021 at 17:50

Comments

0

I recommend using the google codelabs to learn topics, these codelabs are updated by the Android dev team use best practices. If you are just starting out I would recommend learning Kotlin over java, Kotlin is the recommend langue by the Android Dev team, Kotlin takes advantage of coroutines.

Here is the Android dev guide for beginners, I would work through these modules. I still refer to them from time to time. https://developer.android.com/courses/android-basics-kotlin/course

answered Jul 13, 2021 at 18:05

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.