362 reputation
317
bio website
location Tallinn, Estonia
age
visits member for 1 year, 7 months
seen 10 hours ago
stats profile views 80

In a university studying IT. Dabbling in some Android projects outside of school.


1d
revised Physical transfer speed Java IO
Formatting
1d
suggested suggested edit on Physical transfer speed Java IO
May
13
awarded  Custodian
May
13
reviewed No Action Needed Access array with variable name inside php stdClass?
May
3
awarded  Popular Question
May
1
awarded  Popular Question
Apr
24
comment Scrollview makes bottom views disappear in a Dialog
That marginBottom stuff is pretty clever, but I already got the answer. Also, my original layout didn't even have a ListView. Did you even read the question?
Apr
24
comment Scrollview makes bottom views disappear in a Dialog
I don't want to specify anything explicitly, as it should change size depending on the number of items on the list. Anyway, umesh's answer did exactly what I needed.
Apr
24
accepted Scrollview makes bottom views disappear in a Dialog
Apr
24
comment Scrollview makes bottom views disappear in a Dialog
I don't have an actual ListViewthere, but changing the LinearLayout's height doesn't make a difference. And if I change the ScrollView's height, it just pushes the buttons out again.
Apr
24
asked Scrollview makes bottom views disappear in a Dialog
Apr
16
revised android: How to use asyncTask in Rest Web service?
formatting
Apr
16
suggested suggested edit on android: How to use asyncTask in Rest Web service?
Apr
7
awarded  Popular Question
Mar
19
revised Android - How to overlay images in a WebView?
Formatting
Mar
19
suggested suggested edit on Android - How to overlay images in a WebView?
Mar
5
awarded  Caucus
Mar
3
comment Java - use class defned in Main in another class
You should also consider using English variable names. You have to admit setLives() and setStrength() sound a bit more sane than setElud() and setTugevus().
Feb
28
comment How to draw a line along with some text in center in android?
This works fine, but I'd suggest using a RelativeLayout, because presumably this layout will have other elements too, which means you would have to nest the LinearLayout. That's bad for performance.
Feb
24
answered ArrayList: remove an object during for loop