9,401 reputation
21732
bio website github.com/blessenm
location Kerala, India
age 26
visits member for 2 years, 5 months
seen 1 hour ago
stats profile views 750

My name is Blessan Mathew. I am from India. Wanted to work in the video game industry (Keeping that on the hold for now :)). I started out as a javascript developer. Worked with Dojo and Extjs. Did some mobile web app development with Sencha Touch.

Currently working on the android platform and focussing on java as a langauge. Im into graphics and animations and whatever the user see's on the screen.

I add some of parts of my work projects for my own future reference which may be useful for others too. https://github.com/blessenm


Aug
22
answered Android layout design - How to get the screen height in xml(layouts)
Aug
22
comment Format and style a xml resource + assign to textview
What is the output you need after formatting the string?
Aug
22
answered Android Add Button Top Of Listview
Aug
19
comment What is the best way to save and restore the controlling commands
What do you mean by controlling commands? Are they some constant values you send to the robot?
Aug
19
comment How to check whether grid view is fully scrolled or not
You may need to refer this post stackoverflow.com/questions/3948934/…
Aug
18
answered layout gets chopped off in a lower resolution screen
Aug
18
answered Android Text Fields default to Chinese
Aug
16
comment Android SaxParser and OutOfMemory Exception
"\n" is used a delimiter to distinguish a block of xml. <Response><Test></Test></Response>\n<Response><Test></Test></Response>
Aug
16
answered Android SaxParser and OutOfMemory Exception
Aug
16
awarded  Supporter
Aug
16
comment Android SaxParser and OutOfMemory Exception
I tried this but it seems \n wont be ignored.
Aug
16
awarded  Scholar
Aug
16
comment I want to make a pop up menu that allows selection of different options on android
May be put it as another question in SO and add ur code.
Aug
16
accepted Android scale animation to specified size
Aug
16
comment Android scale animation to specified size
Ya i guess thats an option. Ill set ur answer as the selected one.
Aug
13
revised Android SaxParser and OutOfMemory Exception
Added finding after further investigation
Aug
13
comment Android Socket in same process or seperate
@darma I am using the SaxParser.
Aug
13
comment Android SaxParser and OutOfMemory Exception
after further investigating I found out that my parsing wan't causing the exception. Every time I receive a stream from the socket I store it in a String and I keep appending that till we get "\n" in the stream. The "\n" is used to denote the end of a block of xml. The string is causing the memory exception. I tried the StringBuilder but that also caused the same problem. I dont know why this is happening. Now I tried your method, that parsing goes fine but "\n" at then causes a parse exception. Is there anything we can set so that the parser will ignore "\n"?
Aug
13
awarded  Student
Aug
13
awarded  Commentator