Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.
I've implemented Google Maps V2 in my android app and now I would like to do something differently. I'm showing …
android google-maps imageview android-imageviewNot able to find perfect solution for loading a gif image in placeholder Glide .with(context) .load("imageUrl") .asGif() .placeholder(…
android android-imageview picasso android-glide ionI have a imageview <ImageView android:id="@+id/imgCaptured" android:layout_width="fill_parent" android:layout_height="fill_parent" …
android bitmap imageview android-imageview bitmapimageOn one hand I have a layout with two ImageView : <FrameLayout xmlns:android="http://schemas.android.com/apk/res/…
java android animation android-animation android-imageviewI have this code: <ImageView android:id="@+id/listitem_logo" android:layout_width="match_parent" android:layout_height="wrap_…
android android-imageview android-imageI have a requirement where I have an ImageView and a button. http://i1289.photobucket.com/albums/b509/salikclub/Rotate-Last-Start_…
android imageview android-imageview image-rotationI am developing an application for the Galaxy S4. One of the requirements of the application is having a SplashScreen …
android image bitmap android-imageview out-of-memoryI'm working with a Voice recognition application and I want to make my play/stop button "pulse" when it's recording. …
android button android-animation android-imageview scaletransformI am trying to load images from a server, according to their id number. Which would be the best method …
android web-services android-imageview android-image webservice-clientI need to set the Bitmap into ImageView to keep ratio 16:9. Do you have any advice? The main solution is …
android bitmap android-imageview aspect-ratio