[email protected] wrote:
>============================================================================= >Today's Topic Summary >============================================================================= > >Group: [email protected] >Url: http://groups.google.com/group/android-discuss/topics > > - rects are annoying! [2 Updates] > http://groups.google.com/group/android-discuss/t/ce43da097399d187 > - Dual Camera Support for Video Telephone [3 Updates] > http://groups.google.com/group/android-discuss/t/8d738dd9a1334c4d > - Sense ui on Droid [1 Update] > http://groups.google.com/group/android-discuss/t/6f1f2da00cc8835a > - About the app Upload2Flickr, which used to upload photo and video to > flickr [1 Update] > http://groups.google.com/group/android-discuss/t/ca14b6bcee062e26 > - Upload2Flickr: upload photos and videos to flickr [1 Update] > http://groups.google.com/group/android-discuss/t/e96b79ed4e4dddf0 > - Who do you consider as the Android mobile Apps developers Guru ? [1 Update] > http://groups.google.com/group/android-discuss/t/790b016a43b8ab30 > - Get a free Archos 5 Internet Tablet with Android (8GB) if you publish an > app on http://appslib.com [3 Updates] > http://groups.google.com/group/android-discuss/t/6031608108a5f95f > > >============================================================================= >Topic: rects are annoying! >Url: http://groups.google.com/group/android-discuss/t/ce43da097399d187 >============================================================================= > >---------- 1 of 2 ---------- >From: schwiz <[email protected]> >Date: Dec 09 08:41AM -0800 >Url: http://groups.google.com/group/android-discuss/msg/b4a7c7c5733a39c4 > >I gotta vent here bare with me! It is really starting to get to me >that when making a rect you must give the top left and bottom right >coordinate. Why can't it be the top left coordinate and the length >and width!!!???? It is easy to make a square in starting in at the >origin but becomes a little complicated when trying to move it >around. >/rant > > >---------- 2 of 2 ---------- >From: tauntz <[email protected]> >Date: Dec 09 11:58AM -0500 >Url: http://groups.google.com/group/android-discuss/msg/978587b0ac54f491 > >public Rect getRect(int x, int y, int width, int height) { > return new Rect(x, y, x + width, y + height); >} > > > > >============================================================================= >Topic: Dual Camera Support for Video Telephone >Url: http://groups.google.com/group/android-discuss/t/8d738dd9a1334c4d >============================================================================= > >---------- 1 of 3 ---------- >From: "[email protected]" <[email protected]> >Date: Dec 09 05:19AM -0800 >Url: http://groups.google.com/group/android-discuss/msg/3e5c76f46be33e45 > >Hi!! > >Does the Android platform currently supports dual camera, front camera >(Secondary)/ back camera (Primary)? > >I could not find any information it. > >Regards, >Ash > > >---------- 2 of 3 ---------- >From: Zero <[email protected]> >Date: Dec 09 05:27AM -0800 >Url: http://groups.google.com/group/android-discuss/msg/2ffdbfe113e5d334 > >well the huawei pulse has a front and back camera, both supported via >the camera app. > but it's running a custom android build, which so far seems not to be >available. >i guess the answer is "maybe" > >On Dec 9, 2:19 pm, "[email protected]" > > >---------- 3 of 3 ---------- >From: "paul zazzarino" <[email protected]> >Date: Dec 09 09:00AM -0500 >Url: http://groups.google.com/group/android-discuss/msg/a5857d0cb3e3a5d1 > >The next question then does the camera API have access to both cameras, >either via Java or native C/C++ code ? > >----- Original Message ----- >From: "Zero" <[email protected]> >To: "Android Discuss" <[email protected]> >Sent: Wednesday, December 09, 2009 8:27 AM >Subject: [android-discuss] Re: Dual Camera Support for Video Telephone > > >well the huawei pulse has a front and back camera, both supported via >the camera app. > but it's running a custom android build, which so far seems not to be >available. >i guess the answer is "maybe" > >On Dec 9, 2:19 pm, "[email protected]" > >-- > >You received this message because you are subscribed to the Google Groups >"Android Discuss" group. >To post to this group, send email to [email protected]. >To unsubscribe from this group, send email to >[email protected]. >For more options, visit this group at >http://groups.google.com/group/android-discuss?hl=en. > > > >============================================================================= >Topic: Sense ui on Droid >Url: http://groups.google.com/group/android-discuss/t/6f1f2da00cc8835a >============================================================================= > >---------- 1 of 1 ---------- >From: MrChaz <[email protected]> >Date: Dec 09 01:09AM -0800 >Url: http://groups.google.com/group/android-discuss/msg/e841bc8777ae9c2d > >The short answer is no. >SenseUI is produced by HTC who make the Hero the Droid is produced by >Motorola. > > > > > >============================================================================= >Topic: About the app Upload2Flickr, which used to upload photo and video to >flickr >Url: http://groups.google.com/group/android-discuss/t/ca14b6bcee062e26 >============================================================================= > >---------- 1 of 1 ---------- >From: Anthony Xu <[email protected]> >Date: Dec 08 08:44PM -0800 >Url: http://groups.google.com/group/android-discuss/msg/b0b31a03fd61574f > >Hi, every one using Upload2Flickr, > >For some reason, Upload2Flickr cannot be available on Android Market >until now, please focus on andappstore.com to get the upgraded >version. >And as it is ready for Android Market, I will give message. >The old thread about Upload2Flickr is >http://groups.google.com/group/android-discuss/browse_thread/thread/e96b79ed4e4dddf0/bfdb47fea97d916a?lnk=gst&q=upload2flickr#bfdb47fea97d916a >Thanks for using. > >Anthony >(author of Upload2Flickr) > > > >============================================================================= >Topic: Upload2Flickr: upload photos and videos to flickr >Url: http://groups.google.com/group/android-discuss/t/e96b79ed4e4dddf0 >============================================================================= > >---------- 1 of 1 ---------- >From: Anthony Xu <[email protected]> >Date: Dec 08 08:41PM -0800 >Url: http://groups.google.com/group/android-discuss/msg/f897077b395a6323 > >Hi, every one using Upload2Flickr, > >For some reason, Upload2Flickr cannot be available on Android Market >until now, please focus on andappstore.com to get the upgraded >version. >And as it is ready for Android Market, I will give message. >Thanks for using. > >Anthony >(author of Upload2Flickr) > > > > >============================================================================= >Topic: Who do you consider as the Android mobile Apps developers Guru ? >Url: http://groups.google.com/group/android-discuss/t/790b016a43b8ab30 >============================================================================= > >---------- 1 of 1 ---------- >From: schwiz <[email protected]> >Date: Dec 08 04:30PM -0800 >Url: http://groups.google.com/group/android-discuss/msg/3afba095153e65b5 > >this guy >http://androidsv.ning.com/profile/MarkMurphyaCommonsGuy?xg_source=activity > > > > >============================================================================= >Topic: Get a free Archos 5 Internet Tablet with Android (8GB) if you publish >an app on http://appslib.com >Url: http://groups.google.com/group/android-discuss/t/6031608108a5f95f >============================================================================= > >---------- 1 of 3 ---------- >From: strazzere <[email protected]> >Date: Dec 08 01:29PM -0800 >Url: http://groups.google.com/group/android-discuss/msg/afa9be53dcb57a13 > >As far as I know -- no US developer has gotten their coupon yet. > >Though UK/EURO/ASIA based developers have gotten theirs. > >-Tim Strazzere > > > >---------- 2 of 3 ---------- >From: Hong <[email protected]> >Date: Dec 08 04:42PM -0500 >Url: http://groups.google.com/group/android-discuss/msg/a3c2807c177c0136 > >Thanks Tim! > >BTW: I like what you have contributed to the Android community ;) > > > >---------- 3 of 3 ---------- >From: schwiz <[email protected]> >Date: Dec 08 04:25PM -0800 >Url: http://groups.google.com/group/android-discuss/msg/262bc1fc36720c6 > >That sounds promising, not sure why archos can't answer a simple yes >or no question when I tweet them and ask if more coupons are coming >though... > > > > > >-- > >You received this message because you are subscribed to the Google Groups >"Android Discuss" group. >To post to this group, send email to [email protected]. >To unsubscribe from this group, send email to >[email protected]. >For more options, visit this group at >http://groups.google.com/group/android-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
