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

2019-08-15 Thread t tina
remove

On Thu, Aug 15, 2019 at 7:28 PM Ravi Teja  wrote:

> Job Title :Datastage Developer
>
> Contract Duration : 6+ Months
>
> Zip Code :53201
>
> City :Milwaukee
>
> State :WI
>
>
>
> *Required Skills :*
>
> DataStage Architect
>
>
>
> *Job Description :*
>
> We have a urgent need for a very hands on Architect/Developer with IBM
> Datastage experience.  They would need to be onsite in Milwaukee, WI
> through Feb and maybe ability to extend longer.
>
> Customer recently did a role out and believe that data mapping is not
> correctly done and needs to be re-done.
>
> They will expect a person to hit the ground running quickly w/out any
> training on Datastage.
>
>  We realize this is a niche need to quickly respond back to the customer
> in the next day or two if we can present candidates that can help.
>
>  This came out of a peer organization that is now under Mahesh but they
> only focus on SAP but have a long relationship w/the customer.
>
> --
>
> *Ian Elijah*
>
> *Sr. IT Recriter *
>
> *Waynsys Inc*
>
> *(MWBE Certified)*
>
> *Direct:  732-733-4463*
>
> *www.waynsys.com* <http://www.waynsys.com/> *(eVerified) *
>
> Disclaimer:
>
> We respect your online privacy. If you would like to be removed from our
> mailing list please reply with "Remove" in the subject and we will comply
> immediately. We apologize for any inconvenience caused. Please let us know
> if you have more than one domain. The material in this e-mail is intended
> only for the use of the individual to whom it is addressed and may contain
> information that is confidential, privileged, and exempt from disclosure
> under applicable law. If you are not the intended recipient, be advised
> that the unauthorized use, disclosure, copying, distribution, or the taking
> of any action in reliance on this information is strictly prohibited. We
> are an equal opportunity employer with a diverse workforce.
>
> Note: Any resume submitted by Waynsys Inc is presented with the
> understanding that the candidate is being considered for your direct
> end-client (end-client is the company where the work will be performed). If
> there is any other company involved between the end-client and your
> company, please do not submit this resume without our written approval. If
> you submit the resume to another third party, Waynsys Inc reserves the
> right to work with the third party directly.
>
>
>
>
>
> --
> 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, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-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,

Tina
Bongo Sys Inc
Phone:315-698-4225(Direct)
t...@bongosys.com
ttina9...@gmail.com
35-46, 74th Street, Suite # 406
Jackson Heights, NY 11372

-- 
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, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAD8rvEWm6YuRMTfXev25DOr1udEjTGHEvJx5HYrUV53-VkWnpQ%40mail.gmail.com.


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

2013-12-16 Thread Tina Seaburn
I am considering writing an app for the Android Market place.  I was 
looking around Google Play and I noticed quite a few apps that provide 
various ways to spy on other people.  Sometimes they are called phone 
locator or tracker or sometimes just spy.

This sounds like fun but I was wondering 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 to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] inAppBilling: onRequestPurchaseResponse vs onPurchaseStateChange

2012-07-23 Thread Tina
Hi, all.
I have implemented InAppBilling in my application and after publication I 
have found that sometimes my application did not received 
PURCHASE_STATE_CHANGED message and onPurchaseStateChange is never called.
On the other hand it always received REQUEST_PURCHASE message with correct 
information about purchace state (if user card is invalid)
The question is: could I use REQUEST_PURCHASE message as final information 
about purchace transaction and perform all operation in 
onRequestPurchaseResponse callback?
If it is incorrect please tell me - what is the best way to act 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] InAppBilling issue

2012-07-12 Thread Tina
Hi all
We have implemented InAppBilling in our application with *in-app product 
with Purchase Type = **Unmanaged*.
**When user performs purchasing our apllication connect to our server and 
all other action performs with it.
But, there is a problem: sometimes between the time of purchase and receipt of 
money it takes several hours.
From a user perspective it means that he never receives the goods for which 
paid. 
Sure, I have implemented restore transaction, and if user re-enter my 
application on completion of the operation everithing works fine, but on 
practice user could performs operation several times (we return many), 
deinstall the application, ask us about situation 20 hours after (it seems 
to me that Play Market application does not collect information about 
transaction so long time)

Tell me please, is it normal situation for the Play market billing?
If yes - what 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 this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Alternate Page Display mechanisms?

2012-04-30 Thread Tina Seaburn
I'm a Windows Phone 7 Developer trying to learn enough about the
android platform to port some apps onto android...

In WP7 we have Pivots and Panoramas where a page may be 15
pages wide and the user can slide them accross.  The same Code Class
handles them all so all of the variables are common.  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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Global static class versus bundles

2012-04-26 Thread Tina Seaburn
I'm a Windows Phone 7 developer and I use C# as a language.  In your
tutorial examples there are Activities (looks like activities have a
1:1 relationship with display pages) and they are communicating with
each other by passing Bundles.

I'm used to having a Global Static Class where all of the common
information exists that is shared by the various activities.  Is this
possible in Android Java?  It seems easier than passing bundles.

Also in WP7 we have Pivots and Panoramas where a page may be 15
pages wide and the user can slide them accross.  The same Code Class
handles them all so all 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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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


On 14 мар, 16:54, Mark Murphy mmur...@commonsware.com wrote:
 On Mon, Mar 14, 2011 at 9:51 AM, Tina tina...@gmail.com wrote:
  Our customers send us the request to support internet access via USB.
  I know that some tablet (f. ex. WowPad, AL-10 etc) supports such
  functionality, but have no idea how this option could be reached from
  API.

 There is no support for this in the Android SDK, sorry.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 Android Training in Oslo:http://bit.ly/fjBo24

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Getting internet from PC via USB

2011-03-14 Thread Tina
Hi, all.
Our customers send us the request to support internet access via USB.
I know that some tablet (f. ex. WowPad, AL-10 etc) supports such
functionality, but have no idea how this option could be reached from
API.
Now I use HttpPost and HttpGet classes but they does not work throught
PC.

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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-03-14 Thread Tina
Thank you for your answer again.
I will post same question to the source group. But, the question is
about Android SDK.
May be someone has expirience or information which part of stardart
SDK supports on these devices. I am not going to write device-specific
code, but if I could solve the problem 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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-02-28 Thread Tina
It does not work :(
Now I creates EmptyActivity and start it istead of MyAppMainActivity

public class EmptyActivity  extends Activity{
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
boolean startNew = true;
if( getIntent().getExtras() != null)
startNew = !
getIntent().getExtras().getBoolean(OnlyIfStarted);

if(startNew)
if(isTaskRoot()){
Intent intent = new Intent(this, 
MyAppMainActivity.class);
startActivity(intent);
}

finish();
}
}

On 27 янв, 22:38, Mark Murphy mmur...@commonsware.com wrote:
 Instead of:

 Intent.FLAG_ACTIVITY_SINGLE_TOP |
 Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY

 try:

 Intent.FLAG_ACTIVITY_SINGLE_TOP |
 Intent.FLAG_ACTIVITY_CLEAR_TOP



 On Thu, Jan 27, 2011 at 11:44 AM,Tinatina...@gmail.com wrote:
  Hi, all
  I have service and application. In some cases my service creates
  Ongoing Notification in the Status bar. When user click it - my
  application started. It is good, but sometimes my application is
  already opened at this moment,

  Tell me, please, what should I do to _switch_ to my application if it
  is already opened, istead of creating new activity? I want to get the
  same behavior as when I press application icon from the Application
  list.

  From manifest:
                 activity android:name=com.myapp.MyAppMainActivity
  android:launchMode=singleTop
                         intent-filter
                                 action 
  android:name=android.intent.action.MAIN /
                                 category 
  android:name=android.intent.category.LAUNCHER /
                         /intent-filter
                 /activity

  Using code:
  public static void startNotification(Context context, int resID, int
  iconID, int titleTextID, int contentTextID) {

                 NotificationManager mNM =
  (NotificationManager)context.getSystemService(Context.NOTIFICATION_SERVICE);
         CharSequence text = context.getText(contentTextID);

         Notification notification = new Notification(iconID, text,
  System.currentTimeMillis());

         Intent activityToStart = new Intent(context,
  MyAppMainActivity.class);
         activityToStart.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP |
  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 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 Android Training in London:http://bit.ly/smand1andhttp://bit.ly/smand2

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-02-23 Thread Tina
Hi, All!
I have a seriouse problem: on Sony Ericcson X10 mini 2.1 shell
_crushed_ if application name is longer then 22 simbol. Unfortunately
I could not change the name of application because of commercial
reason (:cry:).
I set application name from the Android Manifest file:

application android:label=@string/app_nameandroid:icon=@drawable/
green_shield
Where app_name is language-depending name of my application.

The question is:
1) Is there any way to detect phone type from resourse? For example -
create specific string file for specific OEM provider?
2) Is there a possibility to select 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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-01-27 Thread Tina
Hi, all
I have service and application. In some cases my service creates
Ongoing Notification in the Status bar. When user click it - my
application started. It is good, but sometimes my application is
already opened at this moment,

Tell me, please, what should I do to _switch_ to my application if it
is already opened, istead of creating new activity? I want to get the
same behavior as when I press application icon from the Application
list.


From manifest:
activity android:name=com.myapp.MyAppMainActivity
android:launchMode=singleTop
intent-filter
action 
android:name=android.intent.action.MAIN /
category 
android:name=android.intent.category.LAUNCHER /
/intent-filter
/activity


Using code:
public static void startNotification(Context context, int resID, int
iconID, int titleTextID, int contentTextID) {

NotificationManager mNM =
(NotificationManager)context.getSystemService(Context.NOTIFICATION_SERVICE);
CharSequence text = context.getText(contentTextID);

Notification notification = new Notification(iconID, text,
System.currentTimeMillis());

Intent activityToStart = new Intent(context,
MyAppMainActivity.class);
activityToStart.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP |
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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2010-11-26 Thread Tina
Hi, all!
I am trying to create multiple selection ListView but I could not use
CheckedTextView: my string is much more complex then text View.

But, when I use any other control exept CheckedTextView listView after
selection getCheckedItemPositions() has no selected items at all.

I created custom 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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Problem with playing sound

2010-11-22 Thread tina lincon
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 -tock sound of clock) which I am
repeatedly playing infinitely and most of the times there are no
issues.But rarely it happens 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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 -tock sound of clock) which I am
 repeatedly playing infinitely and most of the times there are no
 issues.But rarely it happens 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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2010-11-08 Thread tina lincon
Hi all,
I am currently working on a cuckoo clock widgethave made d
necessary framework changes and playing with animation on
widget...Here I'm controlling the entire animation through xml and
just passing the xml id to the object of the remote view in the
code..In this I need my cuckoo popping out each time, to an extent I'm
successfuly able to bring out dat effect with scaling animation using
xml.But the problem here is I have to make the cuckoo disappear once
it goes back to the orginal position .I was thinking of bringing that
invisible effect by making the android:toXScale=0 in xml 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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 radio
  broadcasting with mediaplayer as

  Mediaplayer mp = new Mediaplayer();
  mp.setDataSource(LiveStreamingURL);
  mp.prepare();
  mp.start();

  but after playing for few seconds it is stopped. I dont know how to
  overcome it. Give me your suggestions for this.

  Thanks
  venu- Hide quoted text -

 - Show quoted text -

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 entering to this condtion ?:

         Mutex::Autolock _l(mLock);
         track = new Track(this, client, streamType, sampleRate,
 format,
                 channelCount, frameCount, sharedBuffer);
         if (track-getCblk() == NULL || track-name()  0) {
             lStatus = NO_MEMORY;
             goto Exit;
         }
         mTracks.add(track);

 I think -12 is -ENOMEM which is NO_MEMORY, so probably the allocation
 failed. If this is the case probably you have a memory leak somewhere,
 just make sure that for every create() you have a release(). 
 Seehttp://developer.android.com/reference/android/media/MediaPlayer.html
 for more info.

 Alex.

 - Best regards.

 On Nov 4, 12:55 am,tinalincontina.theresalin...@wipro.com wrote:

  Hi all,
  I am currently trying to create acuckooclock widget in which I am
  facing problem with updating the pendulum sound each secondMy
  pendulum has to keep on ticking each second with sound effects
  integrated.
  I am doing update every second  and I am able to play the sound using

  mPlay = MediaPlayer.create(context, R.raw.chime);
  mPlay.start();

   But after about 30 seconds, the sound stops playing giving the log
  error as follows:

  E/AudioTrack( 2106): AudioFlinger could not create track, status: -12
  E/AudioSink( 2106): Unable to create audio track
  E/VorbisPlayer( 2106): mAudioSink open failed

  Then again the same sound starts playing after a pause of  about 20
  seconds instead of getting played each second.It continues in
  this
  fashion of playing the sound file for some seconds, then to the pause
  state and then again playing from startThis problem doesnt come
  into picture when I'm trying to update the sound on hourly basis for
  my hourly chime because in that case only once every hour this sound
  is played, same is the case for updation every minuteThis problem
  arises only for updating the sound each second Wat is the reason
  behind this delay??Can anyone please help me regarding this? Please do
  help if anyone got an idea regarding this.Thanks in advance.
  Regards,
 TinaLincon

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2010-11-04 Thread tina lincon
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 second with sound effects
integrated.
I am doing update every second  and I am able to play the sound using

mPlay = MediaPlayer.create(context, R.raw.chime);
mPlay.start();


 But after about 30 seconds, the sound stops playing giving the log
error as follows:


E/AudioTrack( 2106): AudioFlinger could not create track, status: -12
E/AudioSink( 2106): Unable to create audio track
E/VorbisPlayer( 2106): mAudioSink open failed


Then again the same sound starts playing after a pause of  about 20
seconds instead of getting played each second.It continues in
this
fashion of playing the sound file for some seconds, then to the pause
state and then again playing from startThis problem doesnt come
into picture when I'm trying to update the sound on hourly basis for
my hourly chime because in that case only once every hour this sound
is played, same is the case for updation every minuteThis problem
arises only for updating the sound each second Wat is the reason
behind this delay??Can anyone 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
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Problem with updating sound in Widget

2010-11-02 Thread tina lincon
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 second with sound effects
integrated.
I am doing update every second  and I am able to play the sound using

mPlay = MediaPlayer.create(context, R.raw.chime);
mPlay.start();

 But after about 30 seconds, the sound stops playing giving the log
error as follows:

E/AudioTrack( 2106): AudioFlinger could not create track, status: -12
E/AudioSink( 2106): Unable to create audio track
E/VorbisPlayer( 2106): mAudioSink open failed

Then again the same sound starts playing after a pause of  about 20
seconds instead of getting played each second.It continues in this
fashion of playing the sound file for some seconds, then to the pause
state and then again playing from startThis problem doesnt come
into picture when I'm trying to update the sound on hourly basis for
my hourly chime because in that case only once every hour this sound
is played, same is the case for updation every minuteThis problem
arises only for updating the sound each second Wat is the reason
behind this delay??Can anyone please 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 second with sound effects
 integrated.
 I am doing update every second  and I am able to play the sound using

 mPlay = MediaPlayer.create(context, R.raw.chime);
 mPlay.start();

  But after about 30 seconds, the sound stops playing giving the log
 error as follows:

 E/AudioTrack( 2106): AudioFlinger could not create track, status: -12
 E/AudioSink( 2106): Unable to create audio track
 E/VorbisPlayer( 2106): mAudioSink open failed

 Then again the same sound starts playing after a pause of  about 20
 seconds instead of getting played each second.It continues in this
 fashion of playing the sound file for some seconds, then to the pause
 state and then again playing from startThis problem doesnt come
 into picture when I'm trying to update the sound on hourly basis for
 my hourly chime because in that case only once every hour this sound
 is played, same is the case for updation every minuteThis problem
 arises only for updating the sound each second Wat is the reason
 behind this delay??Can anyone please 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 is it seems dat images wil b just
 shifting in right n left instead of the ring rotating

 On Aug 31, 11:58 am, Dev Android devandroid1...@gmail.com wrote:



  Can you please elaborate more and i think 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,tinalincon
  tina.theresalin...@wipro.comwrote:

   any idea???:(plz do help me out..

   On Aug 30, 10:47 am,tinalincon 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 or a delay after
 each 30 degree drawing,

 To be consistent, shouldn't Thread be Dread?  (sorry, couldn't
 resist)

 You've ruled out using AsyncTask rather than your Thread and sleeps?

 On Aug 27, 1:48 am,tinalincon tina.theresalin...@wipro.com wrote:

  Any idea hw to remove d flickering???pls do help 

  On Aug 26, 7:21 pm,tinalincon 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 in animation towards right and
   left.Initialy I thought it is because of the linked list im
   updating
   but found out there is no such problem with my linked list .I'm
   using
   a thread here for a small delay after each 30 degree rotation
   drawing.I cant do it widout the thread coz i need a sleep or a
   delay
   after each 30 degree drawing,if i remove the thread and implement
   the
   code in thread inside my onDraw frame, the curvature rotation
   itself
   goes and it appears that images are just left shifting n right
   shifting coz the sleep is not getting identified in onDraw 
   frame.So
   i
   cant implement my logic here widout using thread..so thread is a
   must
   in my logic but i guess the flickering is due to my thread...Is 
   the
   flickering issue during animation because of the thread?please do
   help
   me with this flickering issue..dis is d thread part im using 
   in
   my
   code.
   Runnable r1=new Runnable()
                   {
                           //Thread t1=new Thread(r1);
                           //t1.start();

                           public void run()
                           {
                                   //t1.start();
                                   while(true){

                                           if(rotateFlagRight)
                                            {

   mRenderer.rotationFlag = 1;

   //System.out.println(positive value of dx+dx);

                                                   for(int
   i=0;i=30;i++)
                                                   {
                                                   
   mRenderer.mAngleXX=
   i;
                                                           if
   ((dx10) (dx50))
                                                           {
                                                                   
   try
   {

               Thread.sleep(100);

       } catch (InterruptedException e1) {}
                                                           }
                                                           else if
   ((dx50) (dx100))
                                                           {
                                                                   
   try
   {

               Thread.sleep(10);

       } catch (InterruptedException e1) {}
                                                           }
                                                           else if
   ((dx100) (dx150))
                                                      {
                                                                   
   try
   {

               Thread.sleep(8);

       } catch (InterruptedException e1) {}
                                                      }
                                                           else if
   ((dx150) (dx200))
                                                      {
                                                                   
   try
   {

               Thread.sleep(7);

       } catch (InterruptedException e1

[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 or a delay after
  each 30 degree drawing,

  To be consistent, shouldn't Thread be Dread?  (sorry, couldn't
  resist)

  You've ruled out using AsyncTask rather than your Thread and sleeps?

  On Aug 27, 1:48 am,tinalincon tina.theresalin...@wipro.com wrote:

   Any idea hw to remove d flickering???pls do help 

   On Aug 26, 7:21 pm,tinalincon 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 in animation towards right and
left.Initialy I thought it is because of the linked list im updating
but found out there is no such problem with my linked list .I'm using
a thread here for a small delay after each 30 degree rotation
drawing.I cant do it widout the thread coz i need a sleep or a delay
after each 30 degree drawing,if i remove the thread and implement the
code in thread inside my onDraw frame, the curvature rotation itself
goes and it appears that images are just left shifting n right
shifting coz the sleep is not getting identified in onDraw frame.So i
cant implement my logic here widout using thread..so thread is a must
in my logic but i guess the flickering is due to my thread...Is the
flickering issue during animation because of the thread?please do help
me with this flickering issue..dis is d thread part im using in my
code.
Runnable r1=new Runnable()
                {
                        //Thread t1=new Thread(r1);
                        //t1.start();

                        public void run()
                        {
                                //t1.start();
                                while(true){

                                        if(rotateFlagRight)
                                         {
                                                mRenderer.rotationFlag 
= 1;
                                                
//System.out.println(positive value of dx+dx);

                                                for(int i=0;i=30;i++)
                                                {
                                                mRenderer.mAngleXX= i;
                                                        if ((dx10) 
(dx50))
                                                        {
                                                                try {
                                                                        
        Thread.sleep(100);
                                                                        
} catch (InterruptedException e1) {}
                                                        }
                                                        else if 
((dx50) (dx100))
                                                        {
                                                                try {
                                                                        
        Thread.sleep(10);
                                                                        
} catch (InterruptedException e1) {}
                                                        }
                                                        else if 
((dx100) (dx150))
                                                   {
                                                                try {
                                                                        
        Thread.sleep(8);
                                                                        
} catch (InterruptedException e1) {}
                                                   }
                                                        else if 
((dx150) (dx200))
                                                   {
                                                                try {
                                                                        
        Thread.sleep(7);
                                                                        
} catch (InterruptedException e1) {}
                                                   }
                                                        else if 
((dx200) (dx250))
                                                  {
                                                                try {
                                                                        
        Thread.sleep(5

[android-developers] Re: Flickering.

2010-08-31 Thread tina lincon
because of the delay only im getting dat curved rotation movement...if
i remove d delay,wat happens is it seems dat images wil b just
shifting in right n left instead of the ring rotating

On Aug 31, 11:58 am, Dev Android devandroid1...@gmail.com wrote:
 Can you please elaborate more and i think 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 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 or a delay after
each 30 degree drawing,

To be consistent, shouldn't Thread be Dread?  (sorry, couldn't
resist)

You've ruled out using AsyncTask rather than your Thread and sleeps?

On Aug 27, 1:48 am,tinalincon tina.theresalin...@wipro.com wrote:

 Any idea hw to remove d flickering???pls do help 

 On Aug 26, 7:21 pm,tinalincon 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 in animation towards right and
  left.Initialy I thought it is because of the linked list im
  updating
  but found out there is no such problem with my linked list .I'm
  using
  a thread here for a small delay after each 30 degree rotation
  drawing.I cant do it widout the thread coz i need a sleep or a
  delay
  after each 30 degree drawing,if i remove the thread and implement
  the
  code in thread inside my onDraw frame, the curvature rotation
  itself
  goes and it appears that images are just left shifting n right
  shifting coz the sleep is not getting identified in onDraw frame.So
  i
  cant implement my logic here widout using thread..so thread is a
  must
  in my logic but i guess the flickering is due to my thread...Is the
  flickering issue during animation because of the thread?please do
  help
  me with this flickering issue..dis is d thread part im using in
  my
  code.
  Runnable r1=new Runnable()
                  {
                          //Thread t1=new Thread(r1);
                          //t1.start();

                          public void run()
                          {
                                  //t1.start();
                                  while(true){

                                          if(rotateFlagRight)
                                           {

  mRenderer.rotationFlag = 1;

  //System.out.println(positive value of dx+dx);

                                                  for(int
  i=0;i=30;i++)
                                                  {
                                                  mRenderer.mAngleXX=
  i;
                                                          if
  ((dx10) (dx50))
                                                          {
                                                                  try
  {

              Thread.sleep(100);

      } catch (InterruptedException e1) {}
                                                          }
                                                          else if
  ((dx50) (dx100))
                                                          {
                                                                  try
  {

              Thread.sleep(10);

      } catch (InterruptedException e1) {}
                                                          }
                                                          else if
  ((dx100) (dx150))
                                                     {
                                                                  try
  {

              Thread.sleep(8);

      } catch (InterruptedException e1) {}
                                                     }
                                                          else if
  ((dx150) (dx200))
                                                     {
                                                                  try
  {

              Thread.sleep(7);

      } catch (InterruptedException e1) {}
                                                     }
                                                          else if
  ((dx200) (dx250))
                                                    {
                                                                  try
  {

              Thread.sleep(5);

      } catch (InterruptedException e1

[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 on the emulator or a device?
  Emulator is much slower than a device.- Hide quoted text -

 - Show quoted text -

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

 You've ruled out using AsyncTask rather than your Thread and sleeps?

 On Aug 27, 1:48 am,tinalincon tina.theresalin...@wipro.com wrote:



  Any idea hw to remove d flickering???pls do help 

  On Aug 26, 7:21 pm,tinalincon 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 in animation towards right and
   left.Initialy I thought it is because of the linked list im updating
   but found out there is no such problem with my linked list .I'm using
   a thread here for a small delay after each 30 degree rotation
   drawing.I cant do it widout the thread coz i need a sleep or a delay
   after each 30 degree drawing,if i remove the thread and implement the
   code in thread inside my onDraw frame, the curvature rotation itself
   goes and it appears that images are just left shifting n right
   shifting coz the sleep is not getting identified in onDraw frame.So i
   cant implement my logic here widout using thread..so thread is a must
   in my logic but i guess the flickering is due to my thread...Is the
   flickering issue during animation because of the thread?please do help
   me with this flickering issue..dis is d thread part im using in my
   code.
   Runnable r1=new Runnable()
                   {
                           //Thread t1=new Thread(r1);
                           //t1.start();

                           public void run()
                           {
                                   //t1.start();
                                   while(true){

                                           if(rotateFlagRight)
                                            {
                                                   mRenderer.rotationFlag = 
   1;
                                                   
   //System.out.println(positive value of dx+dx);

                                                   for(int i=0;i=30;i++)
                                                   {
                                                   mRenderer.mAngleXX= i;
                                                           if ((dx10) 
   (dx50))
                                                           {
                                                                   try {
                                                                             
         Thread.sleep(100);
                                                                           } 
   catch (InterruptedException e1) {}
                                                           }
                                                           else if 
   ((dx50) (dx100))
                                                           {
                                                                   try {
                                                                             
         Thread.sleep(10);
                                                                           } 
   catch (InterruptedException e1) {}
                                                           }
                                                           else if 
   ((dx100) (dx150))
                                                      {
                                                                   try {
                                                                             
         Thread.sleep(8);
                                                                           } 
   catch (InterruptedException e1) {}
                                                      }
                                                           else if 
   ((dx150) (dx200))
                                                      {
                                                                   try {
                                                                             
         Thread.sleep(7);
                                                                           } 
   catch (InterruptedException e1) {}
                                                      }
                                                           else if 
   ((dx200) (dx250))
                                                     {
                                                                   try {
                                                                             
         Thread.sleep(5);
                                                                           } 
   catch (InterruptedException e1) {}
                                                     }
                                                          

[android-developers] Flickering.

2010-08-26 Thread tina lincon
);
} catch 
(InterruptedException e1) {}
}

}
//}
mRenderer.listPhotos();
mRenderer.rotationFlag=0;

//continue;



}
if(!rotateFlagLeft){
 if(!rotateFlagRight)
 {
rotateFlagLeft=false;
rotateFlagRight=false;
 }

}
}
}
};
please do help me to reduce the flickering.Thanks 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 in animation towards right and
 left.Initialy I thought it is because of the linked list im updating
 but found out there is no such problem with my linked list .I'm using
 a thread here for a small delay after each 30 degree rotation
 drawing.I cant do it widout the thread coz i need a sleep or a delay
 after each 30 degree drawing,if i remove the thread and implement the
 code in thread inside my onDraw frame, the curvature rotation itself
 goes and it appears that images are just left shifting n right
 shifting coz the sleep is not getting identified in onDraw frame.So i
 cant implement my logic here widout using thread..so thread is a must
 in my logic but i guess the flickering is due to my thread...Is the
 flickering issue during animation because of the thread?please do help
 me with this flickering issue..dis is d thread part im using in my
 code.
 Runnable r1=new Runnable()
                 {
                         //Thread t1=new Thread(r1);
                         //t1.start();

                         public void run()
                         {
                                 //t1.start();
                                 while(true){

                                         if(rotateFlagRight)
                                          {
                                                 mRenderer.rotationFlag = 1;
                                                 
 //System.out.println(positive value of dx+dx);

                                                 for(int i=0;i=30;i++)
                                                 {
                                                 mRenderer.mAngleXX= i;
                                                         if ((dx10) (dx50))
                                                         {
                                                                 try {
                                                                               
   Thread.sleep(100);
                                                                         } 
 catch (InterruptedException e1) {}
                                                         }
                                                         else if ((dx50) 
 (dx100))
                                                         {
                                                                 try {
                                                                               
   Thread.sleep(10);
                                                                         } 
 catch (InterruptedException e1) {}
                                                         }
                                                         else if ((dx100) 
 (dx150))
                                                    {
                                                                 try {
                                                                               
   Thread.sleep(8);
                                                                         } 
 catch (InterruptedException e1) {}
                                                    }
                                                         else if ((dx150) 
 (dx200))
                                                    {
                                                                 try {
                                                                               
   Thread.sleep(7);
                                                                         } 
 catch (InterruptedException e1) {}
                                                    }
                                                         else if ((dx200) 
 (dx250))
                                                   {
                                                                 try {
                                                                               
   Thread.sleep(5);
                                                                         } 
 catch (InterruptedException e1) {}
                                                   }
                                                         else if ((dx250) 
 (dx300))
                                                   {
                                                                 try {
                                                                               
   Thread.sleep(4);
                                                                         } 
 catch (InterruptedException e1) {}
                                                   }
                                                         else if ((dx300) 
 (dx350

[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
();
 
mRenderer.rotationFlag=0;
}
if(rotateFlagLeft)
{
//if(rotateFlagLeft)
mRenderer.rotationFlag
= 2;
//
System.out.println(Negative value of dx+dx);
for(int
i=0;i=-30;i--)
{
 
mRenderer.mAngleXX= i;
if
((dx-350))
{
try {
 
Thread.sleep(2);
}
catch (InterruptedException e1) {}
}
if ((dx-300)
 (dx-350))
{
try {
 
Thread.sleep(3);
}
catch (InterruptedException e1) {}
}
if ((dx-250)
 (dx-300))
{
try {
 
Thread.sleep(4);
}
catch (InterruptedException e1) {}
}
if ((dx-200)
 (dx-250))
{
try {
 
Thread.sleep(5);
}
catch (InterruptedException e1) {}
}
if ((dx-150)
 (dx-200))
{
try {
 
Thread.sleep(7);
}
catch (InterruptedException e1) {}
}
else if
((dx-100)(dx-150))
{
try {
 
Thread.sleep(8);
}
catch (InterruptedException e1) {}
}
else if
((dx-50)(dx-100))
{
try {
 
Thread.sleep(10);
}
catch (InterruptedException e1) {}
}
else if
((dx-10)(dx-50))
{
try {
 
Thread.sleep(100);
}
catch (InterruptedException e1) {}
}


}
//}
 
mRenderer.listPhotos();
 
mRenderer.rotationFlag=0;


//
continue;


}
if(!rotateFlagLeft){
 if(!rotateFlagRight)
 {
rotateFlagLeft=false;
 
rotateFlagRight=false;
 }


}
}
}
};
please do help me to reduce the flickering.Thanks 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 UnknownHostException, MalformedURLException {
boolean ret = false;
int networkType = ConnectivityManager.TYPE_WIFI;
ConnectivityManager cm = (ConnectivityManager)
context.getSystemService(Context.CONNECTIVITY_SERVICE);
if(cm != null){
NetworkInfo nf = cm.getActiveNetworkInfo();
if(nf != null){
networkType = nf.getType();
}
URL url = new URL(urlString);
InetAddress  iAddress = 
InetAddress.getByName(url.getHost());
ret = cm.requestRouteToHost(networkType,
ipToInt(iAddress.getHostAddress()));
}
return ret;
}

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2010-07-15 Thread Tina
Thank you for your answer, Mark!

 In Android 2.2+, if you use getExternalFilesDir() or
 getExternalCacheDir(), those directories will be removed when your app
 is uninstalled.
Does in means that on any devices with API Level 7 or lower I can not
delete my directory form SD card on uninstall, only 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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2010-04-21 Thread tina lincon
taaanx lance but is it possible to superimpose one texture upon
another?wat u talkng isnt it concept abt multitexturing

On Apr 21, 2:47 pm, Lance Nanek lna...@gmail.com wrote:
 Creating a texture with the whole text for eachbusinesscardwould be
 slow and take up a lot of texture memory. Instead you should create
 one texture that has all the characters needed from the font. To draw
 the whole text for anybusinesscardyou then, for each character of
 that text, use a pair of triangles with texture coordinates such that
 they display one character from the texture. There are countless tools
 and tutorials out there for doing text in OpenGL in this manner.

 Similarly, to have the photo on one half of thecardand the text on
 the other, you would just use more triangles, or in your case, pairs
 of triangles to make rectangles. Thecardis one large rectangle,
 perhaps not even textured, just colored white to start with. Then a
 smaller rectangle in front of that to show the picture. This rectangle
 needs to be drawn with the texture object with the picture bound and
 have the texture coordinates to show the picture. Then on the other
 half a bunch of small rectangles 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 lincon tina.theresalin...@wipro.com wrote:





  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 tina.theresalin...@wipro.com wrote:

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 square using texturing.What i want is to have a
buisinesscardlike effect for my application like the photo size shud
reduce n come on left side and on the right side of thecardi shud
have the details like  name,phoneno,email,ringtone,officeno
etc..since der is image n text to b textured @ d same time in
a single square or rectangle,shud i use the concept of multitexturing
for this or is der any other  simpler way todesignthecardin open
gles???pls help me out.
 thanks in advance...- Hide quoted text -

   - Show quoted text -

  --
  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, visit this group 
  athttp://groups.google.com/group/android-developers?hl=en

 --
 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, visit this group 
 athttp://groups.google.com/group/android-developers?hl=en- Hide quoted text -

 - Show quoted text -

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2010-04-21 Thread tina lincon
i mean is it possible to superimpose 1 texture upon another?like d
card is 1 rectangleu take anothr small rectangle n texture d photo
in it...and anothr rectangle with text textured in it...and we goto
superimpose these two tiny rectangles into d big rectangle..so wat i
mean to ask is is it possible to place des two textured rectangles on
d bigger rectangle that is is it possible to superimpose multiple
textures on another?

On Apr 21, 2:47 pm, Lance Nanek lna...@gmail.com wrote:
 Creating a texture with the whole text for eachbusinesscardwould be
 slow and take up a lot of texture memory. Instead you should create
 one texture that has all the characters needed from the font. To draw
 the whole text for anybusinesscardyou then, for each character of
 that text, use a pair of triangles with texture coordinates such that
 they display one character from the texture. There are countless tools
 and tutorials out there for doing text in OpenGL in this manner.

 Similarly, to have the photo on one half of thecardand the text on
 the other, you would just use more triangles, or in your case, pairs
 of triangles to make rectangles. Thecardis one large rectangle,
 perhaps not even textured, just colored white to start with. Then a
 smaller rectangle in front of that to show the picture. This rectangle
 needs to be drawn with the texture object with the picture bound and
 have the texture coordinates to show the picture. Then on the other
 half a bunch of small rectangles 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 lincon tina.theresalin...@wipro.com wrote:





  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 tina.theresalin...@wipro.com wrote:

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 square using texturing.What i want is to have a
buisinesscardlike effect for my application like the photo size shud
reduce n come on left side and on the right side of thecardi shud
have the details like  name,phoneno,email,ringtone,officeno
etc..since der is image n text to b textured @ d same time in
a single square or rectangle,shud i use the concept of multitexturing
for this or is der any other  simpler way todesignthecardin open
gles???pls help me out.
 thanks in advance...- Hide quoted text -

   - Show quoted text -

  --
  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, visit this group 
  athttp://groups.google.com/group/android-developers?hl=en

 --
 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, visit this group 
 athttp://groups.google.com/group/android-developers?hl=en- Hide quoted text -

 - Show quoted text -

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2010-04-21 Thread tina lincon
i mean to ask whether it is possible to superimpose 1 texture upon
another..Like here in my application,acc to wat u say,i shud be having
a big rectangle and 1 small rectangle with photo textured onto it and
another small rectangle with text textured onto it and we need to
superimpose dose 2 small 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 it concept abt multitexturing

 On Apr 21, 2:47 pm, Lance Nanek lna...@gmail.com wrote:





  Creating a texture with the whole text for eachbusinesscardwould be
  slow and take up a lot of texture memory. Instead you should create
  one texture that has all the characters needed from the font. To draw
  the whole text for anybusinesscardyou then, for each character of
  that text, use a pair of triangles with texture coordinates such that
  they display one character from the texture. There are countless tools
  and tutorials out there for doing text in OpenGL in this manner.

  Similarly, to have the photo on one half of thecardand the text on
  the other, you would just use more triangles, or in your case, pairs
  of triangles to make rectangles. Thecardis one large rectangle,
  perhaps not even textured, just colored white to start with. Then a
  smaller rectangle in front of that to show the picture. This rectangle
  needs to be drawn with the texture object with the picture bound and
  have the texture coordinates to show the picture. Then on the other
  half a bunch of small rectangles 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 lincon tina.theresalin...@wipro.com wrote:

   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 tina.theresalin...@wipro.com wrote:

 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 square using texturing.What i want is to have a
 buisinesscardlike effect for my application like the photo size shud
 reduce n come on left side and on the right side of thecardi shud
 have the details like  name,phoneno,email,ringtone,officeno
 etc..since der is image n text to b textured @ d same time in
 a single square or rectangle,shud i use the concept of multitexturing
 for this or is der any other  simpler way todesignthecardin open
 gles???pls help me out.
  thanks in advance...- Hide quoted text -

- Show quoted text -

   --
   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, visit this group 
   athttp://groups.google.com/group/android-developers?hl=en

  --
  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, visit this group 
  athttp://groups.google.com/group/android-developers?hl=en-Hide quoted text -

  - Show quoted text -

 --
 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, visit this group 
 athttp://groups.google.com/group/android-developers?hl=en- Hide quoted text -

 - Show quoted text -

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 tina.theresalin...@wipro.com wrote:



  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 square using texturing.What i want is to have a
  buisinesscardlike effect for my application like the photo size shud
  reduce n come on left side and on the right side of thecardi shud
  have the details like  name,phoneno,email,ringtone,officeno
  etc..since der is image n text to b textured @ d same time in
  a single square or rectangle,shud i use the concept of multitexturing
  for this or is der any other  simpler way todesignthecardin open
  gles???pls help me out.
   thanks in advance...- Hide quoted text -

 - Show quoted text -

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 square using texturing.What i want is to have a
buisiness card like effect for my application like the photo size shud
reduce n come on left side and on the right side of the card i shud
have the details like  name,phoneno,email,ringtone,officeno
etc..since der is image n text to b textured @ d same time in
a single square or rectangle,shud i use the concept of multitexturing
for this or is der any other  simpler way to design the card in open
gles???pls help me out.
 thanks in advance...

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[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 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 square using texturing.What i want is to have a
 buisiness card like effect for my application like the photo size shud
 reduce n come on left side and on the right side of the card i shud
 have the details like  name,phoneno,email,ringtone,officeno
 etc..since der is image n text to b textured @ d same time in
 a single square or rectangle,shud i use the concept of multitexturing
 for this or is der any other  simpler way to design the card in open
 gles???pls help me out.
  thanks in advance...

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


[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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


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



  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 to the
   Google site
   for recognition through Internet, or will be processed and recognized
   locally on my android phone?
    if anyone has any idea regarding it,plzz help..
   Thanks in advance,- Hide quoted text -

 - Show quoted text -
-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 on my android phone?
 if anyone has any idea regarding it,plzz help..
Thanks in advance,

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 Twitter feed, mentions, direct messages,
profile pages, followers, etc. If Twitter offers it in the API,
Twidroid probably supports it.

While there is a free version, it prefer the multi-account support of
Twidroid Pro (seriously, when running a bunch of blogs it's a
necessity). Add in loads of options, including theme support,
notifications, font sizes, and we've got a Twitter client winner.
-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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...@wipro.com wrote:



  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.- Hide quoted 
  text -

 - Show quoted text -
-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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...@wipro.com wrote:

   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.- Hide 
   quoted text -

  - Show quoted text -- Hide quoted text -

 - Show quoted text -
-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 to the
 Google site
 for recognition through Internet, or will be processed and recognized
 locally on my android phone?
  if anyone has any idea regarding it,plzz help..
 Thanks in advance,
-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: gallery

2010-01-11 Thread tina lincon
okaa..taanxx...:)

On Jan 12, 3:36 am, Kumar Bibek coomar@gmail.com wrote:
 Well, I haven't tried it out, but I guess, you need to use the
 scrollTo or scrollBy method. But creating a complete sync is a
 difficult task, I guess.

 Kumar Bibekhttp://tech-droid.blogspot.com

 On Jan 11, 4:29 pm, 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.  How can it be done?- Hide quoted 
  text -

 - Show quoted text -
-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

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


--~--~-~--~~~---~--~~
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, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---