Re: Digest for google-voice-java@googlegroups .com

46 views
Skip to first unread message

Rory Rezzelle

unread,
Dec 28, 2011, 10:13:07 PM12/28/11
to google-v...@googlegroups.com
The way I did it was to create the Voice object above the onCreate method and then I initialized it later.

So, above the public void onCreate... I put:

Voice voice;

And then in another method (it was my run() method but it can be in the onCreate), I put:

voice = new Voice(userName, pass);

Joseph Malone

unread,
Dec 29, 2011, 10:04:21 AM12/29/11
to google-v...@googlegroups.com
Did it throw an exception for which you have a stacktrace?

> --
> You received this message because you are subscribed to the Google Groups
> "Google Voice Java" group.
> To post to this group, send email to google-v...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-voice-j...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-voice-java?hl=en.

Anand Matta

unread,
Dec 31, 2011, 12:18:15 PM12/31/11
to google-v...@googlegroups.com
Yeah i have the same problem! The voice object doesn't accept any parameters for some reason
Reply all
Reply to author
Forward
0 new messages