midhunhk / lib-aeapps

A multi module library project for use by android applications, with implementations of features like Multi Contact Picture and wrappers around SMS and Contacts data access.
http://midhunhk.github.io/lib-aeapps/
Apache License 2.0
4 stars 6 forks source link

DonationsFragment #20

Closed midhunhk closed 6 years ago

midhunhk commented 6 years ago

Create a BaseDonationsFragment in addition to the BaseDonationsActivity already provided

midhunhk commented 6 years ago

Will use Google Play Billing library, which means we need to remove the AIDL used for supporting InAppBillingV3 via DonationsActivity

midhunhk commented 6 years ago

Facing some conflicts when the Google Play Billing Library is present in both lib and app. Hence leaving the DonationsFragment implementation to independent app.