Muhammad Saqib
Muhammad Saqib
Hi there, I'm getting lots of out of memory errors. Can you please take a look `Mar 4, 5:09 PM on app version 16 Samsung Galaxy Note2 (t03g), 2048MB RAM,...
Hi there, I'm displaying an activity as a dialog using dialog theme. It is appcompat activity. After triggered the the simple tool time, it is changing my dialog size. After...
Hi, Can you please guide how can I set max usable limit in this seekbar so it should not go further than this limit. Min: 0 Max: 100 maxUseableLimit: 70
Great library, can you please add GMT value (float/decimal) for countries? Like if we select India then the GMT value should be 5.5f.
It's crashing when app:hide_otp is set to "true". Working perfectly when it's set to "false". /AndroidRuntime: FATAL EXCEPTION: main Process: com.aku.myreferrals, PID: 14571 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.aku.myreferrals/com.aku.myreferrals.activities.PinCodeActivity}: android.view.InflateException:...
Hi, I need to add multiple tabs dynamically. How can I create tabs at run time with your library?
I would like to change the Ring color and Progress line color. How can I do that?
Is there any way to know (or trigger some codes) when a spotlight sequence ends?
Hi, I'm using dot indicator without attaching it with any viewpager (my own custom page slider). I'm wondering if is there any way to set change currently selected dot?
Trying to set progress color programmatically in onBindViewHolder of RecyclerView but its not updating the progress color. viewHolderVoiceMessage.binding.sbProgress.setWaveProgressColor(R.color.red); OR viewHolderVoiceMessage.binding.sbProgress.setWaveProgressColor(ContextCompat.getColor(context, R.color.red)); Both are uneffected.