> 原文出處:[【Android 應用】護眼提醒](http://blog.csdn.net/column/details/protectyoureyes.html)
作者:[double2hao](http://blog.csdn.net/double2hao)
**本系列文章經作者授權在看云整理發布,未經作者允許,請勿轉載!**
# 【Android 應用】護眼提醒
> 這是一款比較綜合的demo,比較適合給有一定基礎的新手學習。
其中包含了以下知識點:Drawerlayout、fragment、sharepreference、spinner、notification、Service、拍照與從相冊中獲取照片、、自定義view等等
- 前言
- android SharedPreference的簡單使用(登陸界面記住密碼)
- android 通知Notification的使用小實例(振動,燈光,聲音)
- android調用攝像頭拍照,從相冊中選擇照片并裁剪
- android從相冊中獲取圖片出錯,圖片無法裁剪的問題
- android 后臺定時提醒(Service,AlarmManager的使用)
- android如何讓后臺服務service不被殺死(設置前臺服務)
- android修改控件外觀(使用drawable資源)
- android 自定義view的使用(最佳demo——返回標題欄)
- android viewpager+fragment做主界面(超容易理解的demo!)
- Fragment生命周期
- Android DrawerLayout 高仿QQ5.2雙向側滑菜單
- Android DrawerLayout側滑菜單+nineoldandroids動畫
- Android 通知欄Notification的整合 全面學習 (一個DEMO讓你完全了解它)
- Android應用開發-護眼提醒-總結篇