内容选择
全部
内容选择
内容分类
  • 学堂
  • 博客
  • 论坛
  • 开发服务
  • 开发工具
  • 直播
  • 视频
  • 用户
时间
  • 一周
  • 一个月
  • 三个月
  • Android

    Android 环境要求 Android SDK需要集成到APP工程中,建议您在如下推荐环境中进行集成开发。 准备Android Studio或者Eclipse集成开发环境,推荐使用Android Studio 3.3

  • Android

    Android 前提条件 已提交工单获取SDK包。 环境要求 Android SDK需要集成到APP工程中,建议您在如下推荐环境中进行集成开发。 准备Android Studio

  • Android笔记:EditText 为什么不能自动换行

    android:inputType=“textCapSentences”–仅第一个字母大小 android:inputType=“textAutoCorrect”–前两个自动完成 android:inputType=“textAutoComplete”–前两个自动完成

    作者: 程思扬
    发表时间: 2022-01-12 15:32:51
    641
    0
  • android(2)

    --水平居中-->"<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="match_parent"     android:layout_h

    作者: 泽宇-Li
    842
    3
  • android

    布局:1234567891011121314<LinearLayout android:layout_width="wrap_content" android:layout_centerVertical="true" android:layout_centerHorizontal="true" android:lay

    作者: 泽宇-Li
    725
    1
  • android

    布局:1234567891011121314<LinearLayout android:layout_width="wrap_content" android:layout_centerVertical="true" android:layout_centerHorizontal="true" android:lay

    作者: 泽宇-Li
    835
    1
  • android

    布局:1234567891011121314<LinearLayout android:layout_width="wrap_content" android:layout_centerVertical="true" android:layout_centerHorizontal="true" android:lay

    作者: 泽宇-Li
    826
    1
  • android

    w绘制在屏幕上。2、DecorView作为顶级View,一般情况下它内部包含一个竖直方向的LinearLayout,在这个LinearLayout里面有上下两个部分(具体情况和Android版本及主体有关),上面的是标题栏,下面的是内容栏。在Activity中通过setConte

    作者: 泽宇-Li
    846
    3
  • 文章不能自动换行

    最近新发的文章,发现不能自动换行,文章开头的几个段落不能自动换行,下面的又可以了,请问是什么原因?

    作者: 喵喵11
    38
    3
  • Android 实现radiobutton单选换行效果

    因为Radiogroup设置换行以及每行的个数非常麻烦,也没有用类似gridView实现。这个就是写死的RadioButton。 xml布局 &lt;LinearLayout android:layout_width="match_parent"

    作者: 再见孙悟空_
    发表时间: 2022-01-13 16:53:11
    865
    0
  • Android修行手册 - LinearLayout线性布局全解析

    encoding="utf-8"?> &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_h

    作者: 芝麻粒儿
    发表时间: 2022-09-19 13:30:57
    194
    0
  • Android中RelativeLayout和LinearLayout性能分析

    RelativeLayout和LinearLayout性能PK Measure都干什么了 小结 RelativeLayout另一个性能问题 结论 先看一些现象吧:用eclipse或者Android studio,新建一个Activity自动生成的布局文件都是Relati

    作者: 芝麻粒儿
    发表时间: 2021-08-04 17:18:13
    1514
    0
  • Android奇淫技巧】Android Studio自动导入包名

    Android Studio中可以通过Alt+Enter的快捷键方式导入包名,但是这种方式只能一个个添加,如何自动添加呢? FIle -&gt; Setting

    作者: ReCclay
    发表时间: 2022-02-21 16:50:50
    685
    0
  • Android开发基础

    课程包含Android基础知识、Activity、UI、线程间通信、数据存储基础等丰富的移动端应用开发理论基础知识。

  • android

    类别。如下:<manifest xmlns:android="http://schemas.android.com/apk/res/android"    package="com.example.helloworld"    android:versionCode="1"    android:versionName="1

    作者: 泽宇-Li
    1034
    2
  • android 2021/1/26

    0" encoding="utf-8"?><TextView xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:gravity="center_ve

    作者: 泽宇-Li
    933
    3
  • android

    public void onCreate() {        Log.d("MyApplication", getProcessName(android.os.Process.myPid()));        super.onCreate();    }    /**     * 根据进程

    作者: 泽宇-Li
    1037
    1
  • Android开发学习笔记(四)线性布局LinearLayout

    xmlns:android="http://schemas.android.com/apk/res/android"&gt; &lt;Button android:layout_width="wrap_content" android:lay

    作者: zstar
    发表时间: 2022-08-05 17:36:39
    110
    0
  • Android学习之editText换行问题

    只需要一句即可! ... android:inputType="textMultiLine" ...123

    作者: ReCclay
    发表时间: 2022-02-21 16:38:01
    344
    0
  • android(3)

    静态注册:在AndroidManifest.xml中注册广播(称为静态注册)    <receiver android:name=".MyReceiver">     <intent-filter>      <action android:name="com.anjoyo.receiver"/>     </intent-filter> 

    作者: 泽宇-Li
    833
    3