实现电商App首页
- 项目预览
首页:
自定义首页实现:
我的首页实现:
-
使用的开源库
compile 'com.android.support:recyclerview-v7:23.4.0' compile 'com.jakewharton:butterknife:7.0.1' compile 'org.apache.httpcomponents:httpcore:4.4.5' compile 'com.google.code.gson:gson:2.7' compile 'com.squareup.picasso:picasso:2.5.2' -
技术点
1实现recyclerview的多类型布局;
2使用picasso加载图片
3使用butterknife注解的方式获取UI组件
4使用Gson序列化喝反序列化数据
- App下载地址
-
开源协议
Copyright 2016 yongxinda89@gmail.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.