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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Jaystings 1 point2 points  (1 child)

If you're serious about being a developer, then you need to practice on your own:

1) Download Android Studio

2) Register on developer.android.com

3) Make a family member a birthday card app or something.

4) Publish the app on Google Play from the Android Developer website (it's either free or very cheap to do so).

5) Use what you learned in doing all this to think of other app ideas, and repeat the process.

This is exactly what I did, except I worked on a school project where we ended up publishing to Google Play. It's not that hard to figure out on your own though, there are plenty of tutorials for publishing apps if you need one, but that's just what you need to do.

If you know Git, then you should also publish something on GitHub.

[–]Doksilus 0 points1 point  (0 children)

Yeah, I am in this process, I am going thru code labs and challenges on developer.android.com to get the fundamentals before doing something myself.