An open API service indexing awesome lists of open source software.

https://github.com/pengwei1024/AndroidSourceViewer

Android Source Viewer Plugin for Android Studio
https://github.com/pengwei1024/AndroidSourceViewer

android-source androidsourceviewer sourceviewer

Last synced: about 2 months ago
JSON representation

Android Source Viewer Plugin for Android Studio

Awesome Lists containing this project

README

        

# AndroidSourceViewer

![](https://img.shields.io/badge/AndroidSourceViewer-1.2.1-blue.svg)

Android Studio 在线查看 Android 和 Java 指定版本源码插件

## Features
* 支持查看 Android / Java 任意版本源码
* 支持对比 Android / Java 任意两个版本源码差异
* 支持 Android 官网文档查看和方法定位
* 支持 Native 方法源码查看

## Screenshot
![](./screenshot/ss1.png)

![](./screenshot/ss2.png)

![](./screenshot/ss3.png)

![](./screenshot/ss4.gif)

![](./screenshot/ss5.gif)

## Download
* Android Studio / Intellij IDEA 插件中心搜索 `AndroidSourceViewer`  
* 下载[AndroidSourceViewer.zip](./downloads)

## Improve
* 不支持查找变量对象是内部类
* 本地源码不支持方法的定位
* 还有很多其他尚未发现的缺陷和不足,欢迎提交 issue 和 PR

## Recommend
```
Google 搜索 site:android.googlesource.com <关键词>
```

## QQ群
![](./screenshot/AndroidSourceViewer讨论群群二维码.png)

## Thanks
* Android 源码来自 [http://androidxref.com](http://androidxref.com)、[https://www.androidos.net.cn/](https://www.androidos.net.cn/)

## License


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.