On Mon, Jul 25, 2011 at 12:25 AM, burnbrain <[email protected]> wrote: > Hello, I have some problem to use > com.android.server.status.AnimatedImageView on Gingerbread. > It works fine until 2.2, but it doesn't run on 2.3. > I have found the cause that the AnimatedImageView doesn't exist in > 2.3. > > If so, what API can I use to indicate downloading instead of > AnimatedImageView?
Hunt around, find the source code for it, copy it into your project (after refactoring it into your own package), and use it in accordance with the Apache License 2.0. > And, How can I know removed non-public API in 2.3, 2.4 or 2.5 and so > on (on the future version)? You don't know. > Shouldn't I use non-public API? You should not use a non-public API. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

