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

Read Text from other layout?

luka1995

Lurker
I have problem, It's possible read text from other layout?
I insert
greenText = (EditText) findViewById(R.id.green_text);
and
Code for read from other layout and don't work...
I want to read text from other java file (is not activity)!
Maybe anyone know?
 
Back
Top Bottom