-
ANDROID调用c#的webservice
webservice是用c#语言写的,android端利用ksoup开源插件调用weservice
- 2015-01-05下载
- 积分:1
-
android 底部tab签实例源码下载(Fragment实现)
android 底部tab签实例源码下载(Fragment实现)
- 2015-01-23下载
- 积分: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瀑布流的实现
android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现android瀑布流的实现
- 2022-03-18 14:50:45下载
- 积分:1
-
android 后台发送邮件实例源码下载
该实例用的是android下使用qq邮箱在后台发送Email
- 2013-10-23下载
- 积分:1
-
android 微信分享实例源码下载 WeixinShare
android 微信分享实例源码下载 WeixinShare
- 2014-08-07下载
- 积分:1
-
Android游戏源码迷你桌球台球游戏项目毕设带文档
一块简单的Android游戏源码,
迷你桌球台球游戏项目,
带描述文档,
适合初学者参考。
- 2022-03-05 22:26:44下载
- 积分:1
-
game-engin
java平台上一些专门为android编写的游戏引擎代码,非常适合新手练习!简单易懂,代码可读性强!(some of the java platform written specifically for android game engine code, very suitable for novices to practice! Easy to understand, code readability!)
- 2014-01-13 23:04:50下载
- 积分:1
-
Android线路规划模拟运动轨迹及全景效果
Android线路规划模拟运动轨迹及全景效果
定位到当前位置,选择结束位置。然后规划线路 。模拟在线路上的运动轨迹!同时支持全景效果!
- 2022-09-15 12:20:07下载
- 积分:1
-
Android System startup process
说明: Android System startup process
- 2019-05-17 09:50:37下载
- 积分:1