Android Studio第四十一期 - WIFI開發
代碼已經整理好,效果如下圖:
圖1:
圖2:
地址:https://github.com/geeklx/MyApplication/tree/master/p024_wifidemoactivity
本文出自 “梁肖技術中心” 博客,請務必保留此出處http://liangxiao.blog.51cto.com/3626612/1941837
Android Studio第四十一期 - WIFI開發
相關推薦
Android Studio第四十一期 - WIFI開發
android wifi 開發 代碼已經整理好,效果如下圖: 圖1: 圖2: 地址:https://github.com/geeklx/MyApplication/tree/master/p024_wifidemoactivity 本文出自 “梁肖
Android Studio第四十期 - 上傳頭像功能支持權限管理
android 服務器 代碼已經整理好,加了權限管理和SP保存上傳服務器的方法,希望能夠幫到大家~效果如下圖: 地址:https://github.com/geeklx/MyApplication/tree/master/p025_upload_img 附:這裏借鑒了翔神(
Android Studio - 第四十二期 幾個經常用到的字符串的截取
androidstring str="123abc456";int i=3;1 取字符串的前i個字符 str=str.Substring(0,i); // or str=str.Remove(i,str.Length-i); 2 去掉字符串的前i個字符: str=str.Remove(0,i);
Android Studio - 第四十三期 RecyclerView存在大量Item時,當滾到底部時快速滑到頂部
android 在使用RecyclerView展示圖片或者其他信息時,往往需要展示很多的Item,當滾到底部時又想回到頂部,如果一點一點的向上劃去比較麻煩,而且用戶體驗不好。因此添加一個快速回到頂部的按鈕是很有必要的,並且剛開始的時候這個按鈕是隱藏的,當滑動超過超過一屏的時候才會出現,在滑動的過程中也是
Android Studio - 第四十五期 Gradle manifestPlaceholders
android manifestplaceholders 最近在學習擼擼的代碼規範和寫法,有些心得,準備好好寫一寫~包括了多渠道打版(以前有寫過方法),工廠模式,mvp,以及最近剛封裝出來的多渠道多版本展示不同頁面的manifestPlaceholders的配置方法,大家應該也碰到過線上和線下環境的切換
Android Studio - 第四十六期 不會AAR的輪播寫法
android banner 最近在學習擼擼的代碼,發現他的輪播寫法很獨特,但是有bug,就重新修改了一下,現在支持左右點擊和圓點自定義。 BannerAdapter:(註意適配器自己看ImageView和onclick的自己項目的寫法~)package com.example.p029_bann
Android Studio - 第四十八期 模塊ViewPager+Fragment
viewpager fragment 最近一直在review擼擼的代碼,發現了一種模塊的寫法,非常不錯,獨立出來,希望能幫到你~ 如果你遇到這樣的頁面,怎麽辦,不會把所有代碼都寫到一個頁面中吧~,這樣看你代碼的人會罵死你的吧~我想~而且如果不同的版本要用不同的位置,大小也不一樣,難道你要重新布局嘛
Android Studio 第五十一期 - 自定義RecycleView Gallery
recycleview gallery 代碼已經整理好,效果如下圖:(支持Verical Horizontal 支持自定義放大位置 支持滾動速度) 圖片1: 圖片2: 地址:https://github.com/geeklx/MyApplication/tree/
Android Studio 第六十一期 - Android ToastUtil
Toast util代碼已經整理好,效果如下如圖: ? ?地址:https://github.com/geeklx/myapplication2018/tree/master/p005_toastutilsAndroid Studio 第六十一期 - Android ToastUtil
Android Studio 第七十一期 - Android 系統聲音控制
圖片 geek cati hit ces ont sys http hub 代碼已經整理好,效果如下圖: 地址:https://github.com/geeklx/myapplication2018/tree/master/p014_systemvoi
Android Studio 第八十一期 - Android ViewFlipper全收集
geek github com app img view ipp git gun 代碼已經整理好,效果如下圖: 地址:https://github.com/geeklx/myapplication2018/tree/master/p025_ne
Android Studio 第七十四期 - Android 新浪大圖預覽
microsoft span androi http and 微軟雅黑 git sina bsp 代碼已經整理好,效果如下圖: 地址:https://github.com/geeklx/myapplication2018/tree/master/p01
Android Studio第三十九期 - popWindows置頂
android windows systems power always /** * Window type: system window, such as low power alert. These windows * are always on top of application
Android Studio 第五十三期 - 自定義EditText密碼鍵盤
android edittext 代碼已經整理好,效果如下圖: code: //設置輸入為密碼模式 inputETP1.setInputType(InputType.TYPE_CLASS_NUMBER | EditorInfo.TYPE_NUMBER_VARIATIO
Android Studio 第五十二期 - 自定義WheelPicker
android wheelpicker 代碼已經整理好,效果如下圖: 地址:https://github.com/geeklx/MyApplication/tree/master/p038_wheelpicker本文出自 “梁肖技術中心” 博客,請務必保留此出處http://liangxi
分布式技術追蹤 2017年第四十一期
ref 深入 分布式系統 文章 修改 str 服務 href 實驗 分布式系統實踐 1. Apache Beam實戰指南之基礎入門 https://mp.weixin.qq.com/s/rrGR7sWRkrOZ82TrrqFT9Q 摘要: Beam是一套能同時支持流式和批量
Android Studio 第五十六期 - Android之系統設置選項的包名
android setting以com.android.settings開頭的形式:com.android.settings.Settings 手機系統設置 com.android.settings.WirelessSettings 無線和網絡設置 com.android.settings.Accessibi
Android Studio 第五十八期 - Android屏幕亮度與休眠
android 亮屏 休眠 代碼已經整理好,效果如下圖: 地址:https://github.com/geeklx/myapplication2018/tree/master/p002_screen_light APK地址:http://down.51cto.com/data/24
Android Studio 第五十七期 - Android運行時權限4.0至8.0
運行時權限 代碼已經整理好,效果如下圖: 地址:https://github.com/geeklx/myapplication2018/tree/master/p001_fitandroid7Android Studio 第五十七期 - Android運行時權限4.0至8.0
Android Studio 第五十九期 - Android動畫支付打勾勾
支付動畫代碼已經整理好,效果如下如圖: ?地址:https://github.com/geeklx/myapplication2018/tree/master/p003_animation_lineview ?APK: http://down.51cto.com/data/2441562Android Stu