Abdulsamet Kılınçarslan

Results 12 comments of Abdulsamet Kılınçarslan

Here is the source code: It doesn't fit the screen `` `binding.animalDrawable.setImage(ImageSource.resource(R.drawable.ant)` ![Screenshot_1632730493](https://user-images.githubusercontent.com/78380553/134870480-8dadfb88-f7c1-40bc-b792-ac648907204d.png)

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. ![Screenshot_1633537744](https://user-images.githubusercontent.com/78380553/136245174-984c2c53-3d6f-42da-9b47-b01bfcc9557e.png)

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,...