Hamza Rizwan

Results 42 comments of Hamza Rizwan

> .setTrackDrawable(new ColorDrawable(Color.TRANSPARENT)) The source of the bug is here, creating a TRANSPARENT track layer is what is causing this problem. Remove this line and see if the error persists....

**This is a hacky way but works, I am strictly open to suggestions and improvements** Declare a variable `var itemPosition = 0` in you `onBindView` assign **position** to **itemPosition** var...

Just go to your **MenuAdapter**, find the view like this `TextView textView = optionView.getRootView().findViewById(R.id.duo_view_option_text);` then set the text color `textView.setTextColor(Color.BLACK);` you can do the same with the dots as well,...

It takes about 3 to 5 minutes on UFS 2.1, May take longer.

@bornhustler07 I have this planned already and it will be added soon in the app.

@bornhustler07 Could you suggest me some app that uses this feature and if possible open source?

Thanks, I'll have to learn about this first and will update here once I begin adding this feature.

I do not have any plans for releasing the app outside Play Store at the moment. My only focus right now is the development of the app and using Play...

> That's a pity, as it excludes all those users not having access to it. I'll think about it later. And, I'm not sure to why AppBrain listed Firebase as...

> @Hamza417 I cannot check that as I have no build environment (I'm no Android dev). Yes, I can investigate it by reading, but that doesn't include a dependency tree...