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

Apps Variables return incorrect values

Drakath

Newbie
I've made an app which should display a colored text. You can write the color in ARGB (Alpha Red Green Blue). The problem is that All 4 values have the same value as B. They are fine in MainActivity but in the other activity which displays the message, it returns all 4 values as the value defined in B.
I opened my project on Github.


EDIT: Turns out my intents had the same name.
 
Last edited:
Back
Top Bottom