October 2018
Intermediate to advanced
464 pages
15h 17m
English
As explained previously, we'll need a sound file to include in the project. Once you have your sound file ready, follow these steps:
<Button android:id="@+id/buttonPlay" android:layout_width="100dp" android:layout_height="wrap_content" android:text="Play" android:onClick="buttonPlay" /><Button android:text="Pause" android:layout_width="100dp" android:layout_height="wrap_content" android:id="@+id/buttonPause" android:onClick="buttonPause" app:layout_constraintTop_toBottomOf= ...