Time of Update: 2015-12-02
android 快顯功能表,android快顯功能表<!-- 定義基礎布局LinearLayout --><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=
Time of Update: 2015-12-02
android DatePicker使用,androiddatepicker<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"
Time of Update: 2015-12-02
伴隨ListView、RecyclerView、ScrollView滾動滑入滑出小表徵圖--第三方開源--FloatingActionButton,recyclerviewscroll FloatingActionButton在github上的項目首頁是:https://github.com/makovkastar/FloatingActionButton它的依賴包NineOldAndroids在github上的項目首頁是:https://github.com/JakeWharton/
Time of Update: 2015-12-02
android 長按快顯功能表,複製,粘貼,全選,android全選<!-- 定義基礎布局LinearLayout --><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
Time of Update: 2015-12-02
android CheckBox使用和狀態獲得,androidcheckbox<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"
Time of Update: 2015-12-02
android EditText禁止複製粘貼完整代碼,androidedittext<!-- 定義基礎布局LinearLayout --><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
Time of Update: 2015-12-02
Android 學習筆記---擷取RadioGroup的選定值,androidradiogroup1,擷取RadioGroup控制項: RadioGroup radioGroup = (RadioGroup)findViewById(R.id.myRadioGroup);2,擷取RadioButton控制項; RadioButton radioButton =
Time of Update: 2015-12-02
android TableLayout,androidtablelayout<!-- 定義基礎布局TableLayout --><TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
Time of Update: 2015-12-02
android 按兩次物理返回鍵退出程式,android兩次<?xml version="1.0" encoding="utf-8"?><!-- 定義當前布局的基本LinearLayout --><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height=
Time of Update: 2015-12-02
滑動指示選項卡android.support.design.widget.TabLayout的簡單使用,android選項卡滑動該TabLayout的功用,簡單的說,就是當使用者在該TabLayout的選項卡子item中選擇觸摸時候,文字和下方的指標橫條滑動指示。這個功能就是以前APP開發常用的選項卡某一卡片被切換、選中時候的效果。只不過現在Android官方SDK使之標準化。要使用android.support.design.widget.TabLayout
Time of Update: 2015-12-02
生動有趣的動畫Toast--第三方開源--NiftyNotification,開源第三方平台NiftyNotification在github上的項目首頁是:https://github.com/sd6352051/NiftyNotificationNiftyNotification本身又依賴於另外一個github上的第三方開源項目NineOldAndroids,NineOldAndroids在github上的項目首頁是:https://github.com/JakeWharton/NineOld
Time of Update: 2015-12-01
xml 實現圓形圖 和 橢圓形圖,xml圓形1. 2.圓形圖 <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:background="@drawable/bg_btn_round"
Time of Update: 2015-12-02
android 獲得SDCard資訊,androidsdcard<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/LinearLayout1" android:layout_width="match_parent"
Time of Update: 2015-12-02
Android動畫效果生動有趣的通知NiftyNotification(Android Toast替代品),androidnotificationNiftyNotification在github上的項目首頁是:https://github.com/sd6352051/NiftyNotification
Time of Update: 2015-12-02
android 播放MP3,android播放mp3<?xml version="1.0" encoding="utf-8"?><!-- 定義當前布局的基本LinearLayout --><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"
Time of Update: 2015-12-01
仿UC天氣下拉和下拉眼睛頭部淡入淡出--第三方開源--PullLayout,uc--pulllayoutAndroid-PullLayout是github上的一個第三方開源項目,該項目首頁是:https://github.com/BlueMor/Android-PullLayout 原作者項目意圖實作類別似UC天氣下拉和下拉眼睛頭部彈入淡出UI互動效果,:該項目從github上下載後直接匯入到Eclipse中即可運行,MainActivity沒有多餘代碼,只載入一個布局檔案,在自己的項
Time of Update: 2015-12-01
android 拍照預覽,android拍照<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation=
Time of Update: 2015-12-01
android 獲得螢幕寬度和高度,android寬度<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"
Time of Update: 2015-12-01
android 獲得螢幕狀態,android獲得螢幕<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"
Time of Update: 2015-12-01
starting Intent from ProcessRecord with revoked permission android.permission.CALL_PHONE 的錯誤,androidintent 昨天寫個電話撥號器,很簡單就一個Edittext和一個button,用來輸入號碼並且點擊按鈕撥打到電話,但是寫好以後報的是安全錯誤,我上網查了下,原來是缺少授權,於是我在AndroidManifest.xml檔案中加了一行授權碼<uses-permission