[android-developers] TTS Policies

2017-02-24 Thread Sundar Singh
I want to know the policies for using Google TTS package. Shall I need license to use Google TTS in our product? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it,

[android-developers] App Development for conducting classes

2012-08-24 Thread vasudha sundar
Hi Suppose I want to give some kind of classes , say maths lessons to students. How do I go about developing an app for this. Whoever wants to use this service must pay and download the app. Regards vasudha -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 16 Topics

2011-03-22 Thread ananya sundar
i am getting failed to install error everytime i am loading in emulator. i tried reinstalling entire SDK but it's not working.. Plzz help me On Tue, Mar 22, 2011 at 10:33 AM, android-developers+nore...@googlegroups.com wrote:   Today's Topic Summary Group:

[android-developers] Keep Camera App running continuously

2010-05-03 Thread Sundar
Hello Developers, I would like to run the Android Camera application from my development board for about 2 hours continuously. I want to disable the phone lock screen that comes and shuts down the app. Can someone guide me how to do this? Thanks, Jack -- You received this message because you

[android-developers] Strided buffer support in Camera preview callback

2010-02-27 Thread Sundar
. Is it possible to communicate the stride somehow to the applications so that applications can skip the padding bytes at the end of every line? public void onPreviewFrame(byte[] data, android.hardware.Camera camera) { Thanks, Sundar -- You received this message

[android-developers] on focus color change

2009-10-01 Thread Sundar
Hi, I have a list of layouts with many views within it. When the trackball is moved and layout gets focused i want each layout showing that it has focus - with some color. What are the ways to do that? Thanks in advance. Sundar --~--~-~--~~~---~--~~ You

[android-developers] problem using progress dialog with usertask

2009-08-21 Thread Sundar
. Sundar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers

[android-developers] how to show dialog with only the progress image

2009-08-13 Thread Sundar
Hi, how to show dialog with only the progress image without the rectangle, background color and text. I want only the spinning image in the dialog. Thanks in advance. V.Sundar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] how to avoid activity restart at keyboard open or close

2009-07-28 Thread Sundar
Hi, I have fixed the activity screen orientation to portrait on AndroidManifest.xml file. When I open or close the keyboard the activity gets restarted. How to avoid this restart? Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Screen becomes black while Swicthing Activity

2009-07-17 Thread Sundar
There is an activity which fetches xml data from the network, parses it and displays it in the UI. When the user clicks on any of the link or button on the screen I call startActivity with new Intent object of the same activity. I do this to have the activity on the history stack. Previously I

[android-developers] Android Instrumentation Non UI Results

2009-01-08 Thread sundar
the instrumentation to get results displayed in a UI? - Sundar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Code coverage testing Android

2009-01-06 Thread sundar
Hi all, Does anyone have any idea of doing Code coverage testing in Android ?? any tool ?? - sundar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Android Limitation on Instrumentation

2009-01-05 Thread sundar
, sendKeySync(KeyEvent.KEYCODE_DPAD_CENTER). The phone book contacts app is not responding to any of the events that I send and also I had no control on it through instrumentation. Is this a Android Limitation on Instrumentation? if not, could anyone suggest me some ways of doing it. - Sundar

[android-developers] Problem using ActivityInstrumentationTestCase class

2008-12-26 Thread sundar
$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) ... 17 more - Sundar --~--~-~--~~~---~--~~ You received this message because you are subscribed