Top "Extra" questions

Terminal emulation for mainframes.

Can I send class as extra with intent?

I'm trying to pass class name with extra, how to do that ? Intent p = new Intent(StartScreen.this, Setting.class); …

java class android-intent setting extra
Displaying the To address prefilled in Email Intent?

I am not able to pre fill the TO field in Email client to the "to" address mentioned in the …

android email android-intent extra
Using extra() on ValuesQuerySet in Django

I'm trying to calculate a percentage with two values which are themselves aggregated. The SQL query that explains what I'm …

sql django django-queryset extra
HTML form with only hidden inputs create extra white space in FireFox

I have a simple form with two hidden inputs that is causing extra white space in Firefox. I've been in …

html forms whitespace hidden extra