資源簡介
高德地圖的基本使用過程,創(chuàng)建過程,配置過程,定位及附件區(qū)域的POI搜索Recyclerview列表展示
代碼片段和文件信息
//?Generated?code?from?Butter?Knife.?Do?not?modify!
package?com.by.amapdemo;
import?android.support.annotation.CallSuper;
import?android.support.annotation.UiThread;
import?android.view.View;
import?android.widget.TextView;
import?butterknife.Unbinder;
import?butterknife.internal.Utils;
import?java.lang.IllegalStateException;
import?java.lang.Override;
public?class?LocateRecyclerAdapter$LocateViewHolder_ViewBinding?implements?Unbinder?{
??protected?T?target;
??@UiThread
??public?LocateRecyclerAdapter$LocateViewHolder_ViewBinding(T?target?View?source)?{
????this.target?=?target;
????target.mTextView?=?Utils.findRequiredViewAsType(source?R.id.locate_info_adress?“field?‘mTextView‘“?TextView.class);
??}
??@Override
??@CallSuper
??public?void?unbind()?{
????T?target?=?this.target;
????if?(target?==?null)?throw?new?IllegalStateException(“Bindings?already?cleared.“);
????target.mTextView?=?null;
????this.target?=?null;
??}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-01?17:20??AmapDemo\
?????目錄???????????0??2017-06-01?18:05??AmapDemo\.git\
?????文件?????????398??2017-06-01?17:18??AmapDemo\.gitignore
?????文件??????????15??2017-06-01?17:20??AmapDemo\.git\COMMIT_EDITMSG
?????文件?????????301??2017-06-01?17:20??AmapDemo\.git\config
?????文件??????????73??2017-06-01?17:20??AmapDemo\.git\desc
?????文件??????????23??2017-06-01?17:20??AmapDemo\.git\HEAD
?????目錄???????????0??2017-06-01?17:20??AmapDemo\.git\hooks\
?????文件?????????478??2017-06-01?17:20??AmapDemo\.git\hooks\applypatch-msg.sample
?????文件?????????896??2017-06-01?17:20??AmapDemo\.git\hooks\commit-msg.sample
?????文件?????????189??2017-06-01?17:20??AmapDemo\.git\hooks\post-update.sample
?????文件?????????424??2017-06-01?17:20??AmapDemo\.git\hooks\pre-applypatch.sample
?????文件????????1642??2017-06-01?17:20??AmapDemo\.git\hooks\pre-commit.sample
?????文件????????1348??2017-06-01?17:20??AmapDemo\.git\hooks\pre-push.sample
?????文件????????4951??2017-06-01?17:20??AmapDemo\.git\hooks\pre-reba
?????文件?????????544??2017-06-01?17:20??AmapDemo\.git\hooks\pre-receive.sample
?????文件????????1239??2017-06-01?17:20??AmapDemo\.git\hooks\prepare-commit-msg.sample
?????文件????????3610??2017-06-01?17:20??AmapDemo\.git\hooks\update.sample
?????文件????????4543??2017-06-01?17:20??AmapDemo\.git\index
?????目錄???????????0??2017-06-01?17:20??AmapDemo\.git\info\
?????文件?????????240??2017-06-01?17:20??AmapDemo\.git\info\exclude
?????目錄???????????0??2017-06-01?17:20??AmapDemo\.git\logs\
?????文件?????????156??2017-06-01?17:20??AmapDemo\.git\logs\HEAD
?????目錄???????????0??2017-06-01?17:20??AmapDemo\.git\logs\refs\
?????目錄???????????0??2017-06-01?17:20??AmapDemo\.git\logs\refs\heads\
?????文件?????????156??2017-06-01?17:20??AmapDemo\.git\logs\refs\heads\master
?????目錄???????????0??2017-06-01?17:20??AmapDemo\.git\logs\refs\remotes\
?????目錄???????????0??2017-06-01?17:20??AmapDemo\.git\logs\refs\remotes\origin\
?????文件?????????138??2017-06-01?17:20??AmapDemo\.git\logs\refs\remotes\origin\master
?????目錄???????????0??2017-06-01?17:20??AmapDemo\.git\ob
?????目錄???????????0??2017-06-01?17:20??AmapDemo\.git\ob
............此處省略2524個(gè)文件信息
評(píng)論
共有 條評(píng)論