[android-developers] How to properly implement a custom AdapterView's setSelection method

2011-04-07 Thread Adam
I'm working on designing a HorizontalListView widget and I'm getting stuck on what to do with the setSelection methods. It seems like every example of extending an ArrayAdapter never touches this method. I can have a long list, so filling to the right from 0 -> my position isn't an option. Ideally

[android-developers] Smoothing out Handler sent repaint events

2011-04-07 Thread Numeron
Im having trouble smoothing out a hand made animation, specifically the logo on my site at www.users.on.net/~rossn The spinning sections of the logo are redrawn every frame rather a pair of rotating images, because rotating is slow and sometimes looks bad with poor rotation algorithms on other

[android-developers] Get Row Id of draggable and droppable listview

2011-04-07 Thread Chung Truong
Hi, I'm building a project using draggable and droppable listview. I found the source code of creating draggable and droppable listview supported by google. In my project , there are 4 items in listview ( search, list, history and shortcut). Each item in listview interacts with each activity. The p

[android-developers] Marquee is not worked when screen rotate

2011-04-07 Thread pramod.deore
Hi all, In my application I am using marquee. It works perfectly, but when I rotate screen then it is not working. following is my code. public class TextViewMarquee extends Activity { private TextView tv; @Override protected void onCreate(Bundle savedInstanceState) { super.onC

Re: [android-developers] Re: How do i upload the file from android mobile to public server

2011-04-07 Thread snehalal gangadharam
hi, y i didnt get any reply? i have tested this application from real device. i am getting IO Exception. i have posted the errror log below: kindly guide me to solve this problem. /kernel ( 115): [ 508.395324] device rmnet0 entered promiscuous mode W/System.err( 1281): java.io.IOException: Una

[android-developers] Re: Marquee is not worked when screen rotate

2011-04-07 Thread Zsolt Vasvari
Create a bug report on http://b.android.com I dont' see anything wrong with your code. Using the emulator, try to determine on which Android SDK level it broke on and file a bug report. Put "Regression", "Honeycomb" and "3.0" in the title, if it applies so that you get some Google people to pa

<    1   2   3