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

Apps HELP: Resistor Color Code Application

kenotzki

Lurker
I need help for our project.. Resistor Color Code Calculation...

my design is using 4 spinner. I need help on how to get the value in the 4 spinner that is selected by the user and a button that would calculate the selected colors in the 4 spinners and view the number value of the resistor in the edit text or text view...

please help guys.. newbie here.. thanks in advance..
 
I know about all the color codes of the resistor. But this is a project in our school. I choose this topic because it just simple. I need some tips on how to program it in android. :D
 
Thanks for the info about that . it wouldn't be necessary if its already in the market because we just need it for our school project. it's like, we have to create the same application for practice but we don't know how to program it. we don't know what codes are required or should be applied. pls. help.

I used to be a programmer but I have not knowledge about Android app programming, sorry.

But if I would have to learn it I would use App Inventor ...
http://www.appinventorbeta.com/about/

Harry
 
Moved your post here where I'm hoping that you can find the best help.

Parallel to this forum is one for the App Inventor. Google has retired official support for it, but I think it is now supported as an open source project - not sure though.
 
I used to be a programmer but I have not knowledge about Android app programming, sorry.

But if I would have to learn it I would use App Inventor ...
About - App Inventor for Android

Harry

I disagree. App Inventor is not meant for programmers. This is a drag and drop website for both design and functionallity which means you have not complete knowledge of what happens behind the scenes.
 
The spinners are using the 'OnItemSelectedListener' class to register the selection. You can implement this class in your activity and override 'onItemSelected' method.
 
Back
Top Bottom