scrollview
How to make horizontal scrolling view in android
I Want to make this type of horizontal scrolling , look at pictures >>>>............................................[详细]
2023-04-02 21:46 分类:问答Why TextView is missing?
I\'am setting the text to TextView and EditText programmatically. but those widgets are not visible. If i take android:layout_marginTop=\"100dp\" for Textview, then i\'am able to see those widgets. Wh[详细]
2023-04-02 14:42 分类:问答Android(Java) - How can I do a async loading of linked list
I have linked list of objects and I want to make an asynchronous load开发者_JS百科ing for list to listView, what is more, I must load by 10 (or 20, for example) elements, depending on the scroll posit[详细]
2023-04-02 12:22 分类:问答Difficulty with ScrollView and LinearLayout
I\'m trying to make an Android layout: 3 components inside a vertical LinearLayout.The center component is a ScrollView that contains a TextView.When the TextView contains a significant amount of text[详细]
2023-04-02 12:19 分类:问答android scrollView max scroll
Is there a way to add a range of scrolling to a scrollView? I\'ve done a screen where user can drag views and I want to limit the possibility of 开发者_开发知识库dragging them down to some coordinates[详细]
2023-04-02 06:50 分类:问答Jquery Mobile - why is scrollview/scrolling on Android so much slower than on iOS?
I have developed an order entry form, which I want to use on mobile devices. Here is the link to the example.[详细]
2023-04-02 03:17 分类:问答Reset the scrollviewer to its initial position with Silverlight
I have a Silverlight application, containing a scrollviewer in a grid layout. When I move the scroller down andclose this grid with the close button, the scroller remains at the bottom whenever I re[详细]
2023-04-01 19:14 分类:问答inside API scrollViewDidScroll , shows sender correct but sender.contentSize is showing null while calculating page number
I want to find page number in scroll view consisting of uiimage view. Inside the m开发者_StackOverflow中文版ethod, - (void)scrollViewDidScroll:(UIScrollView *)sender[详细]
2023-04-01 06:38 分类:问答How to enable Horizontal scroll in Android?
Basically, the code below is what I am using to retrieve images from a remote server. My problem is, whenever I have large images like 700x700, it shrinks the entire image until it only fits the scree[详细]
2023-04-01 03:06 分类:问答Problem in ScrollView scrolling?
I am using a ScrollView in my layout and in the onCreate method I have used scrollTo(0,50) method, so initially when my layout appears the scrollview should be scrolled to position (0,50).[详细]
2023-03-31 22:56 分类:问答