-
foursquared
foursquared android 客户端源码,以前下载的,现在都不能下了,想看的童鞋们可以看看,代码写的没法说。(foursquared android client source code, previously downloaded, now can not come, and want to see the children s shoes can see, the code can not write that.)
- 2011-12-07 21:14:43下载
- 积分:1
-
AudioPermissionTest
Test that audio-related Permissions are enforced for Andriod.
- 2013-10-21 01:17:08下载
- 积分:1
-
Android DateTimePicker安卓时间线控件用法实例
android 安卓 时间轴 时间选择控件 DateTimePicker,Android DateTimePicker安卓时间线控件实例,如果这要是在WEB开发中,那么这就是叫做“时间选择器”啦,时间拾取器用户界面,用来设置时间,选择时间用的,现在在安卓手机中,这种时间设置的功能比较普遍了。
日期时间选择控件 使用方法: private EditText inputDate;//需要设置的日期时间文本编辑框 private String
* initDateTime="2012年9月3日 14:44",//初始日期时间值 在点击事件中使用。
这里包括了日期时间弹出选择框构造函数,初始日期时间值,作为弹出窗口的标题和日期时间初始值,弹出日期时间选择框方法,实现将初始日期时间2012年07月02日 16:45 拆分成年 月 日 时 分 秒,并赋值给calendar等。
- 2023-07-19 17:45:03下载
- 积分:1
-
android应用中的各种报表
展示各种android应用中的报表图表
- 2013-06-04下载
- 积分:1
-
图片侧滑菜单
实现图片侧滑菜单的效果,demo中根据不同的效果选项,实现不同效果的图片转换。Android Studio开发,经过测试可用。
- 2022-04-28 00:39:45下载
- 积分:1
-
邮件发送在安卓系统没有内部的意图
这会让用户选择的应用程序,他或她想要发送电子邮件。所选应用程序将打开,并当它具有编程来正确处理这些意图,将的目的地和主题已经挤满了创建新的电子邮件。
如果你想要你的用户发送一封电子邮件,但是,如果您想您的应用程序发送一封电子邮件,这是很好吗?也许你已经得到了监视应用程序,想要在某些事件发生时自动发送电子邮件。在这种情况下,使用意图是不够的正如用户交互总是需要。
在本教程中,我们会:
请参阅如何发送电子邮件直接从您的应用程序,而无需使用意图
学会做网络通信在线程安全政策或 AsyncTask 或
- 2023-05-29 23:35:03下载
- 积分:1
-
android音频处理显示
android平台下的语音识别完整代码,喜欢研究的童鞋不可错过~
- 2022-02-02 12:20:07下载
- 积分:1
-
Basketball
这是一款使用android的游戏。
- 2023-05-25 07:25:03下载
- 积分: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
-
android webview跟js交互demo
android webview跟js交互demo,利用自带的接口实现回调。供初学者学习
- 2022-08-12 17:38:25下载
- 积分:1