Giter Club home page Giter Club logo

jar's Introduction

Jar概述

本源码主要是为了提高:

  • 对android的高级知识点熟悉;
  • 对主要的框架熟悉。
  • demo地址:https://github.com/commutescript/Jar 这是一个各种android控件及框架使用方法的demo,有源码讲解。

开发环境使用:win10 + Android Sutido + jdk7

围绕以下三个方面进行编码:

  • 基础控件

  • 高级知识点

  • 第三方框架

java基础

Android开发以java语言为基础,所以熟练的掌握java的基本使用和特征是非常重要的。 这部分的内容可以参考《java编程**第四版》,以及《深入理解java虚拟机》,对大部分知识点了然于胸后,那么对java开发的知识基本了解了。选择进一步开发Java EE或者Android都是不错的方向。

面向对象、容器类、多线程、内存管理、I/O、虚拟机、设计模式:

Android基础

Android操作系统大行其道的年代,其重要程度毋庸置疑。 此处推荐《Android开发艺术探索》以及《Android源码设计模式解析与实战》。

四大组件:

view机制

AIDl解析

消息机制

JNI解析

进程及线程间通信

基础框架层

网络请求框架:主要有有:Volley,OKHttp,Retrofit等等

Json解析框架:主要有Gson,fastjson,logansquare等

XMl解析框架:这类解析在移动端用的比较少,主要有SAX,Dom,pull。

图像获取框架:主要有UIL,picasso,glide,fresco

数据库操作:greendao,ormlite

依赖注入:butternif,Dagger2

日志记录:Logger,timber

加解密:MD5

事件总线框架:EventBus

数据结构和算法

队列、栈、堆、红黑树、B树等 未完待续。

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.