Use Nuke in the App

Swift is the major reason, I start to work on iOS/Mac app. Before I use…

2 minute read

Android App 多语言切换

原文: <http://blog.csdn.net/u010228448/article/details/54377194> 和微信类似,在设置界面打开切换语言的界面,选择语言后重启 HomeActivity,语言切换完成,下次重新打开 App ,也是用户设置的语言。 添加多语言文件 在不同的 value 文件夹下(例如 value 、value-en、values-zh-rTW 文件夹)添加不同语言的 string.xml 文件,我们的项目添加了英文、简体中文、繁体中文三种语言,如下图所示:…

2 minute read

Use rbenv to install cocoapods

Reference: <https://telliott.io/2015/10/14/using-rbenv-for-cocoapods-post-el-capitan.html> Xcode ```shell xcode-select --install ``` rbenv ```shell brew update brew install rbenv ruby-build…

1 minute read

Install jekyll and troubleshooting

Quick guidence to install jekyll 1. Ruby > 2.5.0 2. install rbenv and ruby-build to…

1 minute read