[android-beginners] Re: NEED help--working on twitter app want list click to be expanded and again shrinked on another click plz help

2010-05-13 Thread Stormtap Studios
Hi Vin, What you need to do is write an adapter for your ListView, one that when given your XML can convert it to items to add to the list via the adapter's interface (mainly the getView method). Read the documentation for BaseAdapter and ListAdapter. Or, better yet, buy this book: http://commo

Re: [android-beginners] NEED help--working on twitter app want list click to be expanded and again shrinked on another click plz help

2010-05-13 Thread vin
I suspect you might be being ignored for your italicized Comic Sans font in your HTML emails. You might get more action with plain text. Thanks for your suggestions.i will improve on it.Actually this is my first time.so was little confused of what all information to post to get help. @Vin On

[android-beginners] Re: Draw outside the onDraw() function

2010-05-13 Thread Rahul Garg
No that is also not working . On May 13, 8:39 pm, TreKing wrote: > On Thu, May 13, 2010 at 6:36 AM, Rahul Garg wrote: > > what should i do? > > Can't you call invalidate or postInvalidate or something to trigger another > draw call? > > --

[android-beginners] WQVGA not respecting android:layout_height="fill_parent" for layout.

2010-05-13 Thread Stormtap Studios
Hi guys, I have this layout: http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_height="fill_parent" android:layout_width="fill_parent" android:background="#FF">

Re: [android-beginners] Re: Android Emulator - Eclipse cannot see it

2010-05-13 Thread Kevin Brooks
I have to shut down the IDE every time I run my application. On 5/13/2010 8:34 AM, TreKing wrote: On Wed, May 12, 2010 at 10:43 PM, Kevin Brooks > wrote: Anyone have a clue what is happening? In these cases, I usually close everything, run "adb kill-server", a

[android-beginners] Re: The application has stopped unexpectedly. Please try again.

2010-05-13 Thread DonFrench
Well that was a puzzler for sure. I was not aware of this caps-lock "feature" either. Glad you found the answer and thanks for letting the rest of us know what caused the problem. On May 12, 11:34 pm, T1000 wrote: > Hi, > > Thanks for everyone's help. I haven't had a chance to try the numeric >

Re: [android-beginners] About layout

2010-05-13 Thread Greg Donald
On Thu, May 13, 2010 at 2:41 PM, WW wrote: > To be more accessible What does that mean? > which layout I choose apply? Comparing > TableLayout to RelativeLayout. I tend to use RelativeLayout a lot more than any of the others. It's extremely versatile. I only use TableLayout when I need table

Re: [android-beginners] About layout

2010-05-13 Thread Justin Anderson
*> I am developing an app screen which contains TextViews and Buttons.* Ok... * > To be more accessible... *What does that even mean? * > which layout I choose apply? Comparing TableLayout to RelativeLayout.* That depends completely on your application... And you haven't given us enough information

[android-beginners] About layout

2010-05-13 Thread WW
I am developing an app screen which contains TextViews and Buttons. To be more accessible, which layout I choose apply? Comparing TableLayout to RelativeLayout. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and t

Re: [android-beginners] NEED help--working on twitter app want list click to be expanded and again shrinked on another click plz help

2010-05-13 Thread Greg Donald
On Thu, May 13, 2010 at 12:15 PM, vin wrote: > hey are u people getting my posts or not ..? > if yes plz help > @Vin I suspect you might be being ignored for your italicized Comic Sans font in your HTML emails. You might get more action with plain text. Good luck. -- Greg Donald destiney.com

Re: [android-beginners] NEED help--working on twitter app want list click to be expanded and again shrinked on another click plz help

2010-05-13 Thread TreKing
On Thu, May 13, 2010 at 12:15 PM, vin wrote: > hey are u people getting my posts or not ..? Yup - but due to how many posts you threw together in a short period, the amount of unformatted and irrelevant code, and your terrible grammar - I don't think anyone is taking you seriously. No offense.

[android-beginners] How might I do this? (Force a position in a scroll view)

2010-05-13 Thread Michael Dorin
I have a scroll view with a list of single line text items. If the screen is tapped/touched I would like the line items to expand into multi-line text items...that is easy to do.. But I would like the list to expand up and down from where the user touched on the screen... when the scrollview is re

Re: [android-beginners] Draw outside the onDraw() function

2010-05-13 Thread TreKing
On Thu, May 13, 2010 at 6:36 AM, Rahul Garg wrote: > what should i do? > Can't you call invalidate or postInvalidate or something to trigger another draw call? - TreKing - Chicago transit tracking ap

Re: [android-beginners] Maintaining the state when changing the orientation

2010-05-13 Thread TreKing
On Thu, May 13, 2010 at 3:32 AM, Kostya Vasilyev wrote: > See here: And here: http://developer.android.com/intl/fr/resources/faq/commontasks.html#appstate -

Re: [android-beginners] Re: The application has stopped unexpectedly. Please try again.

2010-05-13 Thread TreKing
On Thu, May 13, 2010 at 1:34 AM, T1000 wrote: > How to I run the emulator with a standard English keyboard? Help! Home -> Settings -> Language & Keyboard -> Locale. - TreKing - Chicago transit track

Re: [android-beginners] Re: Android Emulator - Eclipse cannot see it

2010-05-13 Thread TreKing
On Wed, May 12, 2010 at 10:43 PM, Kevin Brooks wrote: > Anyone have a clue what is happening? In these cases, I usually close everything, run "adb kill-server", and restart. - TreKing - Chicago tran

[android-beginners] Draw outside the onDraw() function

2010-05-13 Thread Rahul Garg
Hi , I want to change the particular portion of my canvas by clicking the menu button. but as onKeyDown() function is called after the onDraw() function, I am unable to modify my canvas. what should i do? -- You received this message because you are subscribed to the Google Groups "Androi

[android-beginners] Keyboard blocks the bottom part of my scrollView

2010-05-13 Thread jrichards1...@googlemail.com
Hi. i have created a basic scrollview where inside lies a linearLayout populated with about 5-6 Textviews and EditTextViews. the problem is that say if i wish to enter a text in the bottom half of the scrollview, the keyboard pops up and i cant see what i am typing inside the editTextView. Does a

Re: [android-beginners] Maintaining the state when changing the orientation

2010-05-13 Thread Kostya Vasilyev
See here: http://android-developers.blogspot.com/2009/02/faster-screen-orientation-change.html 13.05.2010 12:29, Alok Kulkarni пишет: I am having an application showing ListItems and Dialog boxes in it.. I want that when i change the orientation from Portrait to landscape mode, i need to mai

[android-beginners] Maintaining the state when changing the orientation

2010-05-13 Thread Alok Kulkarni
I am having an application showing ListItems and Dialog boxes in it.. I want that when i change the orientation from Portrait to landscape mode, i need to maintain the state of the application .. I have seperate XMLs for landscape and portrait mode.. What is the best way to achieve this > Thanks ,