Integrating Android add network in my app - android

I had created an app. Now my next task is to integrate Ads network in my app. But before that, I want to know:
What are the different Ads network that can be implemented in an android device?
Which Ads network is best suited for integrating in my app.
How to start with the integration.
So anyone please help me. If possible with examples and any documentation regarding this topic.
Regards
Anshuman

AdMob is relatively easy and good to use. It came directly from google, so it is definately worth a choice and connects well with your google account.
Add a new application/website to your Admob Account just enter "http://" as links. After that you can download the .zip file with included jar
With AdWhirl you can integrate many different AdNetworks, this is a very nice feature also.

Related

React native get access token social networks

I'm working on react-native app project I need to use login with social networks and get access token of each others. I have problems with some packages i need the best way and cross platform (iOS, Android).
I don't know if there is a one-for-all solution to this problem that integrates well with RN. I've been recently working with the Facebook SDK, which enables Facebook Login in your application. It's fairly easy to set up, and it might be a good starting point for you. As for other social networks, I'd suggest you go over each one and find a way that does the job. Here are some packages that might help you:
LinkedIn
[Instagram]
(https://js.coach/all/react-native-instagram-oauth?search=instagram)
Google
This also might be worth a shot: react-native-social-auth

login to play developer console from app

I want to make an app that displays the information from play developer console in an easy to read way.
What procedure would be best to use to get an html file that i can scrape the info out of?
Is there a library that can simplify this proccess?
I'm currently trying to do this on a php website I'm developing. So far, I've managed to authenticate through the service, get JSON responses of various statistics, and I'm currently trying to parse them.
If you need some help/guidelines, don't hesitate to ask me a few questions, I'd be glad to help. (I've been inspired by the Andlytics android app github project, in order to do this)
I know you want to do this with Android, but the mains steps are the same. I really advice that you check how Andlytics does it.
Also, I can confirm that there is no library available yet, I've been searching for a while before trying to do my own thing.

Handling multiple ads sources (adMob + Leadbolt) on Android

i'm new with Android and i've been playing with it a bit in the past few weeks. I've been following some tutorials and most of them explains the ad theme with adMob, which is an obvious solution to use because is made by the same enterprise that made the OS. However, i've been searching for some others solutions and a friend recommended me Leadbolt, i've downloaded the sdk to use it, but another idea came up to my mind, i came from .NET and on ASP.NET there's the adrotator control, that i could use to display ads from several sources there isn't anything similar that do that on android? If not there's another solution to use both ads on a same space on the app? I have it as a Banner. Thanks.
It sounds like you're looking for a Mediation solution where you can configure (server-side) how to distribute requests to different ads from multiple ad networks. If one network doesn't fill the request, then the mediation solution would try one of your other configured networks.
The AdMob SDK now includes mediation since v6.0. You can learn more about AdMob Mediation here and how to integrate it here.

Is it possible to accept payment in all currency in my android app using google checkout?

I am trying to integrate payment gateway in my android app.
Purpose of app is to buy online e books.
Site is already Developed and it is using EBS service for payment.
To be specific App is designed for Asian countries only.
Can anyone help me regarding this?
Do i need to simply call my site URL for this or it is not a practical approach.
Any help would make work my simpler as i am not familiar with this stuff.
Please help me if you have experience with it but please do not just copy paste links as i have gone through many sites for that.
Here, EBS support you can find the API that EBS provides. There is no specific API currently available for android. I think you should have to implement it at your server side and make a call with web services.

The simplest way to use C2DM?

It has been a couple of weeks and I am having so much trouble making C2DM work. I've read a million guides and watched video tutorials but have had no luck. I just need a way to communicate with my server and my phone in the simplest way. Any help?
If you're still interested in trying C2DM, try installing the Google Plugin for Eclipse and use it to generate the Android / App Engine sample project. It should be able to generate a skeleton project that is able to communicate between AppEngine and a basic Android application. You could verify that the sample works and use it as a basis to debug your custom application.
There was also a related AppEngine + Android session at Google I/O this year.
The easiest way to get push into your app is to use a third party push provider like Urban Airship or Xtify. Instead of writing the code to interface with google directly you integrate the third party SDK into your app and they handle the messy stuff.
Additionally, you don't have to worry about scaling if your app gets (or already is) big. And going cross-platform (iOS, Blackberry) is that much easier.

Categories

Resources