Android海外开发当然得知道的网站
Google开发者的网站:https://developer.android.com/
Android开发文档:https://developer.android.com/docs
Android查看support版本:https://developer.android.com/topic/libraries/support-library/revisions
google支付有2中结算方式下面
一种是使用“implementation 'com.android.billingclient:billing:2.0.0'”(网上很少人使用)
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的方式(网上大部分使用)
https://developer.android.com/google/play/billing/api
demo地址:https://github.com/googlesamples/android-play-billing/tree/master/TrivialDrive
Google Play Developer API(基本上是用于服务端的):https://developer.android.google.cn/google/play/developer-api
Google Play Developer API有各个语言的依赖库(服务端):
https://developers.google.cn/api-client-library/