推荐
专栏
教程
课程
飞鹅
本次共找到1533条
android下拉刷新
相关的信息
Wesley13
•
3年前
android隐藏以及显示软键盘以及不自动弹出键盘的方法
1、//隐藏软键盘((InputMethodManager)getSystemService(INPUT_METHOD_SERVICE)).hideSoftInputFromWindow(WidgetSearchActivity.this.getCurrentFocus().getWindowToken(),InputMe
helloworld_78018081
•
3年前
腾讯T2亲自讲解!Android-App的设计架构经验谈
正文我们今天将说明以下14种模式:1.滑动窗口2.二指针或迭代器3.快速和慢速指针或迭代器4.合并区间5.循环排序6.原地反转链表7.树的宽度优先搜索(TreeBFS)8.树的深度优先搜索(TreeDFS)9.TwoHeaps10.子集11.经过修改的二叉搜索12.前K个元素13.K路合并14.拓扑排序我们开始吧!1.滑动窗口滑动窗口模式
Stella981
•
3年前
Android Studio 3.0 下 Cordova 打包时 Gradle 兼容性问题解决
升级到AndroidStudio3.0,Gradle升级为4.3.1版本,使用cordovabuildandroid出错.解决方案:windows系统以下命令行在MINGW的bash窗口中执行1.下载文件https://downloads.gradle.org/distributions/gradle4.3.1
Stella981
•
3年前
Android 通过Intent调用系统功能和Action动作和服务广播【大全】
1.从google搜索内容IntentintentnewIntent();intent.setAction(Intent.ACTION\_WEB\_SEARCH);intent.putExtra(SearchManager.QUERY,”searchString”)startActivity(intent);
Stella981
•
3年前
FFMEPG 平台移植,接口简化和外部模块接入 (四)ffmpeg android移植(ffmpeg 视频编码)
FFMPEG视频编码最常见的H264,H265需要X264,X265外部模块支持,可以从我们开源平台的FFMPEG编译项目里面获取代码和配置进行一键式编译:https://github.com/Careyeteam/CareyeFFMPEG(https://www.oschina.net/action/GoToLink?urlhttps%3A
Stella981
•
3年前
Android访问Web Service,遇到Could not find class 'org.ksoap2.serialization.SoapObject' 错误提示。
引用ksoap2androidassembly3.0.0jarwithdependencies.jar然后设置:!(https://oscimg.oschina.net/oscnet/upaee32598834402f3d432848c7ce227a6.png)本文分享CSDN唯笑志在。如有侵权,请联系sup
Stella981
•
3年前
Android TV开发总结(六)构建一个TV app的直播节目实例
原文:AndroidTV开发总结(六)构建一个TVapp的直播节目实例(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fhejjunlin%2Farticle%2Fdetails%2F52966319)版权声明:我已委托“维权骑士”(rightk
Stella981
•
3年前
Android Gallery仿3D图片浏览不支持4.1系统的问题
首先贴Gallery仿3D的7源码:packagecn.pyz.mypro.define;importandroid.content.Context;importandroid.graphics.Camera;importandroid.graphics.Matrix;i
Wesley13
•
3年前
Unity3d导出Android的apk文件时相关问题的解决办法
Darren
•
1年前
Android仿支付宝淘宝 - 自定义密码输入框和键盘
1.概述最近有人在问我要所有项目的代码,我在这里声明一下我不是这几个项目公司内部人员,之所以录视频和写博客也是喜欢与人分享和学习而已,最终所有的代码肯定会上传的,只不过会要等全部的效果以及设计模式搞完。在这里感谢内涵段子这个项目,感谢那些提供帮助的博客牛人
1
•••
150
151
152
•••
154