[android-beginners] Re: How to connect external webcam

2009-06-25 Thread wwsean08

I don't think you could, i doubt the g1 could go into host mode, and
even if you did, you would need to make a custom driver for it

On Jun 24, 1:01 pm, Shivanand  wrote:
> Hi,
>
> I am beginner to android development. I want know how to connect
> external usb webcam to android device..
>
> Thanks,
> Shiv.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android on Galileo

2009-07-01 Thread wwsean08

i installed it on galileo day 1
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: streaming video / remote rendering sample?

2009-07-24 Thread wwsean08

after re-reading what you said i realize this is not what you are
trying to do, but i hope what i gave you will give you some ideas and
help
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Availability of Developer Phone Try 2

2009-07-24 Thread wwsean08

if i recall it says it will be a few weeks, however I do not know when
they ran out of stock so I couldn't give you an estimate, just keep
checking back.  And as for the G2 which is coming out this year, I
assume there will be a dev phone version of that, however I have not
read anything indicating when it will be available (assuming there
will be one).

Sean
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Wed service

2009-07-24 Thread wwsean08

what do you want your web service to do, could you be more descriptive
with more information, that will help people answer your question
better
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: streaming video / remote rendering sample?

2009-07-24 Thread wwsean08

here is something that might help you, its how to stream video from a
remote webcam, http://www.androidsnippets.org/12/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Set Background color for custom dialog title ??

2009-07-24 Thread wwsean08

I am also sort of new to this, however my best bet would
be .setCustomTitle(arg0), that is the only thing I saw that looks like
it would work for what you're trying to do, however I couldn't find
much info
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Basic Spinner question

2009-07-30 Thread wwsean08

if you mean that you want to set a default option, the only way I have
found to do that is make that the first option in the array.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Can't get the altitude from Location.getAltitude()

2009-08-06 Thread wwsean08

did you remember to put the permissions in the android manifest to
access the GPS:



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android UI related:

2009-08-12 Thread wwsean08

an easy way to do this is make 2 different user interfaces, 1 with the
first button first, and 1 with the second button first.  Then
depending on which button is pressed change the user interface using
setContentView(R.layout.x); //x being the name you give the layout you
want to show

Incase you don't know how to program a buttons actions, look here,
http://developer.android.com/reference/android/widget/Button.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Operating Systems supported by Android Apps

2009-08-13 Thread wwsean08

yes there would be compatability issues because they do not run on the
android OS, and are programmed using different sdk's (and some in
different languages), so you could port your app to one of them with
some reconfiguring (and possibly reprogramming), but you can't just
put it on there and have it work
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] sound in the raw folder

2009-06-11 Thread wwsean08

Ok sorry for being so newby, but well i'm a newb.

I'm trying to get sound working for an app i'm working on, i put
my .mp3 file into the resource/raw folder, but for some reason it
doesn't like that, is it because of the format or is it supposed to go
somewhere else, I couldn't seem to find this answer when searching,
but if it's there I'm sorry.

Thanks,
Sean

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: sound in the raw folder

2009-06-12 Thread wwsean08

I'm not trying to record, i am trying to play a sound back that will
be a default sound to come with the app.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: sound in the raw folder

2009-06-13 Thread wwsean08

thanks for the help (from whoever emailed me), that fixed it.

Sean
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---