[android-beginners] vertical Scrollbar in linearlayout not working

2010-07-21 Thread Amit Sood
Hello Experts, I have a linear layout in which i have many buttons. As i m adding more to it the layout is not bring its scroll so i cannot see my newly added buttons XML for the layout is below. Please advice ?xml version=1.0 encoding=UTF-8? LinearLayout

Re: [android-beginners] vertical Scrollbar in linearlayout not working

2010-07-21 Thread Amit Sood
. -- On Wed, Jul 21, 2010 at 3:13 PM, Amit Sood sood.is...@gmail.com wrote: Hello Experts, I have a linear layout in which i have many buttons. As i m adding more to it the layout is not bring its scroll so i cannot see my newly added buttons XML

[android-beginners] android tutorial question

2010-07-21 Thread Amit Sood
Hello Experts, I was just going through the below tutorial and got a little confused on how to use this code because the class in the below example url is not extended by activity base class, so how do i consume it Please advise

[android-beginners] The application camera has stopped error

2010-07-20 Thread Amit Sood
Hello Experts, I am trying to run my camera on my emulator, but every time i try running it i get the following error. the application camera (process com.android.camera) has stopped unexpectedly. please try again Please advice Massive thanks -- You received this message because you are

[android-beginners] Change background color of label randomly

2010-07-13 Thread Amit Sood
Hello Experts, I am a beginner looking for some advise. I have a class in which i dynamically add a textview. I need to change its background color (any random color) after every 1 second. Please guide me how i can achieve this. I am able to set the background color for once but don't know how

[android-beginners] How to access xml layout

2010-07-07 Thread Amit Sood
Hello, I have just created a new xml file to define layout for one of my activity res |__layout |__Home.xml I have created a new java class, but when i do R.layout. in the setContentView method i cannot find my Home.xml file. I can see the main.xml which is created by default.

Re: [android-beginners] How to access xml layout

2010-07-07 Thread Amit Sood
i have created another xml file in the res--layout folder and that too is not coming up when i do R.layout. On Thu, Jul 8, 2010 at 2:09 AM, Amit Sood sood.is...@gmail.com wrote: it gives an error which sayes Home cannot be resolved On Thu, Jul 8, 2010 at 2:04 AM, Justin Anderson janderson

Re: [android-beginners] How to access xml layout

2010-07-07 Thread Amit Sood
I believe i got the issue. The reason why Home.xml in layout folder is not appearing is because the filename starts with a capital H. Bad bad mistake Anyways cheers for replies Thanks On Thu, Jul 8, 2010 at 2:13 AM, Amit Sood sood.is...@gmail.com wrote: i have created another xml file

Re: [android-beginners] How to access xml layout

2010-07-07 Thread Amit Sood
that the file is actually in the reslayout. I have mistakenly put it in the resvalues area. 3. Closed the project and reopen. God Bless, Connie 613-424-1146 (home) On 7 July 2010 16:43, Amit Sood sood.is...@gmail.com wrote: i have created another xml file in the res--layout folder