Posts

Showing posts with the label media player in sketchware

How to a Media Player on android mobile

How to a Media Player on android mobile How to a Media Player on android mobile Today we study on “how to make media player”. To day tell you a very important function of sound and media player. follow the following steps . step 1- open the skeatchware and step-2 package com.my.newproject2; import android.app.*; import android.os.*; import android.view.*; import android.view.View.*; import android.widget.*; import android.content.*; import android.content.ClipboardManager; import android.graphics.*; import android.media.*; import android.net.*; import android.text.*; import android.util.*; import android.webkit.*; import android.animation.*; import android.view.animation.*; import java.util.*; import java.text.*;   public class MainActivity extends Activity { private Button button1; private TextView textview1; private ImageView imageview1; private ImageView imageview2; private CheckBox checkbox1; private ImageView imageview3; private But...