Tap for Tap is a nice tool that can help your app gain customers.
Every app in this tool's network shows ads for other apps.
Integrating this library is simple:
1. Sign up with TapForTap and add your app. You will get an AppId that you need to use.
2. Download the SDK and copy TapForTap.jar to your libraries folder.
3. Download the attached library (TapForTapWrapper) and add it to your project.
4. Check TapForTapWrapper in the libraries tab.
5. Add a TapForTap ad:
Every app in this tool's network shows ads for other apps.
Integrating this library is simple:
1. Sign up with TapForTap and add your app. You will get an AppId that you need to use.
2. Download the SDK and copy TapForTap.jar to your libraries folder.
3. Download the attached library (TapForTapWrapper) and add it to your project.
4. Check TapForTapWrapper in the libraries tab.
5. Add a TapForTap ad:
B4X:
Sub Activity_Create(FirstTime As Boolean)
Dim ad As TapForTap
ad.Initialize("xxx-xx-xx-xx-xxx") 'AppId from developer console
Activity.AddView(ad, 0, 100%y - 50dip, 100%x, 50dip)
ad.LoadAds
End Sub