• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Calculation app tutorial

Pakiet

Lurker
Hello new to the forum I hope this is the right place to post this. I am looking for a tutorial for a calculation app. I have tried to search around but it is only giving me calculator apps. A little more specific I want my customers to be able to enter 3 different figures and for the app to do some hidden calculations and come out with a number. I have a calculation setup in an excel file on my computer but it would make it much easier if my customers had a app on their phone. Anything close would be helpful. Thank you in advanced for any information leading to a decent tutorial on a calculation app
 
Welcome to our AndroidForums, @Pakiet :).

I've moved your thread over here to our Application Development area for you.

It kind of sounds like you just want a UI that accepts three numbers and then presents a calculated result?

If so, that should be pretty straight-forward to do (i.e., present a simple screen with three input field, a "Submit" / "Process" / "Do It!" button, and then present the output).

There are, of course, several nuances and choices for how to do each and all of the above, so it will ultimately be up to you how you'd like everything to end-up.

Anyway, start with a small, simple app. Next, search for how to create a simple input screen, etc...

Small steps...eventually you'll get where you want to be :).


And a couple of good threads here at AF that should point you towards examples:

Cheers and best of luck!
 
Back
Top Bottom