Giter VIP home page Giter VIP logo

shoppingmall's Introduction

ShoppingMall

ShoppingMall 是一款电商商城的小项目,主要是对 Android 一些原生控件以及第三方框架的综合应用。

简介

它所用到的关键技术如下所示:

控件方面:

  • TabHost(底部标签,用于 Fragment 的选择)
  • Toolbar(标题栏,采用了自定义的标题栏)
  • RecyclerView(用于列表视图的展示)
  • CardView(用于列表视图子项)
  • WebView(用于 HTML5 部分的访问)

第三方框架:

权限申明

<!-- if you want to load images from the internet -->
<uses-permission android:name="android.permission.INTERNET" />

<!-- if you want to load images from a file OR from the internet -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

截图

注意事项

  • 本应用为初代版本,可能会出现一些尚未发觉的 bug。
  • 主页以及分类页面采用了Charles进行了服务器的模拟,它们的模拟数据位于serverdata 包下。
  • 我的页面尚未开发,这部分功能将在 version2.0 进行开发。
  • 代码结构部分对网络进行了封装,但是尚未对 Picasso 进行一个比较好的封装。
  • 由于本应用使用了非常多的 RecyclerView 控件,所以有必要对 Adapter 进行一个比较好的封装,但是由于作者的疏忽,本应用内没有对其进行封装,在下个版本中会完成这部分工作。

关于作者

Marck

License

Copyright 2019 Marck Inc.

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.

shoppingmall's People

Contributors

gomarck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.