0

Sorry for my english, my question is this: The class adapter for the listview wont let me use a bundle to get extras and use thIS extras(Strings) in this line code .setText(getString("...."));.

Example:

I want use this to set the text in the adapter:

Bundle carrera = getIntent().getExtras(); text01.setText(carrera.getString("key"));

Someone can help me? Thanks

lukskb
  • 1
  • 1

1 Answers1

0

This BundleJam library can help you out. It allows you to pass information between activities and fragments at runtime, without needing to bundle information.

qazimusab
  • 1,031
  • 1
  • 7
  • 14