Hello,
I`m not sure, but what if just use SerializableEntity(
http://developer.android.com/reference/org/apache/http/entity/SerializableEntity.html
) instead of StringEntity?
Create a serializable wrapper class for your request parameters,
implement
private void writeObject(java.io.ObjectOutputS
Hello,
If I understood you well just
try the following:
inside you TabActivity.onCreate()
call
final TabHost mTabHost = getTabHost();
mTabHost.addTab(mTabHost.newTabSpec("tab_test2").setIndicator("Tab
with ListView").setContent(ne Intent
("INTENT_THAT_FIRE_UP_YOULIST_ACTIVITY"));
and don`t for
Hello,
This is from
http://developer.android.com/reference/android/content/BroadcastReceiver.html
"A BroadcastReceiver object is only valid for the duration of the call
to onReceive(Context, Intent). Once your code returns from this
function, the system considers the object to be finished and no
Ok I think I`ve found the cause of bug, at least, you can reproduce it
on your SDK. Just set EditText`s "Input Type" attribute to, for
example, "textPassword" and then set "Gravity" attribute to "center"
or "center_horizontal" - these steps will make EditText`s hint
disappear. If you switch "Gravi
The same issue appears on Vista. Does anybody know how to make
EditText show hint when "Input type" is set? Do I need to do any
additional work? I just want to label password field with hint. When I
use deprecated "password" properties everything is ok.
--~--~-~--~~~---
Recently I`ve faced the following problem: I use EditText widget on my
"Log in" screen. I use EditText`s "hint" property to label that
field . But when I set "Input type" property, for example, to
"typePassword" (for password fields), the actual "hint" is
disappearing from EditText. In Eclipse`s U
6 matches
Mail list logo