Looking for a freelance

dorotheelondon

New Member
Hi everbody, I'm Dorothee and i work for Ogury, an Advertising company specialised on targeting for Android App.
Some publishers who are using B4A in their applications contact us, want to use our solutions but we can’t help us to implement our SDK.
It’s possible to have costing on your side to develop a little bridge between your solution and the Ogury SDK.

We have only 3 calls:

Presage.getInstance().setContext(this.getBaseContext());
Presage.getInstance().start();


to start the SDK.


Presage.getInstance().adToServe("interstitial", new IADHandler() {

@override
public void onAdNotFound() {
Log.i("PRESAGE", "ad not found");
}

@override
public void onAdFound() {
Log.i("PRESAGE", "ad found");
}
});

to ask for an ad.

Is there someone interested and available very quickly to do this ?

Thank for your help !!!
 

walterf25

Expert
Licensed User
Longtime User
Hi everbody, I'm Dorothee and i work for Ogury, an Advertising company specialised on targeting for Android App.
Some publishers who are using B4A in their applications contact us, want to use our solutions but we can’t help us to implement our SDK.
It’s possible to have costing on your side to develop a little bridge between your solution and the Ogury SDK.

We have only 3 calls:

Presage.getInstance().setContext(this.getBaseContext());
Presage.getInstance().start();


to start the SDK.


Presage.getInstance().adToServe("interstitial", new IADHandler() {

@override
public void onAdNotFound() {
Log.i("PRESAGE", "ad not found");
}

@override
public void onAdFound() {
Log.i("PRESAGE", "ad found");
}
});

to ask for an ad.

Is there someone interested and available very quickly to do this ?

Thank for your help !!!
Hi, i'm interested in doing this wrapper for you, i have developed several advertising wrappers for a few other companies such as SendDroid, Tap It, Aerserv, and a few other more, please contact me at your earliest convenience you can contact me either through this forums or through email at [email protected].

Thanks hope to hear from you soon.

Walter
 
Top