AppLixir's Android SDK integration uses a WebView component created in the Android application Activity. There are several reasons for this. Advertisers will not run their most premium ads inside native apps because they have less visibility to user behavior and less control over fraud. RTB bidders and other premium ad interfaces used by advertisers rely on an HTML environment so using a WebView approach for your native apps will allow you to make far more revenue. Using WebView with native Android apps also provides a common environment for current or future HTML5 games you may have so all of your games will be able to use the same web interfaces.
To implement the SDK in WebView you will need to enable internet for the application and Android. The following 6 steps shows you how to implement the AppLixir SDK with Android using the Chromium open-source version of WebView.