Navigation_Drawer Drawer使用 业务 123456789101112131415161718192021222324252627282930313233343536373839private void initView() { mPlanetTitles = getResources().getStringArray(R.array.recycle_array); mD 2017-12-27 ANDROID #Drawer
TAB_VIEWPAGER https://developer.android.com/reference/com/google/android/material/tabs/TabLayout ViewPagerTabLayout方式 动态 1234TabLayout tabLayout = ...; tabLayout.addTab(tabLayout.newTab().setText("Tab 1" 2017-12-26 ANDROID #TabLayout
Keyboard https://developer.android.com/training/keyboard-input/style.html 12345678910111213141516171819 static Timer timer = new Timer(); timer.schedule(new TimerTask() { @Override 2017-12-21 ANDROID #keyboard
proguard Proguard VS R8Note: R8 doesn’t let you disable or enable specific optimizations, or modify the behavior of an optimization. In fact, R8 ignores any ProGuard rules that attempt to modify default optimi 2017-12-19 ANDROID #proguard
NewFeatures ANDROID新特性 apk安装 StrictMode API政策 在AndroidManifest.xml添加 12345678<provider android:name="android.support.v4.content.FileProvider" android:authorities=&q 2017-12-17 ANDROID #AndroidNewFeatures
Dialog Dialoghttps://developer.android.com/guide/topics/ui/dialogs.htmlhttps://developer.android.com/reference/android/app/DialogFragment.html 中间弹出123456789101112131415161718192021222324252627282930313233343 2017-12-11 ANDROID
LOG Timber 添加库 implementation 'com.jakewharton.timber:timber:4.6.0' **注意 **: 一开始日志打印不了还以为 okhttplogger冲突,BuildConfig需要导入项目的包import com.jonzhou.nytime.BuildConfig;,而不是Timber或其他的包 123456789101 2017-12-09 ANDROID
Permission https://developer.android.com/training/permissions/requesting https://developer.android.com/guide/topics/permissions/overview#normal-dangerous 权限管理Normal permissionsDangerous permissions Android11权限申 2017-12-02 ANDROID
English-Pronounce BOOK 1个练习1个月 让你职场英文流利自信! - YouTube James Clear: Atomic Habits Atomic Habits by James Clear (Audiobook) - YouTube The Almanac of Naval Ravikant https://archive.org/details/the-almanack-of-naval-ravikan 2017-11-23 #ENGLISH
ubuntu_server Linux下上传http://www.jianshu.com/p/c3e4f96ced97在html目录下放文件就可以了 scp /home/jon/桌面/img.jpg root@45.77.222.97:/var/www/html/ nexus-3.20.0-04: not a regular file scp -r /home/jon/桌面/img.jpg root@45.77.22 2017-11-20 TOOL