All Projects → SabithPkcMnr → FacebookAds

SabithPkcMnr / FacebookAds

Licence: other
This is an Android app that displays all the Facebook Mobile Ads based on Audience Network SDK. This repo uses all the major ad-types in a separate activity for all the ads.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to FacebookAds

Blacklist
Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒
Stars: ✭ 492 (+2975%)
Mutual labels:  facebook, ads
Android-Clean-Architecture
This is a sample movie list Android application built to demonstrate use of Clean Architecture tools. Dedicated to all Android Developers - (Kotlin, MVVM, Clean Architecture, Rx-Java, Dagger, OkHttp, Unit Testing, SOLID principles, Code Coverage)
Stars: ✭ 268 (+1575%)
Mutual labels:  android-sdk, android-studio
Facebook audience network
Flutter Facebook Audience Network
Stars: ✭ 122 (+662.5%)
Mutual labels:  facebook, ads
Modern Android Development
Modern Android Development tools & key points
Stars: ✭ 219 (+1268.75%)
Mutual labels:  android-sdk, android-studio
facebook-cleaner
Fuzzify.me – A browser extension that cleans out a Facebook user's ad preferences and provides a stream of ads that user receives.
Stars: ✭ 50 (+212.5%)
Mutual labels:  facebook, ads
FB-Ads-Opt-UCB
The easiest way to optimize Facebook Ads using Upper Confidence Bound Algorithm. 💻
Stars: ✭ 23 (+43.75%)
Mutual labels:  facebook, ads
ValidUtil
No description or website provided.
Stars: ✭ 23 (+43.75%)
Mutual labels:  android-sdk, android-studio
Livesmashbar
An elegant looking and easy to use informative library with LiveData integration for Android.
Stars: ✭ 107 (+568.75%)
Mutual labels:  android-sdk, android-studio
cAndroid
cAndroid is tool for control your PC by Android phone
Stars: ✭ 23 (+43.75%)
Mutual labels:  android-sdk, android-studio
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (+81.25%)
Mutual labels:  android-sdk, android-studio
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (+756.25%)
Mutual labels:  android-sdk, android-studio
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (+943.75%)
Mutual labels:  android-sdk, android-studio
Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (+612.5%)
Mutual labels:  android-sdk, android-studio
FB-Instant-Games-ADS-Controller
Learn how to integrate games built with JavaScript and HTML5 with Facebook instant games SDK
Stars: ✭ 40 (+150%)
Mutual labels:  facebook, audience-network
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (+600%)
Mutual labels:  android-sdk, android-studio
Slimsocial For Facebook
Light version of Facebook. Light both in the weight and in the use.
Stars: ✭ 171 (+968.75%)
Mutual labels:  facebook, android-studio
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (+231.25%)
Mutual labels:  android-sdk, android-studio
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (+556.25%)
Mutual labels:  android-sdk, android-studio
GitReposCompose
GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.
Stars: ✭ 32 (+100%)
Mutual labels:  android-sdk, android-studio
Android-MonetizeApp
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
Stars: ✭ 149 (+831.25%)
Mutual labels:  android-sdk, android-studio

Facebook Audience Network is now only using bidding to fill ads, this means you need to connect the your Facebook ad units with mediation network like AdMob or AppLovin and run it under them. Read more info

FacebookAds

An Android app that displays all the Facebook Mobile Ads based on Audience Network SDK. Replace the existing adunits from ActivityConfig.java class. Facebook offer some extra tips on how to implement the ads for Android on this page.

Implementation

Add the audience network sdk dependency to build.gradle(Module: app)

implementation 'com.facebook.android:audience-network-sdk:6.2.0'

Initialize the AudienceNetworkAds class.

AudienceNetworkAds.initialize(this);

Ads Implemented in the app

The ads may not be displaCancel changesying on Android Emulators so try to run the app on a real Android Phone or Tablet:

Ad Types

- Banner Ad (50 & 90 Sized)
- Interstitial Ad
- Rectangle Banner Ad
- Reward Ad (Require approval to request ad)
- Native Ad (Rectangle)
- Native Ad (List Stype)



Now grab a cup of hot or cold coffee and let's get started. Feel free to give a star, fork and play around the ads.

This app make it easy for you to implement Facebook ads very easily into your Android App and it is very similar to how we used to implement the Google AdMob Ads.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].