4,973 reputation
11431
bio website
location Austria
age
visits member for 4 years, 3 months
seen May 17 at 9:22
stats profile views 376

Java, Android, HTML, CSS, Javascript, Lua, Algorithms, Programming Contests, ...


May
16
answered Specifying “strikethrough” on a section of TextView text
May
13
comment how to get the sum of selected checkboxes in android?
If it works, accept my answer. This will also increase your reputation. But you don't need any reputation score to add your code to your question. Just paste the text and format it as code (klick the help link besides the text field to get help on how to do this).
May
13
comment a singly linked list, output includes spaces - Java
Every tried to simply debug that? Put a breakpoint to the line where you add the items to the list, and see what you add there.
May
13
answered how to get the sum of selected checkboxes in android?
May
11
comment Json Array returning null while parsing in Android
@blackbelt Post this as an answer, because that's what obviously is the problem here (as everybody should be able to see from the Exception message or by debugging and looking the variables values!)
May
11
comment Encrypted text comes out wrong
Can you explain the encryption algorithm you use, please?
May
10
comment How to create regex pattern for validating editext in android?
Please provide more examples of what's valid and what's not or a formal description. This will help to get a correct answer.
May
9
comment Shortening a huge list using an array value
using an array of arrays would make the split() part unnecessary: [['f1','div_rssims_prefix'],['f2','div_rssims_firstname'],['f3','div_rssims_mid‌​dlename']]
May
9
answered android.webkit.WebView cannot be cast to android.widget.Button
May
9
comment setOnItemSelectedListener : application stops working
Have you checked the LogCat output? Probably some Exception is thrown that stops the Emulator (or your app at least). Check the LogCat and if you don't find the answer there, add the relevant part to your question here, so others may help you.
May
6
answered Best method of finding random English words
May
6
comment Facebook SDK 3.0 upload picture to a facebook page (not in album)
yeah, well I hate that stupid Facebook API anyways. If their Android App would work like it should and correctly handle the SEND intent there would be no need for all this stuff. For e.g. Google+, you simply create the SEND intent, add text and image and you're done.
May
6
comment Facebook SDK 3.0 upload picture to a facebook page (not in album)
It's not called "wall", it has the type "wall" and it is the "album" containing all the images on the user's wall. I use it in my app Runbot which allows you to share your track-data along with an image of the map with the route on it.
May
6
comment Facebook SDK 3.0 upload picture to a facebook page (not in album)
Well that doesn't look very easy either.
May
6
comment Facebook SDK 3.0 upload picture to a facebook page (not in album)
That's not true. You can first get a list of all albums of the user and have to find the one with type == "wall" and post your image to that album.
May
6
comment How to add Buttons dynamically into ScrollView
Hm, sorry. Then I'm out of ideas...
May
6
reviewed Close What is best way to transfer the file to other server other than socket connection
May
6
reviewed Close SDK Manager not opening
May
6
reviewed Close Edit data displayed as table grid mysql php?
May
6
reviewed Close How to install server JRE in windows7 64 bit?