登录
首页 » Java » android 3D相册 示例源码下载(有图有源码)

android 3D相册 示例源码下载(有图有源码)

于 2013-10-23 发布
0 168
下载积分: 1 下载次数: 0

代码说明:

android 3D相册 示例源码下载(有图有源码)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 手机APP远程控制,智能家居监测、智能控制系统(STM32L4、服务器、安卓源码)
    具体项目功能如下: 1.手机APP远程控制:STM32L432开发板通过WIFI模块与因特网服务器建立TCP连接,服务器使用腾讯云,服务器系统为ubuntu,就是在ubuntu上建立一个TCP中继服务器,实现远程手机端与家居系统的信息中继传递,从而实现远程控制。 2.室内控制质量检测:通过MQ-2、MQ-135、GP2Y1050AU0F模块实现室内有毒气体(苯等)、可燃气体(一氧化碳等)和PM2.5的检测,并通过ESP8266将检测到的数据反馈给APP端。 3.家具电器自动控制:家具系统能通过检测到的数据自动控制打开空气净化器、抽风机等
    2017-12-21下载
    积分:1
  • android 抽屉效果实例源码下载(可以滑动)
    android 抽屉效果实例源码下载(可以滑动)
    2014-12-28下载
    积分:1
  • Android 下 View Pager 显示 远程网络图片 例子
    Android 下 View Pager 显示 远程网络图片 例子
    2013-07-05下载
    积分:1
  • android 可自定义样式的dialog 实例源码
    android 可自定义样式的dialog 实例源码
    2014-08-21下载
    积分:1
  • android xUtils框架例子源码下载
    android数据库操作、网络数据下载、批量下载网络图片例子
    2015-06-13下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • android 下不错的 播放器实例 SeeJoPlayer 附源码 带截图
    android 下播放器实例 供学习和研究使用
    2013-02-20下载
    积分:1
  • Android 图形图表 示例源码
    Android 图形图表 示例源码
    2013-10-15下载
    积分:1
  • android 省市区三级联动效果
    android 省市区三级联动效果
    2014-05-30下载
    积分:1
  • Camera预览实例
    Camera预览实例代码
    2014-02-25下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载