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

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


Sep
26
comment Sencha touch NavigationView
For that, u are going to need to use a panel with layout as 'card'.
Sep
26
comment Error when setting OnClickListener in android
Good. Accept the answer.
Sep
26
answered Error when setting OnClickListener in android
Sep
26
answered Sencha touch NavigationView
Sep
25
answered How sencha touch 2.0 differs from other frameworks?
Sep
25
answered How do you change eclipse blank activity?
Sep
24
comment How to ensure the data remain in an activity after clicking a button to another page then return to current page?
Try saving the value in the application context.
Sep
22
comment Sencha Touch 2 instantiating a component with a background image
Well using the above approach will increase the size of the app. But i think most users will prefer speed over size. This link might help too techrepublic.com/article/…
Sep
21
awarded  Custodian
Sep
19
answered Sencha Touch 2 instantiating a component with a background image
Sep
19
comment How to integrate a segmentedbutton into a tabbar?
put ur code up. Others mightunderstand whats goin wrong.
Sep
18
comment How to integrate a segmentedbutton into a tabbar?
You are going to need to add a segmented button as an item to the tab bar.
Sep
17
comment How to determine image size for various density?
Try putting your images in the drawable-hdpi folder and make the layout parameters to wrap_content. That should prevent the image from scaling.
Sep
15
answered Sencha Touch 2 - togglefield alignment to the right inside a fieldset component
Sep
15
comment How to view the Full image of the pictures in Gridview once I clicked it
Ive updated my answwer
Sep
15
revised How to view the Full image of the pictures in Gridview once I clicked it
added 1260 characters in body
Sep
14
comment How to load a new view into a Ext.tab.Panel using controller in Sencha Touch 2?
Can you explain more on your issue. For navigation, jsut use a panel with layout as 'card'.
Sep
14
answered How to view the Full image of the pictures in Gridview once I clicked it
Sep
12
awarded  Popular Question
Sep
8
comment Sencha Touch 2 horizontal scroll for panel makes it disappear
if u are trying to create a horizontal list, refer the horizontal list example in sencha