2013年5月7日

Android & 去掉标题栏

摘要: AndroidManifest.xml<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.zachary01" android:versionCode="1" android:versionName="1.0" > <uses-sdk andro 阅读全文

posted @ 2013-05-07 20:44 Zachary_wiz 阅读(147) 评论(0) 推荐(0) 编辑

Android & 读取MP3文件的图片

摘要: MainActivity.javapackage com.example.zachary01;import java.io.FileDescriptor;import java.io.FileNotFoundException;import java.util.ArrayList;import android.app.Activity;import android.content.ContentUris;import android.content.Context;import android.content.res.Resources;import android.database.Curs 阅读全文

posted @ 2013-05-07 12:45 Zachary_wiz 阅读(738) 评论(0) 推荐(0) 编辑

导航