Yep i think anroid os will done a huge revelution in mobile softwaring. On 12/16/11, [email protected] <[email protected]> wrote: > ============================================================================= > Today's Topic Summary > ============================================================================= > > Group: [email protected] > Url: http://groups.google.com/group/android-developers/topics > > - Installation failed [1 Update] > http://groups.google.com/group/android-developers/t/5536e44b7aedd7c8 > - ADB driver... [1 Update] > http://groups.google.com/group/android-developers/t/ab8c470345688611 > - Android Network Provider sometimes stop using WiFi and start using Cell > Tower even then person is still on same place. How to avoid that? [1 Update] > http://groups.google.com/group/android-developers/t/a429afc9dac6c08d > - How to root Android 2.3.3 [2 Updates] > http://groups.google.com/group/android-developers/t/b811eb5b9f1ca311 > - GridLayoutCompatSample [1 Update] > http://groups.google.com/group/android-developers/t/4772ff9f5ab745e6 > - Are <bitmap> layouts no longer considered Drawables in Ice Cream > Sand....? [2 Updates] > http://groups.google.com/group/android-developers/t/da60d31d267fe175 > - clearAnimation() Causes onAnimationEnd to fire Twice?? Please Help [1 > Update] > http://groups.google.com/group/android-developers/t/53cb38b3ffbc8b9d > - Problem about passing intent between two activities [1 Update] > http://groups.google.com/group/android-developers/t/647bf452a4855b46 > - Android videoview fullscreen problem [1 Update] > http://groups.google.com/group/android-developers/t/d212e4e5edf69ad9 > - how to block application installation [1 Update] > http://groups.google.com/group/android-developers/t/6d204c49e9043688 > - How to determine what Activities are bound to my Service [2 Updates] > http://groups.google.com/group/android-developers/t/ea6e10fa981316c7 > - ICS Recent apps thumbnails [2 Updates] > http://groups.google.com/group/android-developers/t/60365f9a1d03ba2c > - openOptionsMenu not working on Honeycomb device [1 Update] > http://groups.google.com/group/android-developers/t/2b1d8f0486f07f4b > > > ============================================================================= > Topic: Installation failed > Url: http://groups.google.com/group/android-developers/t/5536e44b7aedd7c8 > ============================================================================= > > ---------- 1 of 1 ---------- > From: RAJU V <[email protected]> > Date: Dec 17 12:22PM +0530 > Url: http://groups.google.com/group/android-developers/msg/8a2be9254e3819ad > > Hi Am RAJU > While am installing Android SKD showing some error > pls help me............. > > [image: image.png] > ~~~~~~RAJU~~~~~~ > ~~www.itdoall.co.cc~~ > > > > ============================================================================= > Topic: ADB driver... > Url: http://groups.google.com/group/android-developers/t/ab8c470345688611 > ============================================================================= > > ---------- 1 of 1 ---------- > From: JP <[email protected]> > Date: Dec 16 09:58PM -0800 > Url: http://groups.google.com/group/android-developers/msg/29eb3ad4fb99a31f > >> Hi, >> where can I download the ADB driver for my galaxy nexus? > > Windows, here: > > > ============================================================================= > Topic: Android Network Provider sometimes stop using WiFi and start using > Cell Tower even then person is still on same place. How to avoid that? > Url: http://groups.google.com/group/android-developers/t/a429afc9dac6c08d > ============================================================================= > > ---------- 1 of 1 ---------- > From: Alexey Zakharov <[email protected]> > Date: Dec 16 09:53PM -0800 > Url: http://groups.google.com/group/android-developers/msg/dd76bade288289e5 > > Android Network Provider sometimes stop using WiFi and start using Cell > Tower even then person is still on same place. How to avoid that? > > I have tested several apps. Google maps, mapquest, > > > ============================================================================= > Topic: How to root Android 2.3.3 > Url: http://groups.google.com/group/android-developers/t/b811eb5b9f1ca311 > ============================================================================= > > ---------- 1 of 2 ---------- > From: Indicator Veritatis <[email protected]> > Date: Dec 16 05:54PM -0800 > Url: http://groups.google.com/group/android-developers/msg/10c6d1f842274966 > > While your response may have been somewhat harsh, I think it is fair > to say that the OP's command of English is nowhere near the level > required to understand any of the lists of instructions for > > ---------- 2 of 2 ---------- > From: Jim Graham <[email protected]> > Date: Dec 16 10:28PM -0600 > Url: http://groups.google.com/group/android-developers/msg/6d194f80a7a1dd11 > > On Fri, Dec 16, 2011 at 05:54:48PM -0800, Indicator Veritatis wrote: >> While your response may have been somewhat harsh > > That wasn't harsh...I CAN be harsh, but that was tame by comparison. > > > ============================================================================= > Topic: GridLayoutCompatSample > Url: http://groups.google.com/group/android-developers/t/4772ff9f5ab745e6 > ============================================================================= > > ---------- 1 of 1 ---------- > From: J Handal <[email protected]> > Date: Dec 16 10:22PM -0600 > Url: http://groups.google.com/group/android-developers/msg/ed61da1b6dea94a6 > > It doesn't open as an android project ! > > http://code.google.com/p/android-playground/source/browse/#svn%2Ftrunk%2FGridLayoutCompatSample%253Fstate%253Dclosed > > > I tried to add the file > > > ============================================================================= > Topic: Are <bitmap> layouts no longer considered Drawables in Ice Cream > Sand....? > Url: http://groups.google.com/group/android-developers/t/da60d31d267fe175 > ============================================================================= > > ---------- 1 of 2 ---------- > From: Richard Schilling <[email protected]> > Date: Dec 16 05:48PM -0800 > Url: http://groups.google.com/group/android-developers/msg/f629fedf06023e2f > > I've got this in my layout declaration in a file, let's call it > mybitmapdrawable.xml: > > > <bitmap xmlns:android="http://schemas.android.com/apk/res/android" > > android:src="@drawable/mygraphic" > > ---------- 2 of 2 ---------- > From: Romain Guy <[email protected]> > Date: Dec 16 06:52PM -0800 > Url: http://groups.google.com/group/android-developers/msg/980774e9e9bc9da3 > > Bitmaps are still drawable, but there's a bug in your code, you wrote: > @drawable/mybitmapdrawable.xml > > It should be: > @drawable/mybitmapdrawable > > On Fri, Dec 16, 2011 at 5:48 PM, Richard > > > ============================================================================= > Topic: clearAnimation() Causes onAnimationEnd to fire Twice?? Please Help > Url: http://groups.google.com/group/android-developers/t/53cb38b3ffbc8b9d > ============================================================================= > > ---------- 1 of 1 ---------- > From: "Tommy Hartz" <[email protected]> > Date: Dec 16 09:06PM -0500 > Url: http://groups.google.com/group/android-developers/msg/4044351813229bad > > Hi, > > > > I am trying to fade an ImageView Out, change the Image, then fade it back > in. Here is the code I am using: > > > > private void fadeOut(){ > > > > AnimationSet > > > ============================================================================= > Topic: Problem about passing intent between two activities > Url: http://groups.google.com/group/android-developers/t/647bf452a4855b46 > ============================================================================= > > ---------- 1 of 1 ---------- > From: Indicator Veritatis <[email protected]> > Date: Dec 16 06:00PM -0800 > Url: http://groups.google.com/group/android-developers/msg/daf07fc8e57b6a6b > > I would if I could, but you are the one who has to do it. > > > > > ============================================================================= > Topic: Android videoview fullscreen problem > Url: http://groups.google.com/group/android-developers/t/d212e4e5edf69ad9 > ============================================================================= > > ---------- 1 of 1 ---------- > From: Indicator Veritatis <[email protected]> > Date: Dec 16 05:59PM -0800 > Url: http://groups.google.com/group/android-developers/msg/d25fde39f825e85d > > You may not admit it, Pavan, but if the admins were to take any > punitive/disciplinary action, you would be at least as worthy a target > as Jim. For just as he said, everything he said about the > > > ============================================================================= > Topic: how to block application installation > Url: http://groups.google.com/group/android-developers/t/6d204c49e9043688 > ============================================================================= > > ---------- 1 of 1 ---------- > From: Indicator Veritatis <[email protected]> > Date: Dec 16 05:51PM -0800 > Url: http://groups.google.com/group/android-developers/msg/306e6cbd2efc3b6 > > Yes, it really does sound like malware. I hope someone is tracking who > asks these questions useful only for writing malware. > > > > > ============================================================================= > Topic: How to determine what Activities are bound to my Service > Url: http://groups.google.com/group/android-developers/t/ea6e10fa981316c7 > ============================================================================= > > ---------- 1 of 2 ---------- > From: Bsweet <[email protected]> > Date: Dec 16 05:24PM -0800 > Url: http://groups.google.com/group/android-developers/msg/ff286f91fca2a5d8 > > Thanks Dianne, > > I'm sorry if I am just slow here, but it still isn't clear to me how I > would get the uid of the caller from the service. > > Because it is a synchronous call to my remote service, is > > ---------- 2 of 2 ---------- > From: Mark Murphy <[email protected]> > Date: Dec 16 08:34PM -0500 > Url: http://groups.google.com/group/android-developers/msg/471af5dfc0ed3bd9 > >> I'm sorry if I am just slow here, but it still isn't clear to me how I >> would get the uid of the caller from the service. > > :: smacks forehead :: > > I forgot about the methods on Binder. > > > ============================================================================= > Topic: ICS Recent apps thumbnails > Url: http://groups.google.com/group/android-developers/t/60365f9a1d03ba2c > ============================================================================= > > ---------- 1 of 2 ---------- > From: Zsolt Vasvari <[email protected]> > Date: Dec 16 05:27PM -0800 > Url: http://groups.google.com/group/android-developers/msg/8507397ccae35854 > > Diane, no offense, but please do see beyond the theoretical world of > Google. If you want Android to be taken seriously as a productivity > platform, these concerns shouldn't be summarily dismissed. > > ---------- 2 of 2 ---------- > From: Mark Murphy <[email protected]> > Date: Dec 16 08:30PM -0500 > Url: http://groups.google.com/group/android-developers/msg/317ed1f659986681 > >> Applications can't access the thumbnails. > > Um, well... > > If nothing else, there have been a variety of devices that have > allowed apps to take screenshots, due to security flaws. I haven't > > > ============================================================================= > Topic: openOptionsMenu not working on Honeycomb device > Url: http://groups.google.com/group/android-developers/t/2b1d8f0486f07f4b > ============================================================================= > > ---------- 1 of 1 ---------- > From: Mark Murphy <[email protected]> > Date: Dec 16 07:56PM -0500 > Url: http://groups.google.com/group/android-developers/msg/81fa34a04ae211 > >> an imaginary API 11/12 Large sized device or any Normal sized device. Are >> you able to confirm that in these circumstances there would definitely be >> a >> Menu option somewhere that the user could > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" 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-developers?hl=en
-- Sent from my mobile device ASAK -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

