Kayıtlar

Mayıs, 2019 tarihine ait yayınlar gösteriliyor

Mobil Programlama - Media Player

activitymain.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context="com.example.android.mediaplayer.MainActivity"> <Button android:id="@+id/baslatbutonu" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Play" /> <Button android:id="@+id/durdurButonu" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Pause" /> <Button android:id="@+id/artises" android:layout_width="wrap_content&q