Android API documentation offline second activation method, androidapi
It was also recently developed for Android. However, its API documentation is neither online nor offline. Today, I debugged it and found that it requested several online files, which took a long time to request because Google was blocked. So I checked the source code of the webpage and set all the request paths to null. I found that the open speed went up immediately.
In fact, the replacement process consumes computer performance, so you don't have to repeat it. Download it directly from my Baidu online storage.
The usage is the same as before. Go to reference/packages.html to start your Android development journey.
Http://pan.baidu.com/s/1dDu3LVb
The android development API help documentation is very slow to open 5 seconds after the network is disconnected. It takes several minutes to open the API documentation online. How can I develop a program?
We recommend that you go to the next chm-format API on the Internet, and you do not need to view it online. In addition, there is an index.html in your SDK's add-ons/doc/that can directly view the official documentation without going online, this is in full English, but I think it is better for you to read English than those translated.
Android API help documentation
Docs's index.html can be viewed without going online, because all the resources in it are in the SDK. You can try it on your own! In other words, how do you find that you must be online? You are a newbie... HTML is just a Web page file. If resources are stored on your computer, how can we connect to the Internet?