I have interest in developing Android Applications, mainly for my home automation projects.
As a Python developer the sight of Java related code creaps me out.
How would you advice me on where to start with Android App Development?
I have interest in developing Android Applications, mainly for my home automation projects.
As a Python developer the sight of Java related code creaps me out.
How would you advice me on where to start with Android App Development?
For further actions, you may consider blocking this person and/or reporting abuse
ย
Thanks for visiting DEV, weโve worked really hard to cultivate this great community and would love to have you join us. If youโd like to create an account, you can sign up here.
kaede -
Cher -
Phil Wolstenholme -
shyam manek -
Once suspended, mmphego will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, mmphego will be able to comment and publish posts again.
Once unpublished, all posts by mmphego will become hidden and only accessible to themselves.
If mmphego is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Mpho Mphego.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community ๐ฉโ๐ป๐จโ๐ป safe. Here is what you can do to flag mmphego:
Unflagging mmphego will restore default visibility to their posts.
Top comments (8)
Hello Mpho.
I would suggest checking out Udacity's Android courses. They have two Nanodegrees (6-month comprehensive paid programs) but offer the courses that make up the Nanodegrees for free. Check out the first course here. It uses Java but once you get the hang of it you can switch to using Kotlin.
Beautiful, thanks
I suggest you get familiar with the android native language java, but try kotlin! It has some unique concepts to learn but is worth it and even google recommends it now.
Try out a sample kotlin project and from there try to implement your first app.
There are other options like react-native which let you code in JS and either translate it to native code or run it with web views.
But if you want to learn the concepts of android and stay as close to native as possible, I'd recommend learning kotlin.
Thank you so much
I think the best way to start is to enroll the course that Google has in Udacity about Android development and also read about Kotlin.
Android docs are useful too to start with.
I think I should give udacity a look. Thanks
Some comments may only be visible to logged-in visitors. Sign in to view all comments.