Imageview Questions
Ad
How to set an imageview with a picture from firebase storage
I am trying to retrieve images manually uploaded from firebase storage and display them in image vies in the app. i tried this method below. the
Unexpected non-void return value in void function while calling data from firebase
I am trying to call data from firebase that changes the image view to be that of what is stored in the database. when i call my code, i see
Apply custom mask to an ImageView
I want to adust my imageview like this:
Keep UIStackView to be positioned exactly below, top UIStackView inside a proportional UIStackView
I have this one big customview, on which i have positioned one parent uistackview to contain two uistackviews.
Counter for Images Displayed
I have a working app where images are being downloaded from the server, stored locally and being displayed in an image view as a slideshow every
How to store and get image into/from a SQLite database android
I am inside a fragment and i have a circleimageview to which i have set an image in xml by default using
Get from Arraylist and Update Imageview Periodically after some Interval
I have one arraylist (string) ready which contains the web link of some images. now i want to update an imageview periodically after some interval
How can i upload image using glide from url path
I want to use glide to get an image of the image url, but i get an error i do not know why. i already check what can i do but i don't
Make image as marked when clicked on in a recyclerview
I have a horizontal recyclerview with images and text, when i click on any item , i want it to be shown as marked. i don't want to select multiple
resizing imageview with piccasso makes my app not adaptive to other device sizes
I have a layout file that represents a row item in recyclerview. that row item contains an image that is loaded though piccaso library when going
Ad
How to bind image to ImageButton dimensions?
I'm having trouble inserting a large image into imagebuttons which are children of a gridlayout... i'm trying to build a tic-tac-toe board
Android Get/Set Value to an ImageView
I have an imageview as such: <imageview android:id="@+id/p4" android:layout_width="32dp"
Upload image to Firebase Storage and show as Profile Image
I need help with uploading image to firebase storage. i have a profile menu in my app. when user tap on this menu he/she can see profile with
Not able to intent to next layout
I'm working on my project and i created an interface of my app.
Remove white spaces around image view
I have used an image view inside constrains layout and set height and width to zero and added height and width percentage. but when i add the
How to fetch the location(Location at which image was taken) of selected image from gallery in Android Studio?
I am developing an app, that performs operations such as take photo using camera and view the photos taken.now, i have a button onclick of which
Android, get image from gallery into a imageView
I'm trying to add a photo from my gallery, round image with canvas and put intoa imageview but i always get this error:
Android - Draw border around ImageView
I have defined an imageview and it i want to do two actions: round its edges and draw a colored border around the bitmap. first i get it well, but
Android Glide won't load .jpg from url
I have a glide method that i use all the time to fetch images from a url. it has previously worked without exception. in a new layout, i have an
Insert Image using variable name in Kotlin
I currently am working on an app that has a list of characters and images associated with each of them. i want to insert images for all the
How can I make an ImageView that doesn't draw the transparent parts of the image?
I need my custom imageview (called itemanimationview) to not draw any part of its image that is transparent. i use this class
Ad
Unable To Pass Image View As Parameter in Function That Populates Recycler View with Many Image Views
I have written a function to populate various image views in a recycler view, nothing wrong with the function its working fine. but its too long
Why does the wrap_content in imageview not make it much bigger based on the actual width?
I have an imageview that has: android:layout_height="100dp" android:layout_width="wrap_content"
package androidx.appcompat.widget does not exist Android Studio
I have created a custom class which extends imageview. it was working perfectly fine until androidx shows up. here, the java code
how can i display items when we click imageView
I'm struggling to use imageview as a button that i need when i click it should display items, like when we click a spinner the same
RecyclerView setting a image in the wrong place
I have a recycle view, 2 differents adapter and i have a default image. the problem is that when a user doesn't have an image, sometimes it loads
Are there any websites from which we cannot fetch network-images for flutter projects?
Any websites which does not allow or limit their network images to be shared in flutter?
How to give maximum height as possible to views that are vertically aligned and keep these views with the same height?
I have three imageview representing cards that are vertically chained. on top of them i have a textview and below them a button. you can see what
Thread 1: "+[UIImage systemImageNamed:]: unrecognized selector sent to class 0x111e616e0"
Thread 1: "+[uiimage systemimagenamed:]: unrecognized selector sent to class 0x111e616e0" this error occurs in
call method from custum imageview
I have an activity which has a custom imageview. in imageview, i want to call a method from the activity. is this possible?
what functionality will be used to maximize the image in flutter?
I am new to flutter so please go easy on me i am practicing grid view i stuck up on what functionality should be used to take the specific image
Custom image view looses state on Marshmallow
I am using the photoview library in my android project. the
Ad
How to set random color on ImageView?
I want to set random color on imageview. my colors take place in array. how to set my colors in random on imageview? my
ImageView can not be resized using the layout weight
I want to divide my screen into 3 vertically equal parts and add an imageview to the top part. when i add the image, the parts won't be equal.
Action Bar Title Disappearing When Setting Image
I am trying to set image into action bar, i am using circularimagview to do that. (scaletype.fit_end does not work for circularimageview
How to set multiple image in multiple imageview
I am new to programming and android. i'm building an app that allows users to upload multiple images,i am using two image view, pic from camera to
In android studio the image not showing in the Display section even after importing
I am trying to show the picture, so that i use image view. in the image view xml section i wrote this code:
Sometimes ImageView Appears Black
I am using simple imageview in my application. as below <imageview android:id="@+id/imvtriparrow"
Load higher res on zoom, prevent resource release
What i want to accomplish is to load an image into touchimageview
How to place a button at an specific coordinate in an imageview
I have added following image in an imageview. this is a jpeg image
Loading an iImage in a custom DialogBox from a URL with Picasso
I have created a method where i can load an image from drawable folder which is working fine but when i was trying load image from
ImageView not Updating with new URL after activity is reopened
There are simple activities a and b. activity a launches activity b and i can select an image as profile image, which first i will upload it to
Adding Video in Placeholder
I want to use a video placeholder before the actual images loads up. i am using a fullscreen imageview to load the image but till the time image
Ad
How to insert your own image into a SQLite table?
I have made a table with user info already stored in it. when the user registers with the id, all the details like username, course are retrieved
Upload image from device to firebase
I've been trying to upload an image to firebase and then set it to be the profile picture of an user. for some reason the url address of the image
ImageVIew slightly outside of the parent view
I would like to have an imageview that should be half outside of the view. i have tried with the negative margin. but couldn't get the desired
Base64 image not displayed in android imageview
I am trying to show the base64 image in image view but it doesn't display. i am decoding and setiing image bitmap of the imageview. i am
Image not getting displayed in imageView
Why my image not getting displayed in imageview? var image : bitmap?=null longtoast(obj?.image?.url.tostring()) try
RecyclerView adapter not recognising current drawable in ImageView
I'm trying to get my app to use an if statement and detect if a specific drawable is set to an imageview. however, the
my app is not responding when it should be asking for permission
I'm coding an instagram clone and i must request external storage permission but my app doesn't respond when i clicked imageview that ı set
Android ImageView with PixelArt
I want to dispaly pixelart in an imageview but it keeps getting blurry. i tried it like explained in
How to print image displayed in ImageView in android Studio
I have a recyclerview which will display all images from json path and i used a click event that will display the clicked image to a new activity.
How to add images in gridview? I am getting grid data from API but I want to add images to that gridView
I'm using grid view in my project. i am getting data from api. but i want to add images to that grid. the below given code is adapter class
How to get ImageView full width when inside a HorizontalScrollView
i'm placing a very wide image inside a horizontalscrollview. the imageview/scrollview height is dynamic as i've set the height to 0dp and
Ad
How to properly rotate ImageView that belongs to a RecyclerView
I'm asking this question because i get a funny error by which i get two imageview of my recyclerview rotated when, in principle, i have only
How to implement freehand image cropping in android?
How can i implement freehand cropping on imageview. using below code i'm able to draw freehand path and can able to crop
Check to see if ImageView is equal to input click
I am wanting to create an android app (using android studio) whereby a user will see a random image that i've generated in an array. they then
How to load MySql Table image (BLOB ) in to ImageView using JDBC Drive
I have a project working on. in this project i am trying to get login user image in to imageview from mysql table via jdbc driver, in this case,
Transparent background turns white
I'm uploading an image with a transparent background to firebase. the background becomes white when i downloaded it somehow. any idea how to fix
Which is more efficient - setting color filter first and then setting bitmap or setting bitmap and then setting color filter?
I am inflating many imageviews dynamically, each having different color filter. sometimes the app gets slaggy and ui starts sticking. i
Android, XML: Show only portion of image in layout container without altering aspect ratio
I want to set a background to any layout. usually, i would go on about this like here: <linearlayout
ImageView RecyclerView Lazy Load
I have a recyclerviewadapter which in onbindviewholder, i make an asynctask call to download the image required from google cloud storage.
How could I do a special round corner shape for ImageView/FrameLayout?
As you can see here i try to make
Change imageView with time of day
I'm trying to have imageview updated based on time of day but for some reason its not working and not getting any compilation error.
How to develop book application with chapter content that has text and images using database
What would be the best way to implement a book application which has text and images in a chapter as shown in the following examples of another
Ad
How to fix pixelated image in Flutter
I want to create a rounded image widget, but it ends up pixelated. with image.network(url), i get the following:
android tooltip for imageview to show "pinch to zoom"
Android tooltip for imageview to show "pinch to zoom", i am done with touchimageview it is working very good, but i want to show user that image
How to use onClick for multiple ImageViews for starting other activities
For the java file: public class userdatainputactivity extends appcompatactivity { @override protected void oncreate(bundle
Resources $NotFoundException: Resource ID #0x0
I am storing the image name with extension in sqlite example("food.xml"). when i fetch the image name and try to set it to imageview i am
Changing an Image resource
When i'm clicking on a button, i want to change an image view to different picture, to wait 3 seconds, and to change it again to another picture
Android UI - What Layout to be used to draw many ImageView horizontally
I have some images, let's say 4 to 10 images. i want them to draw horizontally and dynamically resize if more image added. for
How to solve: type 'List<dynamic>' is not a subtype of type 'String'
I want to update image from listoftasknotapprove class which it will pass the object of documentsnapshot into the edittasknotapprove. before i
Why application with 300 images stops working?
I have created an app which consist 300 images. at the start of app it works snooth, no issue. but when i start the listactivity which load
Android ImageView setImageResource is not working in OS 6.0
Imgview.setimageresource(r.drawable.enable); image of enabling bluetooth is in res folder, and user imageview in xml and
Store Image with NSCache from Firebase - Objective C
Hello everyone i'm trying to use nscache to manage the images taken from firebase via url .. i'm using nscache because every time i browse the
Unable to view Firebase data in RecyclerView and CardView
I am able to retrieve data from firebase, but not displaying in recyclerview and cardview. here i am posting code. i
Ad
Place a scrim above an ImageView shown using Picasso
I'm showing an image using picasso into an imageview in a toolbar and i gotta make readable the toolbar title even if it's a b&w pic so i want
How to give tint color to imageview android?
I have to change tint color of imageview but programmatically. i will be getting a string value from server for eg:
when starting app on samsung device it crashes with the following error
My app crashes everytime i start it on a samsung s7. on other devices i worked with it worked fine every time. it tells me, that a bitmap is to
How to pinch zoom an image picked from gallery
I am start to develop a editing app i can got take images from gallery to app but i don't know how to pinch zoom it and pan please anyone tell me
How to place circularImage closing button on corner of Activity
Hi i am new to android and i want to display a circular cancel button on image view for closing the dialog same as below image
Set a bitmap as background and crop it
I'm trying to set a bitmap image as background of a framelayout. <framelayout android:id="@+id/game_list_header"
How do I prevent imageview overlapping?
I can't figure out how to stop this image from overlapping the other
Android Image Crashes The Application
I am trying to add an image to my newly created app. but , when i run my app it crashes. i have written no code in my app so i am providing xml
Set ImageView colorFilter on android 5 (api 21)
I have weird problem with imageview on android 5(api 21). when i set imageview tint color in xml then i can’t change it on code!!! i tried
Unable to set <UIImage:0x283942880 anonymous {1080, 1080} renderingMode=automatic> to UIImageView XCode Swift
I have built an app which fetches contacts from phonebook and saves their name and photo. to save the photo i've used the following code
How to set ImageView in edittext
I am using the edittext with drawableleft property and set imageview in left side for displaying mobile icon. my question is how to put imageview
Ad
how to adjust the borders for hexagon shape to imageview
I want to display hexagon border for imageview i did by using below mentioned class.but i want to adjust the borders for it. i tried but facing
Aligning two imageviews properly in custom toolbar - android
I want to display two imageviews using my custom toolbar. this is the xml for my custom toolbar: <?xml version="1.0"
ImageView is not at the center of the screen
I have followed one of the video on youtube that i can move image by pressing the image and move around, but the starting position is at the top
Firebase storage, cannot get download url successfully. (Android)
This is my code so far. public void getimage() { firebasestorage storagi = firebasestorage.getinstance();
I want to program an ImageView to first rotate slowly and then gradulaly increase the rotation speed
I'm using an imageview which has a fan image. the layout resource file is this: xml layout code:
Image not displaying on ImageView
Image is not displaying in the imageview. i can select image or take a photo of a new image but the image will not show in
Image is shown as blurred in ImageView while using mipmap resource directory
While loading image in imageview for android studio using android:src="@mipmap/stunner my image is getting
Unable to view text in the viewpager kotlin
I am suing viewpager for sliding images along with their text in android using kotlin. despite having text in the layout and also adding the text
how to put text on image bitmap at bottom?
What i want: i want to add text at bottom of a image which i have chose from either gallery or camera. original
Image not appear in Collapsing Toolbar
When first launch activity, the image not appear, but when u scroll, the image appear. i really confuse about this problem, please help. is it
ImageView must be used from main thread only
I am getting a url from my firebase database to be download images and am getting this error on the cell.articleimage.image = uiimage(data: data)
Ad
Not able to set image on ImageView with normal setImageUri and with Picasso - Android Nougat
I am trying to select the image from gallery and send it to other activity. it's working fine in kitkat but not working in android nougat. i tried
ImageView image populated Upside Down
I am trying to populate an image in an imageview using picasso, but the image is populated upside down or rotated 90 degrees. below is the code
Ad
Blog Categories
Ad