Muzammil Hussain

Results 2 comments of Muzammil Hussain

Use Pagination for loading artist songs like this: AbsArtistDetailsFragment.kt: ``` // Pagination private var songsList: List = arrayListOf() private var tempArrayList = ArrayList() private val tempList: List get() = tempArrayList.toList()...

> Replace the method getCaptureImageOutputUri in the CropImage.java file with the below code, might solve the problem. it worked for me > > public static Uri getCaptureImageOutputUri(@nonnull Context context) {...