Abdulsamet Kılınçarslan
Abdulsamet Kılınçarslan
Here is the source code: It doesn't fit the screen `` `binding.animalDrawable.setImage(ImageSource.resource(R.drawable.ant)` 
@davemorrissey
Sorry if I was bad to explain my problem. My problem is the image doesn't fit the screen when I don't specify any setMinimumScaleType. In normal ImageView when I use...
For example in tablets when I use CENTER_CROP, it doesn't fit the screen. 
@davemorrissey
I have a question. Should I use my Fragment class (which has resume,start,cancel buttons of a download link) instead of DownloadService class ? Or I mean can I use the...
@Hacker437 Yes I need background downloading
@Hacker437 But fragment can't extends Service. What should I do to start downloading process in Fragment and continue to backgrond downloading when app is killed or in background.
I have created a DownloadService class and DownloadCompleteReceiver as you did in the code. In fragmet, with a button I want to start the service, here is what I did...
How can I use the same fetch instance and request instance in Service in my Fragment ? Now the background process is working fine, but when I open the app,...