-
FFmpeg+SDL
利用ffmpeg和SDL实现一个跨android版本的音视频播放器
- 2022-05-24 10:47:34下载
- 积分:1
-
android控制电脑PPT 完整源码(无线鼠盘)
此实例含pc端源码和android源码,pc端的源码是C#语言,实现了 无线输盘 控制电脑等功能
- 2014-11-18下载
- 积分:1
-
theta
说明:
- 2018-03-28 08:25:23下载
- 积分:1
-
android apk增量更新解决方案
android apk增量更新解决方案:使用JNI合并差分包
- 2023-04-26 20:05:03下载
- 积分:1
-
bitmapfun
Android高效异步加载图片功能,使用LruCache高效缓存策略。(Android efficient asynchronous load picture function)
- 2013-07-04 17:52:36下载
- 积分:1
-
Android search code
浏览器通过个性化的主屏幕、语音和手势控制、可自定义设置和共享功能,使移动浏览变得轻松,以适应您想要的浏览方式;
- 2023-08-26 09:35:06下载
- 积分: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 listview异步加载网络图片的三种方式 示例源码(官方推荐)
android listview异步加载网络图片的三种方式 示例源码(官方推荐)
- 2014-04-13下载
- 积分:1
-
chapter3
安卓教程的第一章学习源代码。简单的安卓小程序,适用于初学者。(Andrews tutorial to learn the source code. Simple Andrews applet, suitable for beginners.)
- 2012-10-09 14:35:01下载
- 积分:1
-
SslCertificate_DNameTest
Test Target Class Source Code for Andriod.
- 2013-12-06 12:19:32下载
- 积分:1