自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 记住密码登录

1、MainActivity.java package com.liu.activity; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import and

2015-07-17 15:03:31 600

原创 浏览网络图片

1、下面是具体布局文件   android:id="@+id/picturepagh"   android:layout_width="fill_parent"   android:layout_height="wrap_content"   android:text="@string/hello_world" />   android:id="@+id/btn"   andr

2015-07-17 14:59:55 236

原创 背景音乐播放

import android.content.Context; import android.content.res.AssetFileDescriptor; import android.media.MediaPlayer; import android.util.Log; /** * * This class is used for contr

2015-07-17 11:42:49 591

原创 有道词典的简单实现

布局代码 http://schemas.android.com/apk/res/android"   android:layout_width="match_parent"   android:layout_height="match_parent"   android:orientation="vertical" >        android:id="@+id/editText"

2015-06-26 16:01:21 469

原创 随便看看页面的设计

模拟新浪微博随便看看Activity_main.xml代码显示: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"

2015-05-12 08:29:15 265

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除