Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 837 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 837 Bytes

项目是关于Android和java的一些技术点测试

android方面

  • service adapter 断点续传下载,bitmap window,provider,sqlite,广播 录音和播放
  • asyncTask intentService,handler,一些自定义的widget
  • material kotlin databinding

java方面

  • byte string array 枚举 算法 注解 apache包
  • 多线程(Thread的各个方法 线程池 FutureTask) 锁(Condition synchronized wait notify ReentrantLock 死锁) countDownLatch ArrayBlockingQueue
  • java7的Files java8的stream 函数式接口 和日期 String的join方法,集合相关的新方法,文件操作 Base64 正则表达式相关 类型推断
  • list set map 各个子类的测试 Collections Arrays
  • 设计模式 反射 正则 io nio 数据结构 * 加密的AES DES
  • 日期 数学算法 景点面试问题 lang包 math包下的一些类