You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am launching AudioWife when user click on item, when i click on item nothing happens just recyclerview stops scrolling for a while.
I am doing like this in onBindViewHolder:
AudioWife.getInstance().init(context, Uri.parse(consersation.getListMessageData().get(position).text))
.useDefaultUi(mPlayerContainer, getLayoutInflater());
Please help me to resolve this issue.....
The text was updated successfully, but these errors were encountered:
copy all the elements from ax_player.xml to your recycler view item's xml.
then find each of them by id like other elements in your ViewHolder.
then set each of them for the AudioWife in the onBindViewHolder() like this:
I am launching AudioWife when user click on item, when i click on item nothing happens just recyclerview stops scrolling for a while.
I am doing like this in onBindViewHolder:
AudioWife.getInstance().init(context, Uri.parse(consersation.getListMessageData().get(position).text))
.useDefaultUi(mPlayerContainer, getLayoutInflater());
Please help me to resolve this issue.....
The text was updated successfully, but these errors were encountered: