1. 程式人生 > >各種效果集合

各種效果集合

1. 美團Android自動化之旅-生成渠道包:http://tech.meituan.com/mt-apk-packaging.html

1.1新一代Android渠道打包工具:1000個渠道包只需要5秒:http://www.finalshares.com/read-6735?f=g&n41 1.2美團Android DEX自動拆包及動態載入簡介:http://tech.meituan.com/mt-android-auto-split-dex.html


2. ViewPager動畫的實現原理及例子:http://blog.csdn.net/daditao/article/details/43987587

3. android 高仿QQ 5.0側拉效果https://github.com/johnlui/SwiftSideslipLikeQQhttp://blog.csdn.net/developer_jiangqq/article/details/50043159 ,反射修改HorizontalScrollView的smoothScroll()方法的執行時間:http://blog.csdn.net/u014324292/article/details/42003805

4. Android動態換膚開源庫Colorful釋出http://blog.csdn.net/bboyfeiyu/article/details/48322023
http://www.itlanbao.com/code/20151008/10000/100565.html

5.實現Android支付寶聲波支付時的波紋檢視http://blog.csdn.net/bboyfeiyu/article/details/42552249 

5.1Android 動態水波效果效果: http://www.oschina.net/code/snippet_783094_44507

5.2自定義水波擴散效果原始碼: http://www.codesky.net/showhtml/26770.htm

6. ViewPager效能優化:http://www.tuicool.com/articles/zYryQfZ

7. Android 仿照QQ剪裁頭像(完結篇):http://blog.csdn.net/u014163726/article/details/48318989

8. PagerSlidingsTabStrip:https://github.com/astuetz/PagerSlidingTabStrip

8.1仿網易新聞Tab標籤效果http://blog.csdn.net/developer_jiangqq/article/details/50158985 ,

http://blog.csdn.net/liyuanjinglyj/article/details/49615563

8.2.android design library提供的TabLayout的用法:

http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0731/3247.html

8.3Android選項卡動態滑動效果:http://blog.csdn.net/itachi85/article/details/50358102

8.4.Android 教你打造炫酷的ViewPagerIndicator 不僅僅是高仿MIUI:http://blog.csdn.net/lmj623565791/article/details/42160391

     



9. Android自定義控制元件之仿美團下拉重新整理:http://blog.csdn.net/nugongahou110/article/details/49557875

10. 解決Gson解析Json時,Json 中Key為Java關鍵字的問題:http://www.jianshu.com/p/b23792d4ba31  ;

      gson實體轉json時當欄位值為空時:http://zhidao.baidu.com/link?url=RwQFlHXPZR4PXLGVoWVl7xP8UuoDmViD_1HjRAjGp6rqYXMvVyXzrU1piAlls-oRJ2R01rRzvX5_v7koTxpjSq&qq-pf-to=pcqq.c2c

11.Gson解析複雜的json:http://blog.csdn.net/tkwxty/article/details/34474501 12.帶視覺差的側滑返回,類似於新版微信和lofter的側滑返回效果:https://github.com/bushijie/ParallaxSwipeBack 13.CSDN Android客戶端開發詳解如何基於Java用Jsoup爬蟲HTMLhttp://blog.csdn.net/yanzi1225627/article/details/38308963 14.Android之使用JavaMail傳送郵件(不用跳轉到郵件客戶端):http://blog.csdn.net/jia20003/article/details/25502643 15.Canvas開篇之drawBitmap方法講解+星球浮動的效果:http://blog.csdn.net/tianjian4592/article/details/45031663 16.Android  proguard詳解:http://blog.csdn.net/dai_zhenliang/article/details/42423575 17.Android ProgressBar 開源專案總彙:http://www.open-open.com/lib/view/open1421247004625.html 18.Android開發相關部落格:http://blog.csdn.net/mr_dsw?viewmode=contents  19.使用硬體層來實現灰度檢視:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/1031/3642.html 20.在5.0以前的版本上實現Material ProgressBar:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/1026/3627.html 21.Android 高清載入巨圖方案 拒絕壓縮圖片:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/1021/3607.html 22.自定義ViewGroup提高效能:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/1002/3540.html 23.Android 實現一個立方體旋轉效果:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0928/3531.html 24.用Renderscript實現修復畫筆工具:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0928/3526.html 25.三次貝塞爾曲線練習之彈性的圓:http://www.jianshu.com/p/791d3a791ec2
26.一款Android的滾輪控制元件:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0904/3413.html 27.一步一步教你實現Periscope點贊效果:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0620/3092.html
28.Timer音樂播放器:http://www.23code.com/timber/  ,https://www.diycode.cc/projects/hefuyicoder/ListenerMusicPlayer 29.MoveMapLocation拖動實現移動地圖+選址功能:http://www.23code.com/movemaplocation/
29.1 AmapDemo仿照一號專車的地圖介面,地圖載入定位進入後的放大效果和地圖移動效果:http://www.itlanbao.com/code/20150915/10000/100530.html
29.2 基於高德SDK搭建的出行類APP,高仿滴滴快的:http://www.itlanbao.com/code/20150806/10037/100139.html
30.通過SlidingPaneLayout高仿微信6.2最新版手勢滑動返回(一)http://blog.csdn.net/hanhailong726188/article/details/46433229 31.通過自定義ViewPager來高仿土巴兔選擇裝修風格效果(中間放大效果):http://blog.csdn.net/hanhailong726188/article/details/48780329    http://www.itlanbao.com/code/20150820/10000/100472.html
32.電子書翻頁效果:http://blog.csdn.net/hmg25/article/details/6342539  ,http://blog.csdn.net/aigestudio/article/details/42741781 33.android版高仿喵街主頁滑動效果:http://www.jianshu.com/p/a2c3c21e3b99
34.Icon Font --Android圖示也能輕鬆換膚:http://www.jianshu.com/p/dd01072998c5 35.android仿最新版QQ側滑選單沉浸式狀態列實現思路:http://blog.csdn.net/developer_jiangqq/article/details/50253925http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0110/3857.html


36.velocimeter-view android測速儀效果:http://www.itlanbao.com/code/20150915/10000/100529.html

WheelIndicatorView:http://www.itlanbao.com/code/20150811/10000/100268.html


37.DraggableView GridView專案拖拽效果:http://www.itlanbao.com/code/20150911/10000/100525.html
38.android按鈕點選動畫特效:http://www.itlanbao.com/code/100707.html
39.TextView實現歌詞同步:http://www.itlanbao.com/code/20151214/10000/100695.html
40.TextSurface實現文字呈現效果:http://www.itlanbao.com/code/20151210/10000/100685.html
41.
一個不錯的loading效果:http://www.itlanbao.com/code/20151209/10000/100683.html

41.2使用bezier實現粘連效果的頁面指示:http://www.itlanbao.com/code/20150815/10000/100412.html

42.仿微信下拉錄製視訊:http://www.itlanbao.com/code/20151117/11253/100648.html

43.
超酷的時間選擇控制元件:http://www.itlanbao.com/code/20151113/11253/100644.html

44.
android-image-slide-panel圖片照片牆的載入和滑動特效:http://www.itlanbao.com/code/20150908/10000/100513.html


45.StackOverView Android 5.0 工作管理員控制元件:http://www.itlanbao.com/code/20150930/10000/100562.html ,http://www.itlanbao.com/code/20150916/10000/100533.html  

46.RotateMenu簡單地旋轉選單控制元件:http://www.itlanbao.com/code/20151006/10000/100564.html



47.Menu史上最牛的側滑效果:http://www.itlanbao.com/code/20150909/10000/100518.html

48.BGARefreshLayout-Android實現多種下拉重新整理效果、上拉載入更多:http://www.itlanbao.com/code/20150907/10000/100509.html ,https://github.com/Yalantis/Taurus ,https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
  


49.仿iOS的PickerView控制元件,有時間選擇和選項選擇並支援一二三級聯動效果:http://www.itlanbao.com/code/20150911/10000/100523.html

50.android特效實現複雜數學公式:http://www.itlanbao.com/code/100708.html