Re: [android-beginners] Need info on how to add the radio buttons dynamically

2010-01-14 Thread me,Ramesh Yankati
Yes u can do it using Frame layout or overlayout form. Regards Ramesh On Fri, Jan 8, 2010 at 5:18 PM, medpur medpur.rajagop...@wipro.com wrote: Hi , I am working on one applications ,where i need to add the radio buttons on the fly ,please let me know how we can ahcieve in the android

Re: [android-beginners] Re: Google Map is not displaying in emulator

2009-12-30 Thread me,Ramesh Yankati
Hi , You need to open port to internet access Regards Ramesh On Wed, Dec 30, 2009 at 9:22 AM, ZhouSu zsmarga...@gmail.com wrote: Have you solved this problem. My situation is the same and I can't figure out why. On Dec 9, 7:03 pm, san indlasrik...@gmail.com wrote: have an odd problem.

Re: [android-beginners] Pre-configured AVD's?

2009-12-22 Thread me,Ramesh Yankati
Hi , I did not get what do you want exactly??? You can create your own AVD as per your requirement. Regards Ramesh On Wed, Dec 23, 2009 at 4:48 AM, GGNZ stec...@gmail.com wrote: Hi Just wondering if there are any downloadable pre-configured AVD's that match real word devices as closely as

[android-beginners] me,Ramesh Yankati wants to chat

2009-12-14 Thread me,Ramesh Yankati
I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give it a try! --- me,Ramesh Yankati wants to stay

Re: [android-beginners] adb push ..... system/lib

2009-12-13 Thread me,Ramesh Yankati
Hi Have you installed USB driver??. Regards Ramesh On 12/11/09, Zlate87 zlatko.stama...@gmail.com wrote: Hi, I'm trying to install voice search to my t-mobile pulse. However I run in to a problem, I need to run this command adb push C: \libspeech.so system/lib, but I get error: read-only

Re: [android-beginners] Is there a way to add Video files to my application

2009-12-13 Thread me,Ramesh Yankati
Yes You can do it. use command $ adb push yourfile sdcard/yourfoldername. Ensure that phone should be connected to system. before pushing check adb devices command. Regards Ramesh On 12/11/09, Yousuf Syed yousuf.syed@gmail.com wrote: Hi, I am developing an application where in I

Re: [android-beginners] Android Target Missing

2009-12-02 Thread me,Ramesh Yankati
Hi check whether you have downloaded properly. There may be chances of getting corrupted.specially check addon and plotform folders. If everything is fine,,,then go to windows ---preference---right click on Android --- give android SDK location.. On 11/26/09, ak08820 ak08...@gmail.com wrote:

Re: [android-beginners] SDK and AVD Manager UI doesn't launch from command line

2009-11-29 Thread me,Ramesh Yankati
Hi , You need to install ADT. Go to eclipse help---install new software--there give --https://dl-ssl.google.com/android/eclipse/ ...Add site. On 11/24/09, Lynn dar...@gmail.com wrote: I am able to open the Android SDK and AVD Manager UI from the Eclipse Window menu option. However, if I go

Re: [android-beginners]

2009-11-29 Thread me,Ramesh Yankati
Hi, Saurabha, See basically intent is an Intent object that holds the content of the message. Intent object explicitly name a target component. Android finds that component (based on the declarations in the manifest file) and activates it. But if a target is not explicitly named, Android must

[android-beginners] Re: why Java, not Python?

2009-11-24 Thread me,Ramesh Yankati
Hi All, I am unable to set up Android development environment .When i am going to create new project File--Newothers.. It will ask for sdk location. Then I will go to windows option ---preference-...---there i will give SDK locateion... But I am getting error The sdk must be targetted