Android海外開發(fā)當(dāng)然得知道的網(wǎng)站
Google開發(fā)者的網(wǎng)站:https://developer.android.com/
Android開發(fā)文檔:https://developer.android.com/docs
Android查看support版本:https://developer.android.com/topic/libraries/support-library/revisions
google支付有2中結(jié)算方式下面
一種是使用“implementation 'com.android.billingclient:billing:2.0.0'”(網(wǎng)上很少人使用)
https://developer.android.com/google/play/billing/billing_library_overview
demo地址(請看shared-module部分):https://github.com/googlesamples/android-play-billing/tree/master/TrivialDrive_v2
一種是使用AIDL的方式(網(wǎng)上大部分使用)
https://developer.android.com/google/play/billing/api
demo地址:https://github.com/googlesamples/android-play-billing/tree/master/TrivialDrive
Google Play Developer API(基本上是用于服務(wù)端的):https://developer.android.google.cn/google/play/developer-api
Google Play Developer API有各個語言的依賴庫(服務(wù)端):
https://developers.google.cn/api-client-library/