Posts

Showing posts with the label alphabetical

MediaPlayer is not playing audio each button click same time

Image
Clash Royale CLAN TAG #URR8PPP MediaPlayer is not playing audio each button click same time I'm using MediaPlayer for alphabet. while clicking a single button audio is playing. each button click is not responsible. while audio end then working another button. but i want to set each button click play audio same time. how to do this? please inform me that how to solve this problem. sor_borno.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" an...