Jatinder
Jatinder
Try this solution: Change ```view.layoutParams = TableRow.LayoutParams(0, ViewGroup.LayoutParams.WRAP_CONTENT, 1f)``` to ``` view.layoutParams = TableRow.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.MATCH_PARENT,1f)``` in ```reload()``` method of ```CollapsibleCalendar.kt``` class Full reload() method ```kotlin override fun reload() { mAdapter?.let...
Can someone please explain more about agora_access_token and rtm_access_token, like from where I can get agora access token and rtm access token
Hi, I am getting same error LOGIN_ERR_INVALID_TOKEN while login, Already activated app certificate Please check my code snippet and guide me how to resolve this error Code snippet: mRtmClient.login(null, userId,...