I have another problem which i cant solve since some hours.
I want to give some data to a new intent - but its always null and i cant figure
out why.
I put the Strings via:
Using java Syntax Highlighting
- Intent i = new Intent(this, DetailImageView.class);
- i.putExtra("ImageID", ImageID);
- i.putExtra("iD", iD);
- startActivity(i);
Parsed in 0.036 seconds, using GeSHi 1.0.8.4
and get the Strings by:
Using java Syntax Highlighting
- iD = extras.getString("iD");
- ImageID = extras.getString("ImageID");
Parsed in 0.032 seconds, using GeSHi 1.0.8.4
Everything like i did it maybe ten times in my application - but this time the
strings are always null. Can anybody give me a hint where i can search
for the reason of this problem??
Im stuck.
Thanks a lot!





