| bio | website | independentru.blogspot.com |
|---|---|---|
| location | Ukraine | |
| age | 29 | |
| visits | member for | 2 years, 7 months |
| seen | yesterday | |
| stats | profile views | 106 |
Android developer and Ubuntu user
|
Apr 16 |
answered | Place cursor at the end of text in EditText |
|
Mar 7 |
awarded | Caucus |
|
Feb 12 |
answered | How to remove all listeners added with addTextChangedListener |
|
Dec 28 |
awarded | Nice Answer |
|
Dec 12 |
comment |
Android: clicking TWICE the back button to exit activity Best answer! You may also add condition if (doubleBackToExitPressedOnce || fragmentManager.getBackStackEntryCount() != 0) { in case of Fragment-based add |
|
Nov 20 |
awarded | Popular Question |
|
Oct 6 |
awarded | Yearling |
|
Aug 9 |
comment |
Horizontal ListView in Android? The only proper way to handle clicks! |
|
Jul 17 |
awarded | Self-Learner |
|
May 10 |
awarded | Notable Question |
|
May 9 |
awarded | Notable Question |
|
Mar 5 |
awarded | Revival |
|
Nov 15 |
accepted | SimpleDateFormat.parse returns Date in different timezones |
|
Nov 15 |
comment |
SimpleDateFormat.parse returns Date in different timezones To avoid Timezone switching, I use this code TimeZone.setDefault(new SimpleTimeZone(60 * 60 * 1000, "CET")); |
|
Nov 14 |
comment |
SimpleDateFormat.parse returns Date in different timezones Really nice answer. I'll try it tomorrow and mark your answer as correct! |
|
Nov 14 |
asked | SimpleDateFormat.parse returns Date in different timezones |
|
Oct 24 |
awarded | Popular Question |
|
Oct 11 |
comment |
How to handle callback from Search Manager? You are right! The way described in your blog works well. |
|
Oct 8 |
awarded | Yearling |
|
Sep 7 |
comment |
Debug mode restarts on the phone randomly I think, your are right. Another samsung phone with another data-cable works fine. |