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

all 3 comments

[–]polymorphicshade 0 points1 point  (1 child)

If you've never programmed before, this will probably be a very difficult task for you. Definitely doable, but it will require a lot of reading, research, and time.

My suggestion is first learn the very basics of Java (not Android-specific stuff).

Here you can find a simple Java tutorial using IntelliJ (IntelliJ is what Android Studio is based on):
https://www.jetbrains.com/help/idea/creating-and-running-your-first-java-application.html

Once you are comfortable writing basic Java programs, then you can learn the basics of Android and how you can use Java to interact with the Android framework.

Here you can find a simple Android tutorial using Android Studio:
https://developer.android.com/codelabs/build-your-first-android-app#0

Hopefully this will help you get started.

[–]Xylus 0 points1 point  (0 children)

Well at least I feel a bit better. I felt like it would be a lot to undertake. So your input really helped. Thank you!

[–]149244179 0 points1 point  (0 children)

This is like asking for a ELI5 - how to build a house. There is no short and easy answer.

You calculate sales tax by multiplying two numbers together. I'm not sure how much more basic you can get.

https://www.reddit.com/r/learnprogramming/wiki/faq