-
提示应用
它是一个android程序,提醒献血者何时再次献血,并且有一些自定义的提醒空间来设置任何类型的消息和/或图像,以便在将来提醒
- 2022-08-11 20:40:21下载
- 积分:1
-
Android游戏打地鼠
安卓打地鼠的小游戏源码,有闯关模式、随机模式、计时模式、无尽模式四种游戏模式。闯关模式有农夫混在地鼠中,不光考验手速还考验反映速度,打错了扣除生命值,计时模式有30秒、45秒、60秒之分根据规定时间内的成绩来计算分数
- 2022-08-25 03:31:17下载
- 积分:1
-
LoginApp android直连sqlserver
android直连sqlserver,不再使用jdbc和.net,可以尝试在项目中使用,精简这一部分代码。。
- 2023-03-10 23:45:04下载
- 积分:1
-
基于STM32的网络通信实例
【实例简介】
该实例是运行在STM32平台上的LWIP网络通信实例
- 2021-08-05 00:30:58下载
- 积分:1
-
Android 可穿戴设备 UI 组件
资源描述这里有从 Github 上总结的代码片段。 在此感谢写这些代码构建事例的作者。
WatchViewStub 是个很有用的视图组件, 可以用来针对不同的设备选择布局。
不论设备是长方形,还是圆形。 这个组件可以跟圆形或者长方形的屏幕自动膨胀。
- 2022-06-29 16:59:34下载
- 积分: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
-
OBD 汽车数据监测demo
供学习和测试,基于Android平台的车况检测系统(OBD DEMO for android)
- 2018-04-04 17:24:09下载
- 积分:1
-
德州扑克手游
风靡欧美的德克萨斯扑克,这是JAVA开发的游戏源码供参考,希望对想开发这游戏的有帮助, 手机游戏德州扑克源码,包括服务器代码+安卓代码+IOS源码不是个人开发的,公司开发的,已经运营上线。The use of java source code developed by Texas poker, board games who want to develop friends, it should be some help
- 2022-06-12 15:43:38下载
- 积分:1
-
PanoramaGL
对于PannoramaGL有滑动效果有很大的改动,使界面滑动不再一直滑动下去。可以随手指的停止而使界面停止。(For PannoramaGL sliding effects are a lot of changes, so that no longer have been sliding down the sliding interface. You can stop leaving the interface with the finger stop.)
- 2020-06-16 06:40:02下载
- 积分:1
-
Android上的Wordpress程序源码
Android 的 WordPress 是一个开源项目,这意味着任何人都可在其发展中发挥的作用。Android 的 WordPress 是 GNU 通用公共许可证下发布的。我们的应用程序和我们的源代码可自由下载和使用,但是你会喜欢。作为回报,如果可以,我们爱他如果有您的贡献您的代码,您的设计人才或甚至只是您返回到该项目的建议。
介入
我们对我们的发展博客讨论我们的发展计划和进展。我们邀请您加入我们的讨论那里。对我们Trac中的源代码,您可以按照所做的更改。登录系统使用WordPress.org 注册。下载 Android SDK免费以编译并运行应用程序,在仿真程序中,或直接在您的 Android 设备上。
- 2023-03-25 08:40:04下载
- 积分:1