orchidrudra

Kolkata, India

Age: 29

Software developer and Open Source enthusiast based in India

Mar
7
awarded Popular Question
Feb
12
awarded Popular Question
Jan
23
awarded Popular Question
Oct
29
awarded Self-Learner
Sep
7
comment Two interfaces with same method signature implemented in Java class
Thanks buddy, I had the same question...
Jun
28
awarded Yearling
Jun
26
answered about a program "HelloWorld" of android application
Jun
22
comment Android: Character encoding raw resource files
@rglovejoy, thanks a lot. +1 for you.
Jun
22
revised How to make Rotate3dAnimation more smoother?
Improved formatting
Jun
21
comment 'Webpage not available' with WebView.loadData() ONLY in emulator
Thanks Viraj, you just saved my life, I was stuck on this prob for a log time. +1 for you (I would give you +100 if I could).
Jun
20
comment How to make Rotate3dAnimation more smoother?
Thanks, I will try your suggestions.
Jun
19
awarded Nice Question
Jun
19
revised How to make Rotate3dAnimation more smoother?
Improved formatting
Jun
18
comment How to make Rotate3dAnimation more smoother?
After applying this change, when I click on the button which suppose to rotate the view, nothing happens, the screen freezes. Logcat does not report any error, but if I press back button, the whole application crashes. In my onAnimationEnd() method, I am calling setContatntView() after that mContainer.post(new SwapViews(mPosition)); is it ok?
Jun
18
comment How to make Rotate3dAnimation more smoother?
Cant use hardware acceleration because it is from api 11 (android 3.0) but I am using api 8 (android 2.2)
Jun
18
comment How to make Rotate3dAnimation more smoother?
Getting error E/AndroidRuntime( 995): FATAL EXCEPTION: main E/AndroidRuntime( 995): java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@40856418
Jun
18
comment How to make Rotate3dAnimation more smoother?
Cant do setContentView(bitmapForAnimation); as this method expects an int value, and bitmapForAnimation is not an int. What to do?
Jun
18
comment How to make Rotate3dAnimation more smoother?
Thanks, I will try the code.
Jun
18
comment How to make Rotate3dAnimation more smoother?
I added animation.setStartOffset(100); and also shorten the duration of my animation, now its looking much faster. Those lines are showing less frequently.
Jun
18
comment How to make Rotate3dAnimation more smoother?
event_container is the parent layout (a RelativeLayout) which contains all other views. I updated my formatting, somehow is was not showing that RelativeLayout. Please take a look at it. Thanks
1 2 3 4 5