[android-developers] scrolling a textview within a linearlayout gets to dark screen

2009-02-27 Thread Allie
Hi : I have a linearlayout with a textview showing a list of strings. When I scroll the list up and down, at the end of the list, the screen scrolls into dark screen. How can I get rid of the dark screen beyond the text view list ? My xml file is as following: LinearLayout

[android-developers] Problem with customer view

2009-02-11 Thread Allie
Hi: I am trying to use my customer view and got the following error. I wonder if anyone can give me some advice. Thanks. I/ActivityManager( 50): Starting activity: Intent { comp= {com.example.android. apis/com.example.android.apis.view.ChiralList} } D/AndroidRuntime( 381): Shutting down VM

[android-developers] onTouch event for scrolling a list

2009-02-02 Thread Allie
I get the code how scrolling works? Thanks in advance, Allie --~--~-~--~~~---~--~~ 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

[android-developers] Re: What is google's official position on JNI ?

2008-12-10 Thread Allie
I tried out what Volker suggested. My test results is as following: Can someone advice with the part that I make native function calls? 1. I added the following code to android application Lunarlander.java //native method declaration native void hello(String name); static {

[android-developers] load native .so

2008-12-10 Thread Allie
I tried to load a native library from an existing Android application and failed at calling the native function. Do any of you have any advice? 1. I added the following code to android application Lunarlander.java //native method declaration native void hello(String name); static {