To get this library , please use my Referral link
http://startapp.com/rfx72sp
to sign up
Then, reply your email here to get this library
Thank you for your effort!!!
Plugin Basic4Android (B4A) - Search SDK of New Startapp
Step1:
Download and extract Plugin startapp B4A.rar (have 6 files)
Step 2:
Copy all files to Additional libraries of Basic4Android (path you can see from menu Tools\ Configure Paths).
Step 3:
In Referenced libraries in right conner, right click and select "Refresh" to update.
Select 3 libraries : StartAppCommon , StartAppSearchBox, HTStartApp
Step 4:
Update Manifest file :
Select Menu Project \ Manifest Editor
In AddManifestText add:
In AddApplicationText add:
With YOUR_DEV_ID and YOUR_APP_ID get from StartApp Dardboard
Step 5:
Add this code after load your layout:
Run it, Compile, upload it to Google Market and get your money with StartApp Search.
http://startapp.com/rfx72sp
to sign up
Then, reply your email here to get this library
Thank you for your effort!!!
Plugin Basic4Android (B4A) - Search SDK of New Startapp
Step1:
Download and extract Plugin startapp B4A.rar (have 6 files)
Step 2:
Copy all files to Additional libraries of Basic4Android (path you can see from menu Tools\ Configure Paths).
Step 3:
In Referenced libraries in right conner, right click and select "Refresh" to update.
Select 3 libraries : StartAppCommon , StartAppSearchBox, HTStartApp
Step 4:
Update Manifest file :
Select Menu Project \ Manifest Editor
In AddManifestText add:
B4X:
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
B4X:
<activity android:name="com.startapp.android.eula.EULAActivity"
android:theme="@android:style/Theme.Translucent"
android:configChanges="keyboard|keyboardHidden|orientation" />
<meta-data android:name="com.startapp.android.DEV_ID" android:value= "YOUR_DEV_ID"/>
<meta-data android:name="com.startapp.android.APP_ID" android:value= "YOUR_APP_ID"/>
Step 5:
Add this code after load your layout:
B4X:
Dim startsearch As htstartapp
startsearch.Initialize
startsearch.showsearchbox
Run it, Compile, upload it to Google Market and get your money with StartApp Search.