We are pleased to announce the release of our SDK! Banner ad formats are currently supported, with more coming. Be sure to check-in frequently for the latest releases and announcements.
Version | Release Date | Description |
---|---|---|
1.0.0 | October 14th, 2019 | • Initial release. |
1.0.1 | October 25th, 2019 | • move to api v1.0.1. |
FSAdSDK Version | GMS play-services-ads Version | Repository |
---|---|---|
1.0.1 | 18.2.0_ | jcenter() |
minSDKVersion 16 targetSDKVersion 28 com.android.tools.build:gradle 3.5.1
To see instructions for different install tips and options, please switch branches:
The basic reference application (#1) can be found here. A very simple, single activity game app. It was adapted from the example presented by https://www.youtube.com/channel/UC_Fh8kvtkVPkeihBs42jGcA .
Example of reference application (#1), with the Freestar ads api installed and ready for specific advertising options to be implemented. All advertising examples will be derived by the activities defined by this option (#1-I).
Example of reference application (RecyclerView) (#2), with the Freestar ads api installed and ready for specific advertising options to be implemented with . All advertising examples will be derived by the activities defined by this option (#2-I).
Using Freestar Create Banner View
Example of reference application (#1-B), using the create banner factory. This facility returns a PublisherAdView.
Example of reference application (#1-I), with the usage of the Freestar view injector. This facility injects an ad into an existing LayoutView created and named for that purpose.
Using FreestarRecycler View Injector
Example of reference application (#2-I), with the usage of the Freestar recycler view injector. This facility injects ads into an existing list, destined for a RecyclerView.
Example of reference application (#1-I), with the usage of the Freestar banner ad view.