Aayush

Results 4 issues of Aayush

creating and adding chip to the ChipsGroup for (i in selectedStates){ val chip = Chip(this) chip.text = i chip.setBackgroundColor(Color.parseColor("#2929290D")) chip.chipIcon = ContextCompat.getDrawable(this, R.drawable.ic_close) work_location_chipgroup.addView(chip) chip.setOnClickListener{ work_location_chipgroup.removeView(it) } } When adding...

Hello, My device is having 8gb RAM and 256 gb ROM, with 855 snapdragon processor but not able to render a 61mb obj. Below is .zip of obj file. [Female3dModel.zip](https://github.com/the3deers/android-3D-model-viewer/files/7041247/Female3dModel.zip)

I have read 6 to 10 is recommended value of maxview but i am implementing layout like inshort and want to keep only 2 items in recyclerview. Once maxviews is...

When using this layout manager, payload is always empty inside onbindviewholder. I tried to setItemAnimator to null and all the other solutions found on stackoverflow but nothing worked. Then i...