原创 百度語音合成

(轉)https://blog.csdn.net/L_XING_ZHI/article/details/78689683

原创 pulltorefresh 上拉刷新 下拉加載

// 首先導入依賴  compile 'com.jwenfeng.pulltorefresh:library:1.0.3' <com.jwenfeng.library.pulltorefresh.PullToRefreshLayout

原创 Andorid 8.0 安裝apk

因爲8.0添加了新的安全措施,不允許應用內安裝未經過Google play驗證的應用,但是又有更新應用的需求那麼首先要加入權限<uses-permission android:name="android.permission.REQUES

原创 recyclere 點擊事件

// 適配器代碼 package com.example.a82.mouth; import android.content.Context; import android.support.v7.widget.RecyclerView;

原创 熱修復

(轉)http://blog.csdn.net/u010381752/article/details/56012405

原创 解析最外層爲數組的json串

//轉化爲對象集合 List<Bean> listBean = JSON.parseArray(str, Bean.class);