| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | Mar 14 at 0:38 | |
| stats | profile views | 6 |
|
Feb 28 |
awarded | Supporter |
|
Jan 29 |
comment |
EditText in ListView hidden by keyboard when focused Nope. adjustResize causes the EditText to receive focus for a very short moment (suggestions are adjusted) but it instantly looses it again and I am not able to enter anything. So far adjustPan is the only flag which makes the EditText focusable. |
|
Jan 29 |
comment |
EditText in ListView hidden by keyboard when focused It doesn't work. Now the initial move to the right position is not happening any more. Do you mean I should put the ListView in a ScrollView or only use a ScrollView and abandon the ListView? |
|
Jan 29 |
asked | EditText in ListView hidden by keyboard when focused |
|
Jan 17 |
comment |
Socialauth-android get oAuth-token and use account information on device okay I found a way to get the token: String token = mSocialAdapter.getCurrentProvider().getAccessGrant().getKey(); |
|
Jan 17 |
asked | Socialauth-android get oAuth-token and use account information on device |
|
Jul 9 |
comment |
stretch a key background without blurred edges on android ok I think this was alredy discussed here: stackoverflow.com/questions/7712892/… |
|
Jul 9 |
asked | stretch a key background without blurred edges on android |
|
Jun 24 |
revised |
Webapp based Android keyboard edited tags |
|
Jun 24 |
awarded | Student |
|
Jun 24 |
asked | Webapp based Android keyboard |
|
May 28 |
awarded | Scholar |
|
May 28 |
accepted | android resources not found after moving |
|
May 27 |
comment |
android resources not found after moving ok thank you, I has to work for now but I will change that later on |
|
May 27 |
comment |
android resources not found after moving I need popups for about 20 keys of my keyboard. That would spam the res/xml/ folder pretty much. |
|
May 27 |
comment |
android resources not found after moving ok, if that isn't possible I would try to reference the keyboards by their IDs. Then I could pack mulitple keyboard layouts in one xml file. But unfortunately that doesn't seem to work either. |
|
May 27 |
comment |
android resources not found after moving ok thanks, now at least I know why it happens |
|
May 27 |
comment |
android resources not found after moving I only get the the error in my code which says "No resource found that matches the given name (at 'popupKeyboard' with value '@xml/popup_keyboards/a_popup')." and I can't build my project. |
|
May 27 |
asked | android resources not found after moving |