Skip to content

Instantly share code, notes, and snippets.

View menion's full-sized avatar
🥕

Jiří M. aka Menion menion

🥕
View GitHub Profile
@adammagana
adammagana / SkuDetails.PricePerMonth.kt
Last active March 15, 2021 22:21
An Android SkuDetails property extension that calculates price-per-month.
import com.android.billingclient.api.SkuDetails
import java.lang.Exception
import java.text.NumberFormat
import java.util.*
/**
* Currency code for the U.S. dollar
*/
private const val USD = "USD"