Questions tagged [extra]

Terminal emulation for mainframes. IBM System z (Mainframe), IBM System i (AS/400), UNIX/Linux/OpenVMS (VT), and HP NonStop/Tandem systems.

138 questions
-2
votes
3 answers

Why am i not able to get Extras from the intent this way?

In the previous Activity i did this: int entryId = 10; intent.putExtra("entry_id", entryId); then in the resultant Activity First i tried this: entry_id = this.getIntent().getExtras().getInt("entry_id"); it always gives me the default value 0 But…
Archie.bpgc
  • 22,633
  • 38
  • 142
  • 219
-5
votes
1 answer

Extra from Activity B to Activity A

I have two activities. In Activity A I have Textview. After click this I go to Activity B with EditText. How can I pass the value from the EditText in activity B back to the TextView in activity A, keeping activity A's original state in the…
-6
votes
1 answer

CSS extra horizontal space

I have been trying to removing the extra horizontal space coming in my HTML/CSS Page. Any idea why this occurs. Thanks
sa2010
  • 19
  • 2
  • 6
1 2 3
9
10