[android-developers] Re: EditText lose focus when appears keyboard in ListView

2010-05-19 Thread Ondra Zahradnik
Try to set windowSoftInputMode to adjustPan in activity declaration in AndroidManifest.xml as follows: ... ... It should help give your activity better user experience. Check http://android-developers.blogspot.com/2009/04/updating-applications-for-on-screen.html for more info about it. -- You

[android-developers] Re: Strange ListView divider behaviour

2010-05-10 Thread Ondra
Ok, I've probably solved the problem (but i still don't understand it). When I add into app's manifest file, all problems mentioned earlier and badly rendered pixels disappear (no matter which IDE i use). Ondra -- You received this message because you are subscribed to th

[android-developers] Re: Strange ListView divider behaviour

2010-05-10 Thread Ondra
adly (some of the dividers are invisible, as can be seen in attached picture). Could it be caused by differences building tools/process? Thanks Ondra On May 5, 5:09 pm, Ondra wrote: > Hi, > can anyone help me out with a problem I've run into? > > I have been trying to create aLi

[android-developers] Re: Strange ListView divider behaviour

2010-05-09 Thread Ondra
The code should be the same as in the mentioned tutorial: *** List8.java *** public class List8 extends ListActivity { PhotoAdapter mAdapter; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentVie

[android-developers] Strange ListView divider behaviour

2010-05-07 Thread Ondra
Hi, can anyone help me out with a problem I've run into? I have been trying to create a ListView Activity with an ImageView in every row. I've used this tutorial: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/List8.html The issue is that there are alway

[android-developers] Unable to get members of playlist

2009-06-15 Thread Ondra Zahradnik
iderNative.java:97) at android.os.Binder.execTransact(Binder.java:287) at dalvik.system.NativeStart.run(Native Method) I do similar thing with members of Genre and everything works as expected. I am about to fire bug do Android but I would like to be sure that nobody knows what can be wrong

[android-developers] Taking picture by camera correct intent action and extras?

2009-03-03 Thread Ondra Zahradnik
Hello I am trying to take picture by G1 camera. I have tried almost everything i was able to find on the net about this topic. It seams there should be intent with action "android.media.action.IMAGE_CAPTURE" which really starts camera application and returns captured image. But captured image is