Giter VIP home page Giter VIP logo

vhiphop's Introduction

安卓点播视频APP

🐧前言

本项目是从B站UP主学习所得,主要用于提供学友源码参考,共同学习共同进步!我跟小伙伴一样通过视频学习自己敲的代码,觉得帮助到你的可以点个STAR

学习来源树`郗

🏜️非功能需求:

📇首页图:


  • 首页知识点:

🛶侧滑图:

  • 侧滑知识点:

🎗️详情页面:

  1. 自定义RecyclerView下拉刷新 SwipeRefreshLayout,下拉刷新 是一个Google原生的控件,属于android.support.v4.widget包下

  2. 自定义RecyclerView上拉加载更多 Inflate一个View,在加载更多时,加载完成后消失

  3. 数据Model

  • 序列化的方法
  • 序列化原则
    • 在使用内存的时候,Parcelable比Serializable性能高,保存对象的字节序列到本地文件中
    • Serializable在序列化的时候会产生大量的临时变量,从而引起频繁的GC。
  • Parcelable接口
    • 优点:
      • 永久性保存对象,保存对象的字节序列到本地文件中;
      • 通过序列化对象在网络中传递对象;
      • 通过序列化在进程间传递对象
  1. sohu数据Model

vhiphop's People

Contributors

acgelababy avatar shadow-java 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.