I\'m trying to build a compound control in Android, containing (among other things) a ScrollView. Things go wrong when I try to view the control in Eclipse, crashing with a NullPointerException after
Our app (WordPress for Android) uses a scrollview for the new post view, where a user enters in their new blog post.There\'s quite a few fields on this view, including a large EditText for the post co
So, I followed a tutorial for drawing stuff on android. I have created a Panel class that extends SurfaceView that I draw on using a th开发者_开发问答read. Now I want to put this Panel in a scroll vie
I am currently working on an app开发者_如何转开发lication for a client, and they have made an odd request. The request involves putting a custom image as the indicator for the scrollview. I am not eve
I have an Android scrollview w开发者_运维知识库ith a white background. The fading edge is a white translucent gradient. I would like to change it be black instead of white. I have a ListView in the sa
I am writing for Android, andI can\'t figure out how to replicate the effect of the Android browser where the progress bar is at the top of the screen, with the webview below it, yet when you scroll d
I have a custom View which i would like to place on a bottom view of split view dynamically. I need a scroll view for that bottom view. How can I get a scroll view for a bottom view of horizontal spli
HI May i know how to make the scroll view as mentioned in this following URL. http://developer.apple.com/IPhone/library/documentation/iPhone/Conceptual/iPho开发者_开发技巧neOSProgrammingGuide/Texta
I am having a webview which dispalys large amounbt of data. I want to scroll Webview progmatically. I know window.scrollto() method is there but ,god knows why, it is not working. Can anybody guide me
One of our views has a ScrollView as its root layout. When the device is rotated and onConfigurationChanged() is called, we\'d like to be able to get the ScrollView\'s new width/height. Our code looks