[android-developers] Trying to play a ringtone and vibrate the phone at the same time

2011-01-08 Thread BarbieDahl
Hey Guys,

I am trying to use the Vibrator service and the RingtoneManager to
simultaneously vibrate the phone and play a ringtone.  If I remove the
code to vibrate the phone, my ringtone plays continuously but if I add
the code to also vibrate, my ringtone plays for a short time until the
vibrate starts and the ringtone stops?? I didnt see any way to check
if the phone is vibrating so that I can play the ringtone after the
vibrate finishes.  Does anyone know a way around this? Here is the
code Im using:

if (vibrateOnOffValue != VIBRATE_STATUS_OFF)
{
Vibrator v = (Vibrator)
getSystemService(Context.VIBRATOR_SERVICE);

// 1. Vibrate for 1000 milliseconds
long milliseconds = 1000;
v.vibrate(milliseconds);
}

String ringToneURI =
getIntent().getStringExtra(InspireAlarmConstants.ALARM_RINGTONE_PREF_KEY);

rg = getRingTone(ringToneURI);
if (rg != null)
{
rg.play();
}

-- 
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: Location/GPS and SqlLite help needed

2009-09-03 Thread BarbieDahl

Thanks for all of the people who have responded to my request.  I have
gotten good feedback and so I will not need any additional help on
this issue.

Thanks,
sr98bj

On Sep 1, 8:51 am, BarbieDahl sr9...@gmail.com wrote:
 I havetwoapplications that I'm trying tofinishand I need somehelp.  I'm 
 looking fortwogood android developers who canhelpmefinishmy applications or 
 who have Intents or Activities that will
 enable my applications to use Location based awareness and import/
 query a large amount of data into SqlLite.  I am swamped withtwo
 other projects and I needhelpgetting these applications finished.  I
 have capital to pay thesetwodevelopers, so if anyone is interested,
 please let me know.  This is a work from home opportunity.

 Please contact me if you are interested with your rates.

 Thanks
--~--~-~--~~~---~--~~
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] Location/GPS and SqlLite help needed

2009-09-01 Thread BarbieDahl

I have two applications that I'm trying to finish and I need some
help.  I'm looking for two good android developers who can help me
finish my applications or who have Intents or Activities that will
enable my applications to use Location based awareness and import/
query a large amount of data into SqlLite.  I am swamped with two
other projects and I need help getting these applications finished.  I
have capital to pay these two developers, so if anyone is interested,
please let me know.  This is a work from home opportunity.

Please contact me if you are interested with your rates.

Thanks
--~--~-~--~~~---~--~~
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] Atlanta Android Users Group

2009-06-09 Thread BarbieDahl

This post is for any developers in the Atlanta area that are looking
for an Android users group to work with.  I would like to form a group
that can be used to help each other with application ideas, mentoring
and android tutorials on a local level for the upcoming Android
Developers Challenge II for 2009.  Send me a reply if you are
interested and we can go from there.

Thanks
sr98bj
--~--~-~--~~~---~--~~
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] Using cupcake 1.5 and cannot see the onscreen keyboard an existing application

2009-05-03 Thread BarbieDahl

Hey Guys,

I followed the instructions for the new input type feature in v1.5 but
my exiting application is still not displaying the onscreen keyboard.
Does anybody know how to resolve this or are other people having the
same problems?
--~--~-~--~~~---~--~~
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] Loading pictures from phone into android application

2009-05-03 Thread BarbieDahl

Does anybody know how to load pictures from the phone into an android
application??

Thanks,
Barbara
--~--~-~--~~~---~--~~
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: Android Developers in Atlanta, GA

2009-02-07 Thread BarbieDahl

Hey Alton,

I saw that you already joined Droidlanta, great to have you.  We are
planning a meetup to discuss various things to get this group going.
We would love to have you attend.  We tentatively have the 4th Tuesday
of the month setup to meet.  Check the meetup post in Droidlanta for
more information.

Again, Welcome!

On Feb 7, 3:12 pm, Alton uwodino...@gmail.com wrote:
 Hi there,

 I'm in Marietta and would be interested.

 Alton

 On Jan 30, 9:10 am, BarbieDahl sr9...@gmail.com wrote:

  Are there any developers inAtlanta, GA that would like to meet and
  discuss android app ideas as well as learn new and advanced android
  topics? I would like to network with some other developers in and
  aroundAtlanta, GA for help, mentoring and support.  Please reply if
  you are interested.
--~--~-~--~~~---~--~~
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: Android Developers in Atlanta, GA

2009-02-07 Thread BarbieDahl

Hello mission4u,

We would love to checkout your app.  You can join our group if you
want, we want to do some meetups since the group so far is made up of
Atlanta area folks but we will post some stuff to our group website as
well.  The group is called Droidlanta, you can join the group and
check out our posts.  Welcome aboard, we would love to have you.

Thanks,
Barbara

On Feb 5, 7:32 pm, mission4u missio...@gmail.com wrote:
 I am in Charlotte, NC and have designed app named iTubeStatus... it
 wont be available in US Android market but you can search its
 description online. Let me know if you guys wanna see the app. I can
 change a setting for a while I can join your team too...Thanks

 On Jan 30, 9:10 am, BarbieDahl sr9...@gmail.com wrote:

  Are there any developers in Atlanta, GA that would like to meet and
  discuss android app ideas as well as learn new and advanced android
  topics? I would like to network with some other developers in and
  around Atlanta, GA for help, mentoring and support.  Please reply if
  you are interested.
--~--~-~--~~~---~--~~
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: Android Developers in Atlanta, GA

2009-02-02 Thread BarbieDahl

Great, do you know any other people in this area interested in
Android?? If you are on google chat, send me an email so I can add you
to my contacts.

Thanks,
Barbara

On Jan 30, 4:22 pm, Simon simon.drab...@gmail.com wrote:
 I'd be interested in possibly getting together.

 On Jan 30, 9:10 am, BarbieDahl sr9...@gmail.com wrote:

  Are there any developers in Atlanta, GA that would like to meet and
  discuss android app ideas as well as learn new and advanced android
  topics? I would like to network with some other developers in and
  around Atlanta, GA for help, mentoring and support.  Please reply if
  you are interested.
--~--~-~--~~~---~--~~
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: Android Developers in Atlanta, GA

2009-02-02 Thread BarbieDahl


Hi Shaun,

Your in luck, Simon is beginning to look into OpenGL.  I'm doing
mostly location based awareness apps but we Simon and I were thinking
of setting up a google group for atlanta area folks.  If you know
other people who are interested, reply to this post.  Once I get the
google group setup, I send you guys an invite.

BarbieDahl

On Feb 2, 4:39 pm, shaun shashepp...@gmail.com wrote:
 I am in Marietta.  I would like to participate, especially if some
 game developers start joining...or at least someone with valuable
 experience with OpenGL.

 On Feb 2, 4:30 pm, BarbieDahl sr9...@gmail.com wrote:



  Great, do you know any other people in this area interested in
  Android?? If you are on google chat, send me an email so I can add you
  to my contacts.

  Thanks,
  Barbara

  On Jan 30, 4:22 pm, Simon simon.drab...@gmail.com wrote:

   I'd be interested in possibly getting together.

   On Jan 30, 9:10 am, BarbieDahl sr9...@gmail.com wrote:

Are there any developers inAtlanta, GA that would like to meet and
discuss android app ideas as well as learn new and advanced android
topics? I would like to network with some other developers in and
aroundAtlanta, GA for help, mentoring and support.  Please reply if
you are interested.- 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] Android Developers in Atlanta, GA

2009-01-30 Thread BarbieDahl

Are there any developers in Atlanta, GA that would like to meet and
discuss android app ideas as well as learn new and advanced android
topics? I would like to network with some other developers in and
around Atlanta, GA for help, mentoring and support.  Please reply if
you are interested.
--~--~-~--~~~---~--~~
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] Tutorial on searching in MapView

2009-01-02 Thread BarbieDahl

Hey Guys,

Does anyone know of a tutorial or code example that shows how to use
the search functionality that works so well on the google maps but I
want to do something similar in my android app.  I saw a new cool app
called dinefinder where the app launches with a mapview that has the
pins laid out pointing to different restaurants that the user can
click and get additional information.  I wonder if anyone has code
samples on how to get the restaurant data from the map search?? Also,
I see that the Maps on the G1 has a Search and Directions menu options
and I wanted to see how to add something like that in my google app.
Does anyone know or any code samples for this??

Thanks,
BarbieDahl
--~--~-~--~~~---~--~~
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] Android developer challenge II

2008-12-26 Thread BarbieDahl

Has anyone heard any news about the second android developer
challenge? It was suppose to be some information in the 4th quarter, I
havent seen anything yet??
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---