Android - UI Design Tutorial
In this chapter we will look at the different UI components of android screen. This chapter also covers the
2021-12-07 14:02
126 
关于Android Studio gradle build running很久的问题
在defaultConfig里加上multiDexEnabled true然后就可以了
2021-12-07 14:02
123 
Android学习笔记46:使用Post方式提交数据
在Android中,提供了标准Java接口HttpURLConnection和Apache接口HttpClient,为客户端HTTP编程提供了丰富的支持。  在HTTP通信中使用最多的就是GET和POST了,GET请
2021-12-07 14:04
122 
Android Tutorial
Android is an open source and Linux-based operating system for mobile devices such as smartphones and tablet
2021-12-07 14:05
122 
Android 6.0 以及HttpClient
Android 6.0 SDK,API Level 是 23。更新之后,就可以修改 compileSdkVersion 和targetSdkVersion 到 23 体验新的特性了。同时 Android Suppor
2021-12-07 14:03
121 
Android基础控件之Button的基本使用
Button基本使用方法  首先,添加Button控件到XML布局文件中。也可通过程序添加。  在布局文件中设置按钮的一些属性,如位置,宽高,按钮上的字,颜色等。  比较重要的是要给按钮一个id号,这是按钮唯一的名字
2021-12-07 14:01
121 
Android版本号versionCode,versionName
AndroidManifest.xml是每个android程序中必须的文件。它位于整个项目的根目录,描述了package中暴露的组件(activities, services等),他们各自的实现类,各种能被处理的数据
2021-12-07 14:03
121 
android UI进阶之实现listview的分页加载
上篇博文和大家分享了下拉刷新,这是一个用户体验非常好的操作方式。新浪微薄就是使用这种方式的典型。还有个问题,当用户从网络上读取微薄的时候,如果一下子全部加载用户未读的微薄这将耗费比较长的时间,造成不好的用户体验,同时
2021-12-07 14:03
120 
返回顶部 留言