Re: [android-developers] Need Datastage Developer at Milwaukee, WI.

2019-08-15 Thread t tina
d-developers/CAMjVX06P-FnEoD0GajKYvERZwkuW2efrD-3wZc7iOn0tX6VdWQ%40mail.gmail.com > <https://groups.google.com/d/msgid/android-developers/CAMjVX06P-FnEoD0GajKYvERZwkuW2efrD-3wZc7iOn0tX6VdWQ%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks and Regards, Ti

[android-developers] Have developers ever been sued because of what their program does?

2013-12-16 Thread Tina Seaburn
if app developers ever get sued when someone, for instance, is killed by a stalker who was using one of these apps. Has this ever happened? Thanks, Tina -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] inAppBilling: onRequestPurchaseResponse vs onPurchaseStateChange

2012-07-23 Thread Tina
in such situation? Thank you in advance, Tina -- 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+unsubscr

[android-developers] InAppBilling issue

2012-07-12 Thread Tina
is the correct way to perfrom unmanaged in app billing in such situation? Thank you in advance, Tina -- 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

[android-developers] Alternate Page Display mechanisms?

2012-04-30 Thread Tina Seaburn
. It makes navigation very simple for both the user and the programmer. Is there any such vehicle in Android? Maybe I could put a very wide page into a horizontal slider or something like that? Thanks so much for anyone that can help me with this. Tina -- You received this message because you

[android-developers] Global static class versus bundles

2012-04-26 Thread Tina Seaburn
of the variables are common. Is there any such vehicle in Android? Thanks so much for anyone that can help me with this. Tina -- 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

[android-developers] Re: Getting internet from PC via USB

2011-03-14 Thread Tina
Hi, Mark! Yes, I know that it is no support for this in the Android SDK. But, devices exist and some application could use go to the internet via PC. I think that it means that firmware providers supports this functionality somehow. The question is: may be someone knows how it was done? Tina

[android-developers] Getting internet from PC via USB

2011-03-14 Thread Tina
. Thanks, Tina -- 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+unsubscr...@googlegroups.com For more options

[android-developers] Re: Getting internet from PC via USB

2011-03-14 Thread Tina
by using another standard function it will be very good. Unfortunately I have not such device and could not make tests by myself. Tina -- 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

[android-developers] Re: Switch to already opened application from Notification

2011-02-28 Thread Tina
| Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY);        PendingIntent contentIntent = PendingIntent.getActivity(context, 0, activityToStart, 0);        notification.setLatestEventInfo(context, context.getText(titleTextID), text, contentIntent);        mNM.notify(resID, notification);    } With greate hope, Tina -- You

[android-developers] Sony Ericcson 2.1 shell crashed due to application name

2011-02-23 Thread Tina
different name for the shell (text under icon in application menu) and for the application list? Or may be there is any other way to fix this problem? Thank you in advance! Tina -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Sony Ericcson 2.1 shell crashed due to application name

2011-02-23 Thread Tina
Thank you, Mark! On 23 фев, 15:34, Mark Murphy mmur...@commonsware.com wrote: No, but you could create a different string resource for small screens. No, it is not a cure - Xperia X8 has the same bug :( I will ask management to use the second case. Gratefully, Tina -- You received

[android-developers] Switch to already opened application from Notification

2011-01-27 Thread Tina
(context, 0, activityToStart, 0); notification.setLatestEventInfo(context, context.getText(titleTextID), text, contentIntent); mNM.notify(resID, notification); } With greate hope, Tina -- You received this message because you are subscribed to the Google Groups Android

[android-developers] listView.getCheckedItemPositions() without CheckedTextView

2010-11-26 Thread Tina
contlrol implements Checkable interface, but toggle method is never called. May be, someone know fow to do it? With hope, Tina -- 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

[android-developers] Problem with playing sound

2010-11-22 Thread tina lincon
that the sound suddenly stops playing and will show the log as below: TimedEventQueue :Event no:x was not found in the queue , already cancelled And once it is stopped, it never restarts. Could anyone please help me to find a solution for this? Thanks in advance, Regards, Tina Lincon -- You

[android-developers] Re: Problem with playing sound

2010-11-22 Thread tina lincon
Anyone have an idea about this?If, so, pls do help... On Nov 22, 5:11 pm, tina lincon tina.theresalin...@wipro.com wrote: Hi all, I am playing a sound in my application.Most of the time it plays succesfully without any pause.It is a short duration type sound file which lasts for 1 sec(a tick

[android-developers] Regarding Scale Animation in 2d graphics

2010-11-08 Thread tina lincon
but what is happening here is that the cuckoo instead of becoming invisible turns upside down if the value goes less than 1 for the destination X Scale..PLease do help me to find a solution...Thanks in advance, Regards, Tina Lincon -- You received this message because you are subscribed

[android-developers] Re: Problem with mediaplayer to play live streaming audio

2010-11-08 Thread tina lincon
I'm also facing this same problem. On Nov 9, 11:15 am, Manuel Garcia alexgarci...@gmail.com wrote: A log might encourage people to respond and help you. On Nov 8, 9:25 pm, gvenugopal gvenugopal...@gmail.com wrote: Hi friends, In my music app, i would like to play live streaming like

[android-developers] Re: Problem with Playing sound in my cuckoo clock widget

2010-11-07 Thread tina lincon
Thanks a lot Alex, I'll check with it.. On Nov 5, 8:58 am, RockNCode alexgarci...@gmail.com wrote: Hello. I suggest you go to frameworks/base/libs/audioflinger/AudioFlinger.cpp and add LOGE prints to functions createTrack and createTrack_l. Could you check in createTrack_l if you are

[android-developers] Problem with Playing sound in my cuckoo clock widget

2010-11-04 Thread tina lincon
please help me regarding this? Please do help if anyone got an idea regarding this.Thanks in advance. Regards, Tina Lincon -- 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] Problem with updating sound in Widget

2010-11-02 Thread tina lincon
help me regarding this? Regards, Tina Lincon -- 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+unsubscr

[android-developers] Re: Problem with updating sound in Widget

2010-11-02 Thread tina lincon
any1 knwng d answer??it wil be of great help. On Nov 2, 4:36 pm, tina lincon tina.theresalin...@wipro.com wrote: Hi all, I am currently trying to create a cuckoo clock widget in which I am facing problem with updating the pendulum sound each secondMy pendulum has to keep on ticking each

[android-developers] Re: Flickering.

2010-09-03 Thread tina lincon
Hi everyone,flickering issue is solved now..i removed the thread n d 30 degree delay logic...nw everythng wrking fine.. On Aug 31, 4:56 pm, tina lincon tina.theresalin...@wipro.com wrote: because of the delay only im getting dat curved rotation movement...if i remove d delay,wat happens

[android-developers] Re: Flickering.

2010-08-31 Thread tina lincon
any idea???:(plz do help me out.. On Aug 30, 10:47 am, tina lincon tina.theresalin...@wipro.com wrote: hi greg...sorry dint get wat u meant to tell abt asynchronous task here... On Aug 27, 8:27 pm, greg sep...@eduneer.com wrote: I cant do it widout the thread coz i need a sleep

[android-developers] Re: Flickering.

2010-08-31 Thread tina lincon
you don't require any delay. Its does n't sounds logical. If you are using any delay that should be a hack in the solution. -- Dev On Tue, Aug 31, 2010 at 11:37 AM, tina lincon tina.theresalin...@wipro.comwrote: any idea???:(plz do help me out.. On Aug 30, 10:47 am, tina lincon

[android-developers] Re: Flickering.

2010-08-30 Thread tina lincon
hi greg,i dint get wat u meant by dis asychronous thng here in ds context?? On Aug 30, 10:45 am, tina lincon tina.theresalin...@wipro.com wrote: hii frank,flickering is on the device. On Aug 27, 7:58 pm, Frank Weiss fewe...@gmail.com wrote: First a question: Is the flickering

[android-developers] Re: Flickering.

2010-08-29 Thread tina lincon
hii frank,flickering is on the device. On Aug 27, 7:58 pm, Frank Weiss fewe...@gmail.com wrote: First a question: Is the flickering on the emulator or a device? Emulator is much slower than a device. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Flickering.

2010-08-29 Thread tina lincon
hi greg...sorry dint get wat u meant to tell abt asynchronous task here... On Aug 27, 8:27 pm, greg sep...@eduneer.com wrote: I cant do it widout the thread coz i need a sleep or a delay after each 30 degree drawing, To be consistent, shouldn't Thread be Dread?  (sorry, couldn't resist)

[android-developers] Flickering.

2010-08-26 Thread tina lincon
=false; } } } } }; please do help me to reduce the flickering.Thanks in advance Tina -- You received this message because you

[android-developers] Re: Flickering.

2010-08-26 Thread tina lincon
Any idea hw to remove d flickering???pls do help On Aug 26, 7:21 pm, tina lincon tina.theresalin...@wipro.com wrote: I am doing an application-infinitely rotating 3D cylinder in openGl.The speed varies with finger touch but wen i reduce the speed,i can see  flickering happening

[android-developers] Flickering problem in 3d animation in Open Gl for a 3d infinitely rotating cylindrical photo album..pls do help me to find out the cause for this flickering

2010-08-26 Thread tina lincon
; } } } } }; please do help me to reduce the flickering.Thanks in advance Tina -- You received this message because you are subscribed to the Google

[android-developers] Re: requestRouteToHost always returns false on AVD

2010-07-21 Thread Tina
Yes, it is not possible. On emulator nf.getType() always returns TYPE_MOBILE. But I don't understand why requestRouteToHost(TYPE_MOBILE, intHost) returns true on device and false on emulator in case if internet connection is available... -- You received this message because you are subscribed to

[android-developers] requestRouteToHost always returns false on AVD

2010-07-20 Thread Tina
Hi, all! I need to check web site availability and use requestRouteToHost for that purpose. On real device everything works fine, but on emulator requestRouteToHost always return false. What's wrong? Code is: public static boolean isHostAvailable(Context context, String urlString) throws

[android-developers] Re: How to delete directory from SD card on uninstall?

2010-07-15 Thread Tina
user can do it? Tina -- 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+unsubscr...@googlegroups.com

[android-developers] How to delete directory from SD card on uninstall?

2010-07-14 Thread Tina
Hi, all! My application creates directory on SD card for syncronisation purpose. Tell me please, is there any way to delete this directory on uninstall? May be I could add some string to Manifest or catch uninstall event or something else? Any help will be very useful, Tina -- You received

[android-developers] How to detect is Activity started from Service

2010-06-25 Thread Tina
Hi all, I have small simple Service and big MainActivity with UI. Service is called periodically from AlarmManager. My Service need to know if MainActivity is on the screen and inform MainActivity about state changing. How can I do it? Thanks for any infornation, Tina -- You received

[android-developers] Re: business card design in opn gles

2010-04-21 Thread tina lincon
character of the text, also in front of the large rectangle that makes up thecard. This ones needs the texture object with the font bound, although that can be the same one if you are using an atlas texture and all photos and font characters happen to fit into it. On Apr 20, 2:41 am, tina lincon

[android-developers] Re: business card design in opn gles

2010-04-21 Thread tina lincon
for each character of the text, also in front of the large rectangle that makes up thecard. This ones needs the texture object with the font bound, although that can be the same one if you are using an atlas texture and all photos and font characters happen to fit into it. On Apr 20, 2:41 am, tina

[android-developers] Re: business card design in opn gles

2010-04-21 Thread tina lincon
textured rectangles on the bigger rectangle.so i mean to ask wheter itz possible to superimpose multiple textures on another? On Apr 21, 4:49 pm, tina lincon tina.theresalin...@wipro.com wrote: taaanx lance but is it possible to superimpose one texture upon another?wat u talkng isnt

[android-developers] Re: business card design in opn gles

2010-04-20 Thread tina lincon
any idea??? On Apr 15, 4:47 pm, Yahel kaye...@gmail.com wrote: Sorry to be that guy Most people on the list including me are not native english speakers. Your text seems to be in some kind of text message gibberish, can you try that again ? Yahel On 15 avr, 12:45, tina lincon

[android-developers] business card design in opn gles

2010-04-15 Thread tina lincon
Hi, I'm presently working with 3d contacts in open gles..the contact photos are being takn frm contacts via content provider and is being displayed as 3d contacts like a stack of cardsd pattern is wrking fine but presently in my application,the whole contact photo is being mapped into one

[android-developers] Re: business card design in opn gles

2010-04-15 Thread tina lincon
does android support multitexturing as presently android supports only open gles1.0 n multitexturing is der only on open gles 1.1..so hw is it possible widout multitexturing to design dis buisiness card? On Apr 15, 3:45 pm, tina lincon tina.theresalin...@wipro.com wrote: Hi, I'm

[android-developers] video playing in appwidget.

2010-04-12 Thread tina lincon
is it possible to play a video in an appwidget? -- 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] Re: Voice recognition and voice decoding

2010-01-12 Thread tina lincon
@ vikas-yea u r rite abt voice recognition but wat abt voice decoder concept? On Jan 12, 10:56 am, Vikas1976 vikas.shah.1...@gmail.com wrote: Google voice recognition android, you'll get about a hundred links. On Jan 11, 9:27 pm, tina lincon tina.theresalin...@wipro.com wrote

[android-developers] Voice recognition and voice decoding

2010-01-11 Thread tina lincon
How is it possible to implement voice recognition on android phones? Also to decode the voice and convert the male voice to female voice and vice versa?The voice data input from the user will be sent to the Google site for recognition through Internet, or will be processed and recognized locally

[android-developers] gallery

2010-01-11 Thread tina lincon
Hi, I got 1 doubt in an application using two galleries. Their Adapters are different. I am only drawing gallery and not the pictures in big view.What I want is when I scroll either gallery, the another should also scroll automatically. How can it be done? -- You received this message because

[android-developers] Androlib in your Gtalk..

2010-01-11 Thread tina lincon
Hi all, You can now search Android apps from your Gtalk with AndroLib Gtalk Bot. Just add in your Gtalk contacts, type your query, and the search result will be sent to you.So enjoy the new features. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Twidroid-The reigning android Twitter King

2010-01-11 Thread tina lincon
Hi frndz, I find something interesting to share with u guys.. To start the new year we've got a long overdue feature: Twidroid Pro. Twidroid has consistently been our favorite Twitter client for the better part of a year now and we don't see that changing any time soon. Twidroid delivers your

[android-developers] Re: Androlib in your Gtalk..

2010-01-11 Thread tina lincon
@ sasikumar-you should add andro...@gmail.com in your Gtalk contacts,type your query and the search result will be sent to you.. On Jan 12, 7:40 am, Sasikumar S sasikumar.it1...@gmail.com wrote: Hi tina, what name we should add to gtalk?... On Jan 11, 5:11 pm, tina lincon tina.theresalin

[android-developers] Re: Androlib in your Gtalk..

2010-01-11 Thread tina lincon
@ sasikumar-u should add andro...@gmail.com in ur gtalk contacts,type ur query and the search result wil b sent to u. On Jan 12, 10:11 am, tina lincon tina.theresalin...@wipro.com wrote: @ sasikumar-you should add andro...@gmail.com in your Gtalk contacts,type your query and the search result

[android-developers] Re: Voice recognition and voice decoding

2010-01-11 Thread tina lincon
no ideas???:( On Jan 11, 4:36 pm, tina lincon tina.theresalin...@wipro.com wrote: How is it possible to implement voice recognition on android phones? Also to decode the voice and convert the male voice to female voice and vice versa?The voice data input from the user will be sent

[android-developers] Re: gallery

2010-01-11 Thread tina lincon
, tina lincon tina.theresalin...@wipro.com wrote: Hi, I got 1 doubt in an application  using two galleries. Their Adapters are different.  I am only drawing gallery and not the pictures in big view.What I want is when I scroll either gallery, the another should also scroll automatically

[android-developers] Re: How does Android Market fill in a list?

2009-07-20 Thread Tina Li
There's no codes of google market. 2009/7/21 Moto medicalsou...@gmail.com I'm currently trying to download List content and display it just like the android market does... Were can I find the Android Market code? Or any pointers how to approach such task? Thanks! Moto!