-
android动态壁纸中的水波纹效果
android动态壁纸中的水波纹效果,采用opengl中的shader实现
- 2015-04-12下载
- 积分:1
-
LoginGo
说明: 类QQ登录功能实现demo,内置默认账号:123,密码:123,仅供研究和下载(Class QQ login function to achieve demo, built-in default account number: 123, password: 123, for research purposes only and downloading)
- 2011-03-29 23:55:50下载
- 积分:1
-
Chess
android 小游戏源码 象棋,非常适合初学者学习。(android small gamesource chess)
- 2011-06-15 13:24:18下载
- 积分:1
-
spi编码器(3d图+参考程序+文档)
【实例简介】
- 2021-10-25 00:30:56下载
- 积分:1
-
Android实现按回车确认键显示其它输入框的EditText
Android实现按回车确认键显示其它输入框的EditText,在正常状态下,其它部分的EditText是灰色的,当按下回车键后,高亮显示进入输入状态,相关代码可参考如下代码:
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
editTexts[0] = (EditText) findViewById(R.id.edittext1);
editTexts[1] = (EditText) findViewById(R.id.edittext2);
editTexts[2] = (EditText) findViewById(R.id.edittext3);
for (int i = 0; i < editTexts.length; i++)
editTexts[i].setOnKeyListener(this);
buttons[0] = (Button) findViewById(R.id.button1);
buttons[1] = (Button) findViewById(R.id.button2);
buttons[2] = (Button) findViewById(R.id.button3);
}
- 2022-03-26 11:46:37下载
- 积分:1
-
Soruce_Code_Of_Secret_Of_Android_Application_Devel
《Android应用开发揭秘》本书内容全面、循序渐进、深入浅出,实战性强,权威性毋庸置疑!全书一共分为5个部分:第一部分是准备篇,第二部分是基础篇,讲解了Android开发的相关知识,第三部分是实例篇,第四部分是高级篇,第五部分是扩展篇。(" Android Application Development Hood" of the book is comprehensive, step by step, easy to understand, combat and strong, authoritative doubt! The book is divided into a total of five parts: The first part is to prepare papers, articles based on the second part is to explain the Android development of knowledge, the third part is the instance of the article, the fourth part is the advanced part, Part V is to expand articles.)
- 2020-06-25 22:40:02下载
- 积分:1
-
ViewPagerTD
android viewpager的左右无限循环、自动滑动(about android viewpager infinite loop, automatic sliding)
- 2013-11-27 16:50:01下载
- 积分:1
-
Android视频程序源码
这是一个比较简单的实用Android 进行开发的Android视频程序源码
- 2022-05-22 06:45:19下载
- 积分:1
-
编写一个求方程ax2 + bx + c = 0的根 的程序
编写一个求方程ax2 + bx + c = 0的根 的程序
- 2022-03-18 20:34:32下载
- 积分:1
-
日记Android
日记本程序 功能全!天呢! 我就是想要点积分 下个源码
- 2022-05-30 16:38:07下载
- 积分:1