自定义博客皮肤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)
  • 收藏
  • 关注

转载 SubIntent

public class MainActivity extends Activity { private static final int SUBACTIVITY = 1; TextView textView; @Override protected void onCreate(Bundle savedInstanceState) { super.onCrea...

2018-07-06 21:42:59 156

转载 IntentPractice

public class MainActivity extends AppCompatActivity { Button button1 = (Button)findViewById(R.id.btn1); Button button2 = (Button)findViewById(R.id.btn2); Button button3 = (Button)findViewById...

2018-07-06 21:42:35 150

转载 ThreadPractice

RandomService.javapublic class RandomService extends Service { private Thread workThread; private static double random; @Nullable @Override public android.os.IBinder onBind(Intent inten...

2018-07-06 21:42:07 147

转载 ListViewPopMenuDBAdapter

public class MainActivity extends AppCompatActivity { EditText button_class = null; EditText button_name = null; EditText button_number = null; Button add = null; @Override protected...

2018-07-06 21:41:39 164

转载 MenuPractice

public class MainActivity extends AppCompatActivity { final static int CONTEXT_MENU_1 = Menu.FIRST; final static int CONTEXT_MENU_2 = Menu.FIRST+1; final static int CONTEXT_MENU_3 = Menu.FIRS...

2018-07-06 21:40:39 127

空空如也

空空如也

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

TA关注的人

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