[Material Design] Android Toolbar(三) - Add-Action Posted on 2017-11-26 Edited on 2022-03-26 Introduction除了 Pop-up Menu 外,我們還可以在 Toolbar 上自定義 action Read more »
[Material Design] Android Toolbar(二) - Pop-up Menu Posted on 2017-11-24 Edited on 2022-03-26 Introduction接下來我們來介紹 Pop-up Menu , Pop-up Menu 使用在很多應用中,對開發者跟使用者都非常方便,而且我們可以自定義功能項,加到我們的 Toolbar 中。 Read more »
[Material Design] Android Toolbar(一) Posted on 2017-11-19 Edited on 2022-03-26 IntroductionToolbar 是 Google 在Android 5.0 推出的一個 Material Design 的控件,Toolbar 的靈活性在於並不只限於只能放在上方導航欄的位置上,同時也能嵌套在任意的 View 結構中,當然你可以在 Activity 中,呼叫 setActionBar() 方法,把 Toolbar 指定為上方導航欄使用。 Read more »
[Android] Job scheduler Posted on 2017-10-21 Edited on 2022-03-26 IntroductionJob Sceduler 是一種高效的背景作業,能在一定程度上提高電池的使用壽命,同時也能給開發者節省開發的時間。 Read more »