zoukankan      html  css  js  c++  java
  • Android源代码查看途径

    作为一个android coder,多阅读android源码对提高android开发水平是很有帮助的,那么我们可以通过哪些途径查看android源码呢

    1.如果你能够翻墙的话可以去android官网查看源码 http://developer.android.com/reference/packages.html

    2.http://androidxref.com/5.0.0_r2/

    androidxref 还可以查看android的所有版本,只需将 http://androidxref.com/5.0.0_r2 的后缀5.0.0_r2 改成相应的版本即可

    3、http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/

    跟androidxref 一样,grepcode也可以查看android的各个版本,速度比androidxref 要快

    4.https://android.googlesource.com/?format=HTML

     5、IDE中查看

    在SDK manager中下载SDK对应的版本即可

     

  • 相关阅读:
    单例模式
    建造者模式
    工厂方法模式
    原型模式
    适配器模式
    桥接模式
    装饰模式
    组合模式
    多线程的学习与GDI的学习
    我们复习.Net的这些日子里
  • 原文地址:https://www.cnblogs.com/huwei0814/p/4246500.html
Copyright © 2011-2022 走看看