[android-beginners] Quick Search

2010-04-09 Thread Amit A
the existing Search manager itself? - As i see the UI and logic are tightly coupled. Does this Pass the compatibilty test. Any help on this apprecitated. Thanks, Amit -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking

[android-beginners] Re: Which View is the Android Main Menu?

2009-02-07 Thread Amit G
Hi Steve, I also want to use the menu you have described above. Anybody who know please reply. thanks Amit On Feb 5, 12:24 am, Steve Wong worship.in.sty...@gmail.com wrote: Hi, I am interesting in using the view that android has of the sliding main menu that is on the home screen (where

[android-beginners] Re: Basic Gps application

2009-05-05 Thread amit saini
Hello Florent, For starting GPS related application, you can refer following useful link - - http://www.devx.com/wireless/Article/39239/0/page/1 Regards, Amit Saini On Tue, May 5, 2009 at 1:02 AM, Flow florent.blanc...@gmail.com wrote: Hello world. I'm looking for a basic Gps code

[android-beginners] Re: Access Mobile File System

2009-06-04 Thread amit saini
exist in the mobile. For e.g. - i see all images (contain in the mobile). How can i achieve it? Regards, Amit Saini --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Android market application on emulator

2009-09-04 Thread amit singh
How do I get the Android market application on emulator? I dont have the actual device. I searched forums - but no one seems to have discussed this. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: Android market application on emulator

2009-09-07 Thread amit singh
Any info guys? Any pointer on where to look? On Sep 4, 1:33 pm, amit singh amitsing...@gmail.com wrote: How do I get theAndroidmarketapplicationonemulator? I dont have the actual device. I searched forums - but no one seems to have discussed this. Thanks

[android-beginners] Re: Android market application on emulator

2009-09-14 Thread amit singh
://android-developers.blogspot.com/2008/08/android-market-user-dr... On Mon, Sep 7, 2009 at 2:25 PM, amit singh amitsing...@gmail.com wrote: Any info guys? Any pointer on where to look? On Sep 4, 1:33 pm, amit singh amitsing...@gmail.com wrote: How do I get

[android-beginners] Re: Android market application on emulator

2009-09-14 Thread amit singh
http://groups.google.com/group/android-developers/browse_thread/thread/7d26272f9064095f/75da068852f85b72#75da068852f85b72 the prior link may have brokern On Sep 14, 1:47 pm, amit singh amitsing...@gmail.com wrote: Murali, your link didnt offer information that solves the problem please

[android-beginners] Re: no text displayed on emulator in Hello World program

2009-12-22 Thread Amit Patel
I am facing same problem as does cybereality On Nov 16, 6:42 am, cybereality cybereal...@gmail.com wrote: I am having the same problem on Eclipse. The 'hello, android' text does not show up, even though the program compiles and I followed every instruction exactly. The emulator pops up but

[android-beginners] Re: Just starting this, not working

2009-12-22 Thread Amit Patel
I waited about 2 minutes and now Home screen is displayed but Hello, Android is not yet displayed. find the screenshot here http://picasaweb.google.co.in/lh/photo/H4FakMjk323HCiapBgutOQ?feat=directlink On Dec 7, 10:19 pm, Justin Anderson janderson@gmail.com wrote: Search the forums  

[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

[android-beginners] Change background color of label randomly

2010-07-13 Thread Amit Sood
to do it after every 1 second. Thanks Amit -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send

[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] 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