搜索资源列表
openGL-reference-manual-to-guide
- 非常好的openGL中文指导参考手册。学习android必备收藏; OpenGL 的命令按字母顺序显示在这里; 每个引用页面描述了一个或多个函数。 -It s a very good reference manual to guide of openGL in Chinese . It s an essential collection to learn android OpenGL commands show here in alphabetical orders each re
lizi_sample
- android粒子效果的粒子,通过draw函数进行绘画并计算帧数显示-android particle effects, particle draw function to draw and calculate the number of frames displayed
PaintSin
- 显示Sin函数的程序,可以在Android平台上运行,可以实时显示。-It s a pragram of displaying Sin, which could be performed on Android.
javapiano
- Java Piano模拟钢琴效果的完整源码,知识点:使用AudioClip类播放声音,使用Java MouseEvent类处理鼠标事件,使用Image类制作图片,使用Frame类制作界面框架。运行后创建一个带有模拟钢琴键盘的面板,用户可以通过键盘或者鼠标来“敲击”钢琴键盘发出声音,也可以通过电脑键盘的组合键实现钢琴的高音。 编程思路:首先制作模拟钢琴的实例,生成程序界面:先通过语句Image m_ImgUp生成键盘、鼠标松开时显示的键盘图片,再通过语句Image m_ImgDown生成
BidirSlidingLayout
- BidirSlidingLayoutAndroid双向滑动菜单,在滑动菜单Demo主Activity内,进行双向滑动菜单布局,在内容布局上显示的ListView,配置ListView的适配器,用于填充contentListAdapter的数据源等。BidirSlidingLayout.java为双向滑动菜单框架,在这里可以设置滚动显示和隐藏左侧布局时,手指滑动需要达到的速度、记录当前的滑动状态、是否正在滑动等。左侧和右侧菜单当前是显示还是隐藏。只有完全显示或隐藏时才会更改此值,滑动过程中此值无效