Re: [android-developers] Scroll View for Android

2012-07-25 Thread Justin Anderson
What about a GridView? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 25, 2012 at 7:46 AM, Larry Meadors wrote: > Add a scroll view to your layout. Add a layout to that. Add buttons to > the layout. > > On Wed, Jul 25, 2012 at 7:17 AM, Dan Uff

Re: [android-developers] Scroll View for Android

2012-07-25 Thread Larry Meadors
Add a scroll view to your layout. Add a layout to that. Add buttons to the layout. On Wed, Jul 25, 2012 at 7:17 AM, Dan Uff wrote: > Thanks for your comment. > > As I said, I am new to this platform (I also write for iOS) and am looking > for answers for a customer who wants a layout such as the

Re: [android-developers] Scroll View for Android

2012-07-25 Thread Dan Uff
Thanks for your comment. As I said, I am new to this platform (I also write for iOS) and am looking for answers for a customer who wants a layout such as the one I said, or would you (or anyone else) have another suggestion? I have to have at least 32 choices on the screen. Thanks, Dan Uff O

Re: [android-developers] Scroll View for Android

2012-07-25 Thread abhijeet tomar
Suppose your mobile screen height is very less and you have to show many items than what will you do? that time you have to use scroll view.in scroll view you have to add a single layout and you can scroll this view. -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Scroll View for Android

2012-07-25 Thread Dan Uff
Hi all, I am new to Android so please forgive me if this questions sounds basic. I need to create a list of buttons that are contained in a scroll view. Can anyone give me an example or point me in the right direction to learn about doing this? Thanks, Dan Uff -- You received this message be

Re: [android-developers] Scroll View

2012-01-24 Thread Marcelo Henrique
xml logcat http://schemas.android.com/apk/res/android";> 2012/1/24 TreKing > On Mon, Jan 23, 2012 at 9:18 AM, Oliviu Vais wrote: > >> What am i doing wrong? > > > Well you didn't really explain what the problem is. "I'm trying to do X" > is not a problem. > > What have you debugged a

Re: [android-developers] Scroll View

2012-01-24 Thread TreKing
On Mon, Jan 23, 2012 at 9:18 AM, Oliviu Vais wrote: > What am i doing wrong? Well you didn't really explain what the problem is. "I'm trying to do X" is not a problem. What have you debugged and learned so far? What is actually not working?

[android-developers] Scroll View

2012-01-23 Thread Oliviu Vais
I am trying to scroll a HorizontalScrollView by 2 buttons, one left, one right. What am i doing wrong? Which one to choose? sw - scroll view public boolean onTouch(View v, MotionEvent event) { // TODO Auto-generated method stub switch(v.getId()){ case

[android-developers] Scroll View

2012-01-23 Thread Oliviu Vais
I am trying to scroll a HorizontalScrollView by 2 buttons, one left, one right. What am i doing wrong? Which one to choose? sw - scroll view public boolean onTouch(View v, MotionEvent event) { // TODO Auto-generated method stub switch(v.getId()){ ca

RE: [android-developers] Scroll view scrolling

2010-12-14 Thread hanika
hi Thanks & Regards, cid:image002.jpg@01CA2AEF.10F60770 Vijay Patel Test Engineer Elitecore Technologies Ltd. 904, Silicon tower, off C.G Road, Ahmedabad-380 006 Gujarat (INDIA), Tel: +91-79-66065606 | HYPERLINK "mailto:vijay.pa...@elitecore.com"vijay.pa...@elitecore.com HYPERLINK "ht

[android-developers] Scroll view scrolling

2010-12-13 Thread pedr0
Hi at all, I am currently developing an activity which allow user to send a feedback, the layout is composed in this way: When users focus the second edittext field the keyboard hide field and users cannot see what are typing.. I try to force the scroll of my view in onFocusChange() functions

Re: [android-developers] Scroll View

2010-11-23 Thread TreKing
On Thu, Nov 18, 2010 at 4:39 PM, rajeev R wrote: > There is no XML file for this activity.How to add scrolling option here. > Add a ScrollView and shove whatever ViewGroup you want to scroll into it. P.S. - Pasting a whole lot of code with no context does not help ;-) -

[android-developers] Scroll View

2010-11-22 Thread rajeev R
package test.Test; import android.app.Activity; import android.app.SearchManager.OnCancelListener; import android.content.Context; import android.content.Intent; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.util.Log; import android.view.View; import android.vi

[android-developers] scroll view and TableLayout

2010-04-29 Thread rahulp
Hi I have a Scrollview Table Layout. In which i have a header column and another header row. I want to scroll the table without scrolling the headers. Ie i want to selectively stop scrolling of the top row and first column. Can anyone please hel[p me out.. PLEASE i need this to work -- You recei

[android-developers] Scroll view reset to top

2009-07-29 Thread amiz
My layout has a scroll view, a linear layout, an image view and a button below the image which needs to be scrolled down. I load a new image each time the button is clicked. All of this works, the problem is when a new image is loaded the scroll bar is at the bottom and the user has to scroll u

[android-developers] Scroll view determine maximum scrollY value

2009-04-23 Thread sergey.drygan...@gmail.com
How to determine maximum ScrollY value for ScrollView? --~--~-~--~~~---~--~~ 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 To unsubscri