-
乱码
乱码
- 2013-12-30下载
- 积分:1
-
这个是<android 开发入门>书中的helloworld代码,java环境,在eclipse环境下运行。...
这个是书中的helloworld代码,java环境,在eclipse环境下运行。-This is Book helloworld code, java environment, run under eclipse.
- 2023-03-17 03:30:04下载
- 积分:1
-
安卓考试源码
资源描述完整的Android考试系统源码,内嵌套webView加载html代码,全部试题采用JSON格式从网络传输,系统配有滑动菜单,错题收藏,模拟考试等等。。
- 2022-07-16 21:57:20下载
- 积分:1
-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
MaterialProgressBar-master
Android 5.0 自定义各种样式进度条(Android 5.0 Customize various style progress bar)
- 2015-11-17 13:47:38下载
- 积分:1
-
HelloAndroid
HelloAndroid 这是一个简单地安卓程序,导入eclipse即可运行,适合初学者体验编写安卓程序的乐趣。这是上传的第一个安卓程序。后续将不定期更新。
- 2022-11-02 10:35:03下载
- 积分:1
-
compand.sh
mac平台通过该脚本编译交叉编译openblas库。Openblas是一个高性能矩阵计算库,如果在Android平台部署深度学习模型,很可能需要openblas加速!(The Mac platform compiles cross compilation openblas library through this script. Openblas is a high-performance matrix computing library. If you deploy deep learning models on the Android platform, you will probably need openblas acceleration.)
- 2018-06-26 18:16:53下载
- 积分:1
-
Android 录制 H264视频并上传至服务器 例子源码下载
android h264视频采集,通过LOCALSOCKET上传到服务器上-android video capture and playback
- 2013-08-16下载
- 积分:1
-
基于安卓的二维码生成器
基于安卓的二维码生成器可以将文字信息转化为二维码的手机小软件
- 2022-10-15 10:55:03下载
- 积分:1
-
下拉删除
android 下拉刷新,上拉加载更多,listview带左滑删除的依赖包,可以直接依赖使用,Demo把项目是依赖包勾选掉(android Pull down, pull up, load more, listview with left slide delete dependent package, you can directly rely on the use of Demo, the project is dependent on packet check off)
- 2017-09-06 09:30:44下载
- 积分:1