[android-developers] Edittext - can't type

2013-02-14 Thread Ocean
I am a newbie in android developement. i am not able to entered or type in 
edittext using keyboard and whiledouble click , able to entered using 
Android emulator keyboard.

-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Linear Layout and Relative Layout

2012-07-11 Thread Ocean
Hello

I hope you are fine. I am a newbie in Android Programming.By default when i 
open my XML in layout Folder it is in Relative Layout..Why not Linear 
Layout
Please Help me 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] play video bypass surfaceflinger

2010-01-15 Thread Ocean
Dears,

When we play a movie, the movie will decode by opencore. for example,
a 720p video will decode to 1280*720 image size. then this frame will
throw to surfaceflinger. and the sufracflinger will change the size to
display size then throw the image to copybit then show on display.

But, we don't want the 720p image to be cut as display size. we want
the 720p still is 720p then could be show on display, even the screen
will be chaos.

How could we do by this case?

Thanks for your big help.

The way we want is

open core(1280*720) - surfaceflinger(1280*720) - copybit(1280*720) -
 Display (1280*720)
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en