简体   繁体   中英

Where can I find the source code of Android class SQLiteOpenHelper?

我想看看Android SQLiteOpenHelper类的实现,有人可以指出我的位置吗?

The link you want is:

https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/java/android/database/sqlite/SQLiteOpenHelper.java

But even better let me share a great tip:

This extension for Google Chrome https://chrome.google.com/webstore/detail/android-sdk-search/hgcbffeicehlpmgmnhnkjbjoldkfhoin?hl=en-GB adds the ad (as in Android Developer) keyword to your searchbar so you can type ad TextView and it will bring you directly to TextView on this example AND will add a link "View Source" next to the class name inside the site https://developer.android.com/reference so for any class you want to see the source it's just a click away.

您可以在此处找到所有现有版本: http : //grepcode.com/search?query=SQLiteOpenHelper&n=

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM