android几个小例子

来源:互联网 发布:大数据服务平台直播 编辑:程序博客网 时间:2024/05/22 01:41

《Android学习指南》目录 
http://android.yaohuiji.com/about 

多抽屉效果 (类似最早QQ使用的效果) 
http://blog.csdn.net/feng88724/archive/2011/02/24/6206388.aspx 

【Android进阶】天天动听 悬浮歌词(迷你歌词)效果解读 
http://blog.csdn.net/feng88724/archive/2011/04/25/6362710.aspx 

屏幕左右拖动的小demo 
http://www.eoeandroid.com/thread-72470-1-2.html 

android 隐藏EditText的软健盘 
http://www.eoeandroid.com/forum-redirect-tid-73564-goto-lastpost.html#lastpost 

Android 实现书籍翻页效果----完结篇 
http://blog.csdn.net/hmg25/archive/2011/04/22/6342539.aspx 

Android launcher 的平滑和立体翻页效果 
http://www.ibm.com/developerworks/cn/opensource/os-cn-android-anmt2/#major0.1 

http://www.hlovey.cn/category/android 

http://dev.10086.cn/cmdn/wiki/index.php?edition-view-5445-1.html 
http://www.pin5i.com/showtopic-autocompletetextview-arrayadapter.html 

介绍:Adnroid1.6或以上SDK,在AndroidManifest.xml中提供新的一个元素<supports-screens>用于支持多屏幕机制。 
<supports-screens 
         android:largeScreens="true"   是否支持大屏 
          android:normalScreens="true"  是否支持中屏 
          android:smallScreens="true"   是否支持小屏 
          android:anyDensity="true"     是否支持多种不同密度 
/> 
动态改变界面的几种办法 
1 使用View.VISIBLE View.INVISIBLE View.GONE(假动态) 
2 使用ViewStub 
3 使用ViewFlipper 
4 使用ActivityGroup 
5 其他,请添加! 

Activity 与 任务 
http://blog.csdn.net/wukunting/archive/2010/06/18/5677610.aspx 

android各版本源码下载: 
http://repository.grepcode.com/java/ext/com/google/android/android/ 

使用 Android 实现联网 
http://www.ibm.com/developerworks/cn/opensource/os-android-networking/ 

介绍Android Gestures的使用方法 
http://www.hiapk.com/thread-43699-1-1.html 

android 滑动加载数据 
http://www.cnblogs.com/tt_mc/archive/2010/08/16/1800722.html 

Listview动态加载数据 
http://www.cnblogs.com/tanlon/archive/2011/03/20/1989323.html 

Android MediaPlayer 简单综合应用------列出sdcard里所有.mp3文件,并且可以点击播放! 
http://blog.csdn.net/Android_Tutor/archive/2009/12/23/5066020.aspx 

Android中几种图像特效处理的集锦 
http://blog.csdn.net/Android_Tutor/archive/2010/11/02/5981753.aspx 

自动感应横,竖屏,然后选择适当的xml进行显示 
http://edison-cool911.iteye.com/blog/717354 

Android中共享全局变量(Application) 
http://edison-cool911.iteye.com/blog/940082 

Android完全关闭应用程序 
http://yueguc.iteye.com/blog/939692 

ImageButton按下效果设计 
http://yueguc.iteye.com/blog/939686 

text-to-Speech发音 
http://qq398705749.iteye.com/blog/775320 

Android简单的圆盘形菜单 
http://chroya.iteye.com/blog/830682 
Android放大镜的实现 
http://chroya.iteye.com/blog/924577 
android小知识:ArrayList和数组之间的转换 
http://blog.csdn.net/brave_heart_lxl/archive/2011/02/11/6178909.aspx 
简单的程序底部Tab例子 
http://edison-cool911.iteye.com/blog/710063 
横、竖屏幕动态切换(layout-land 和layout-port) 
http://edison-cool911.iteye.com/blog/695137 

为程序增加Download activity模块 
http://www.hiapk.com/thread-6208-1-1.html 
http://bbs.ldci.com.cn/simple/?t4375.html 
http://www.androidres.com/index.php/2009/04/22/android-add-download-module/ 

Animation 动画透明转换,将一张图片透明后转换成另外一张图片 
http://www.iteye.com/topic/937181 
OPhone 2D UI 动画教程之一——Animation介绍 
http://www.ophonesdn.com/article/show/185 
Ophone 2D UI 动画教程之二——屏幕切换效果实现 
http://www.ophonesdn.com/article/show/186 

Matrix学习——如何使用Matrix 
http://www.pin5i.com/showtopic-matrix-learning-how-to-use-the-matrix.html 
http://www.pin5i.com/showtopic-matrix-learning-images-complex-changes.html 

本博值得推荐的文章: 
http://android.yaohuiji.com/about 
http://www.moandroid.com/?cat=29 
http://www.hlovey.cn/category/android 
http://blog.csdn.net/cping1982/archive/2009/10/18/4693633.aspx 
http://www.cnblogs.com/phinecos/category/207026.html 
http://blogold.chinaunix.net/u2/85805/index.html 
http://blogold.chinaunix.net/u2/85193/article_99332.html 
http://blog.csdn.net/vagrxie/category/575260.aspx 
http://bigcat.easymorse.com/?cat=7 

    Android 中文API合集(3)(83篇)(chm格式) 
http://www.cnblogs.com/over140/archive/2011/01/04/1925146.html 
    Android2.2快速入门 
http://www.cnblogs.com/over140/archive/2010/09/27/1836567.html 
    [Android]使用ActivityGroup来切换Activity和Layout 
http://www.cnblogs.com/over140/archive/2010/09/07/1820876.html 
    [hessdroid]Android下使用Hessian与Java服务端通讯 
http://www.cnblogs.com/over140/archive/2010/07/30/1788563.html 
    MapiRule使用心得 
http://www.cnblogs.com/over140/archive/2010/04/12/1699531.html 
  推荐Android站点: 
    Marshal's Bloghttp://marshal.easymorse.com/ 
    [googlecode]androidbmi[Android 相關資源]http://code.google.com/p/androidbmi/wiki/AndroidResource 
    xirihanlinhttp://www.cnblogs.com/xirihanlin/ 
    永恒的记忆http://www.cnblogs.com/salam/tag/Android2.2/ 
    Android tt_mchttp://www.cnblogs.com/tt_mc/category/235762.html 
    Android_Tutor的专栏http://blog.csdn.net/Android_Tutor/default.aspx 
    mo-Androidhttp://www.moandroid.com/ 
    第三极http://disanji.net/category/open-source/android%E5%BC%80%E6%BA%90%E8%B5%84%E6%BA%90/category/open-source/android%E5%BC%80%E6%BA%90%E8%B5%84%E6%BA%90/ 
    { Android学习指南 }http://android.yaohuiji.com/ 
    [英]Learn Android 
    [英]Android Tales 

未选中的tab下边有一条白边,请问要如何去掉?解决方法 
tb.setPadding(tb.getPaddingLeft(), tb.getPaddingTop(), tb.getPaddingRight(), tb.getPaddingBottom()-10); 

找图标的搜索引擎 
http://findicons.com/ 
http://www.iconfinder.com/ 这个是英文的也不错 

【Android UI】色板 
http://blog.csdn.net/feng88724/archive/2011/03/10/6236332.aspx 

图标

原创粉丝点击