zoukankan
html css js c++ java
搭安卓框架的目录说明
1、com.公司名.项目名.功能名
2、
com.公司名.项目名.base
adapt
基础adapt
asynctask
后台接口请求相关1
http
后台接口请求相关2
bean.response
接口基础返回值
config
配置信息,比如请求后台接口
constant
项目中的固定参数
db
项目中的sqlite
exception
异常
file
文件上传的
image
图片上传
log
日志打印
ui
基础UI(基础Activity、Fragment)
util
工具包
view
第3方UI组件
com.公司名.项目名.bean
com.公司名.项目名.模块名
activity
adapter
fragment
查看全文
相关阅读:
AOJ 0189 Convenient Location (Floyd)
AOJ 2170 Marked Ancestor[并查集][离线]
POJ 1703 Find them, Catch them (并查集)
复制构造函数 与 赋值函数 的区别(转)
POJ 2236 Wireless Network (并查集)
POJ 2010 Moo University
POJ 3614 Sunscreen (优先队列)
HTML页面下雪特效
基于Jquery的XML解析器,返回定制的HTML
HTML,CSS 无边框桌面窗口
原文地址:https://www.cnblogs.com/YangBinChina/p/8970693.html
最新文章
List operations
Traversing a list
Lists are mutable
A list is a sequence
Car Talk2
Car Talk1
Case study: word play
[luoguP1896] [SCOI2005]互不侵犯King(状压DP)
[luoguP1272] 重建道路
[luoguP1136] 迎接仪式(DP)
热门文章
[luoguP2827] 蚯蚓(堆?队列!)
[luoguP1074] 靶形数独(搜索)
[luoguP1013] 进制位(搜索)
倍增专题
[luoguP1040] 加分二叉树(DP)
[luoguP1041] 传染病控制(DFS)
test
POJ 3268 Silver Cow Party (dijkstra)
POJ 3259 Wormholes(bellman_ford,判断有没有负环回路)
POJ 2139 Six Degrees of Cowvin Bacon (Floyd)
Copyright © 2011-2022 走看看