[android-developers] CALL ,SMS,MMS and DATA developinig in Android application

2011-06-16 Thread Ganesh Vadlakonda
Hi friends, Iam new to this group. I am developiong one application in android. that has implementation regarding the call,sms,mms and data transfer. will please help me how to use these concepts in android. Thanks in Advance. -- You received this message because you are subscribed to

[android-developers] Re: How to develop the Voice Commands to my application in Android

2012-05-11 Thread Ganesh Vadlakonda
Thank you for the valuable information. I am going through this link to develop my application. On May 11, 11:37 am, asheesh arya asheesharya...@gmail.com wrote: just go through this linkhttp://eagle.phys.utk.edu/guidry/android/speakToMe.html -- You received this message because you are

[android-developers] Re: How to develop the Voice Commands to my application in Android

2012-05-11 Thread Ganesh Vadlakonda
thank you. And i would like to perform the voice commands action to open the menu actions of an application like for example an Email application. I would like to handle the inbox,outbox,sentitems,and other folders by voice commands. Can you please explain the procedure to do this way. thanks

[android-developers] How to Develop a Google tv appliction for Auto turn on off

2012-01-02 Thread Ganesh Vadlakonda
Hi..all, recently i have started the google tv app development. i have configured sdk and addons. But My question is that we have an option for normal tvs to turn off(sleep) and turn on by pressing remote on/off button. my intention is to turn on the tv programatically and also turn off

[android-developers] Re: How to perform Pinch zoom out or zoom in using MonkeyRunner

2011-06-30 Thread Ganesh Vadlakonda
multi touch is not fully implemented in android upt 2.0 and above also i think but you go and follow this link you may get complete idea regarding that. http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2/1747?tag=rbxccnbzd1 On Jun 30, 2:27 pm, Karthikeyan R

[android-developers] Regarding Esri maps loading into an android application

2012-05-15 Thread Ganesh Vadlakonda
Hi, I am working on Esri maps. i have downloaded the ArcGis SDk for Android and added the plugin to eclipse. I have worked on some sample examples. the examples are worked properly for two days. Now i am trying to run those examples I am getting the following error like class not found

[android-developers] How to adjust the downloaded image to multiple screens

2012-05-22 Thread Ganesh Vadlakonda
Hi all, I am working on android applications. I am getting some images from server. And I am downloading those images to cache memory for offline also. Later I am applying downloaded image to image view by converting as bitmap. But the issue is When the screen sizes changes the image is not

[android-developers] Re: How to adjust the downloaded image to multiple screens

2012-05-22 Thread Ganesh Vadlakonda
);     Bitmap scaledBigmap=Bitmap.createBitmap(originalBitmap, 0, 0, width, height, matrix, true); originalBitmap.recycle(); and use scale bitmap. Hope this will help you to resolve issue. Regards Imran Ali On Tuesday, 22 May 2012 11:53:49 UTC+5:30, Ganesh Vadlakonda wrote: Hi all, I

[android-developers] How to develop the screen like applications menu screen in android

2012-05-22 Thread Ganesh Vadlakonda
Hi all, I am working on android. My intention is to develop a screen with image icons like applications screen in android. for that I am using dashboard layout.But if the icons are increasing this layout is looking bad. But I want to develop the screen like home or applications screen . means

[android-developers] How to develop a free sms application to send through android device with a gateway of way2sms or 160by2....etc .kind of sites

2012-05-30 Thread Ganesh Vadlakonda
Hi, I would like to implement the application like sending a sms for free of cost like way2sms or 160by2 ...etc. My intention is that with my 3g or data connection from phone i should send an sms. Can anybody explain how to implement this. What r the requirements i need to implement this.

[android-developers] How to Apply the Dowloaded nine patch image as background to a view in Android?

2012-05-31 Thread Ganesh Vadlakonda
Hi all, I am working on Android projects. According to my requirements all the background images are coming from the server. So I am downloading some nine patch images into the cache memory as extention with .9.png When I am trying to apply the image is not splitting according to the screen.

[android-developers] How to Display the Images as 180 degrees and 360 degrees with scrolling facilities in Android?

2012-11-19 Thread Ganesh Vadlakonda
Hi All, I am working on Android , My intention is that I am getting images like 180 degrees,and 360 degrees panoramic images . I would like to show those images in android Activity fragments with providing scrolling and moving facilities to the user. Can any one suggest me how to implement .