WEB开发网
开发学院手机开发Android 开发 Android 字体+程序隐藏+菜单运用+soundpool 阅读

Android 字体+程序隐藏+菜单运用+soundpool

 2012-06-04 16:52:30 来源:WEB开发网   
核心提示:package xiyangyang.co.cc;import java.text.DateFormat;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.HashMap;import java.util.Timer

package xiyangyang.co.cc;

import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.HashMap;
import java.util.Timer;
import java.util.TimerTask;

import android.app.Activity;
import android.app.AlertDialog.Builder;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.graphics.Typeface;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.SoundPool;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.SubMenu;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.Window;
import android.view.WindowManager;
import android.widget.ImageView;
import android.widget.ScrollView;
import android.widget.TextView;
import cn.mapplayer.engine.IAuxiliaryNotifier;
import cn.mapplayer.engine.IOffersNotifier;
import cn.mapplayer.engine.MiidiCredit;

public class XiyangyangActivity extends Activity implements IOffersNotifier,
IAuxiliaryNotifier {
SoundPool mSoundPool;
HashMap<Integer, Integer> soundHashMap = new HashMap<Integer, Integer>();
MediaPlayer mediaPlayer;
ScrollView scrollview;

/** Called when the activity is first created. */

1 2 3 4 5  下一页

Tags:Android 字体 程序

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接