自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

阿甘的安卓学习笔记

java/Android开发学习笔记

  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 emas

package com.zsck.zsgy.emas; import android.app.Application; import android.content.Context; import android.content.SharedPreferences; import android.content.pm.ApplicationInfo; import android.os.Build; import android.text.TextUtils; import android.util.L.

2021-03-08 19:41:57 775 1

原创 haal

{ "private_cloud_config":{ "AppKey": "20000056", "AppSecret": "418268a99a1f85b4bc42b3b1cb72df79", "ChannelID": "600000@DemoApp_Android_1.0.0", "UseHTTP": "false", "StartActivity": "com.taobao.demo.WelcomActivity", "ACCS":{ "Domain": "accs-mobilepaa

2021-03-08 17:16:51 248

原创 求从2开始前50位素数,并按照每行十个来显示。

class Test_Overload { public static void main (String [] args){ int NUMBER_OF_PRIME =50 ; //定义总的素数数量 int NUMBER_LINE = 10 ; //每行10位数。 int number = 2 ; //定义NUMBER为2

2015-12-29 14:20:10 1096

原创 CheckBox 多选按钮的使用方法

创建布局文件*声明一组多选按钮,设置各个按钮id .*<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:

2015-10-18 21:28:24 1205

原创 控件内边距、外边距

dp.sp. 一般情况下: 字体设置一般为sp,方便随系统大小。 控件高度、宽度 大小一般为dp. 外边距:layout_margin (上:layout_marginTop  下:layout_marginBottom  左:layout_marginLeft  右:layout_marginRight) 内边距:padding (上:pad

2015-10-17 17:02:27 1158

原创 View控件的学习

View控件的学习一:View 是所有控件的父类—->文本textview 按钮button 多选 checkBox单选 RadioButton 布局 layout .二:View 的使用方法 1.获取代表控件的对象 textView.setBackgroundColor(Color.GRAY); button=(Button)findViewById(R.id.button); 2.

2015-10-17 16:05:42 308

原创 初次 安卓开发学习重要的三个概念:

安卓开发学习重要的三个概念: Activity(活动)启动时装载---->layout(布局)--->控件--->为控件绑定监听器 LinearLayout--->水平方向线性布局 virtcal 垂直方向线性布局  horizontal (控件布局一般不能match_parent )

2015-10-17 13:23:17 373

console.log (1).zip

android build

2021-03-02

空空如也

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

TA关注的人

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