{"id":15034822,"url":"https://github.com/googleads/googleads-mobile-android-examples","last_synced_at":"2025-04-29T18:25:35.362Z","repository":{"id":12302709,"uuid":"14933726","full_name":"googleads/googleads-mobile-android-examples","owner":"googleads","description":"googleads-mobile-android","archived":false,"fork":false,"pushed_at":"2025-04-29T12:09:11.000Z","size":13010,"stargazers_count":1762,"open_issues_count":161,"forks_count":1886,"subscribers_count":214,"default_branch":"main","last_synced_at":"2025-04-29T13:22:54.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/googleads.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-12-04T19:36:18.000Z","updated_at":"2025-04-29T12:09:13.000Z","dependencies_parsed_at":"2023-02-17T09:31:17.933Z","dependency_job_id":"f385353d-68c1-49f1-98e7-a7553b5b738c","html_url":"https://github.com/googleads/googleads-mobile-android-examples","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogleads-mobile-android-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogleads-mobile-android-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogleads-mobile-android-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googleads%2Fgoogleads-mobile-android-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/googleads","download_url":"https://codeload.github.com/googleads/googleads-mobile-android-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251557970,"owners_count":21608743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T20:26:29.118Z","updated_at":"2025-04-29T18:25:35.338Z","avatar_url":"https://github.com/googleads.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Mobile Ads SDK for Android\n\n![Build status](https://github.com/googleads/googleads-mobile-android-examples/workflows/Build%20Status/badge.svg?branch=main)\n\nThe Google Mobile Ads SDK is the latest generation in Google mobile advertising,\nfeaturing refined ad formats and streamlined APIs for access to mobile ad\nnetworks and advertising solutions. The SDK enables mobile app developers to\nmaximize their monetization in native mobile apps.\n\nThis repository contains open source examples and developer resources for both\nthe Google AdMob and Google Ad Manager components of the Google Mobile Ads SDK.\n\n# Google Mobile Ads SDK Developers forum\n\nTo report SDK feature requests, bugs, and crashes or to browse SDK-related\ndiscussions, please use our [Google Mobile Ads SDK Developers forum](https://groups.google.com/forum/#!forum/google-admob-ads-sdk).\nThe forum provides the latest SDK announcements and updates as well as\ntechnical SDK support for our [Android developers](https://groups.google.com/forum/#!categories/google-admob-ads-sdk/android).\n\n# Documentation\n\nCheck out our [developers site](https://developers.google.com/admob/) for\ndocumentation on using the Mobile Ads SDK.\n\n# Examples\n\n## AdMob\n\n*   App Open:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob/AppOpenExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admob/AppOpenExample)\n*   Banner:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob/BannerExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admob/BannerExample)\n*   Interstitial:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob/InterstitialExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admob/InterstitialExample)\n*   Rewarded Interstitial:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob/RewardedInterstitialExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admob/RewardedInterstitialExample)\n*   Rewarded Video:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob/RewardedVideoExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admob/RewardedVideoExample)\n*   Native Advanced:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob/NativeAdvancedExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admob/NativeAdvancedExample)\n\n## Advanced\n\n*   API Demo:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/advanced/APIDemo),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/advanced/APIDemo) -\n    Provides additional examples for both AdMob and Ad Manager to help improve\n    your mobile app integration of the Google Mobile Ads SDK.\n*   Inline Adaptive Banner RecyclerView:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/advanced/InlineAdaptiveBannerExample) -\n    Provides an example for displaying ads from AdMob inline adaptive banner ads\n    in a RecyclerView widget.\n\n## Ad Manager\n\n*   App Open:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admanager/AppOpenExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admanager/AppOpenExample)\n*   Banner:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admanager/BannerExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admanager/BannerExample)\n*   Interstitial:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admanager/InterstitialExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admanager/InterstitialExample)\n*   Rewarded Interstitial:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admanager/RewardedInterstitialExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admanager/RewardedInterstitialExample)\n*   Rewarded Video:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admanager/RewardedVideoExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admanager/RewardedVideoExample)\n*   Native Ads:\n    [Java](https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admanager/NativeAdsExample),\n    [Kotlin](https://github.com/googleads/googleads-mobile-android-examples/tree/main/kotlin/admanager/NativeAdsExample)\n\n# Downloads\n\nPlease check out our [releases](https://github.com/googleads/googleads-mobile-android-examples/releases)\nfor the latest downloads of our example apps.\n\n# GitHub issue tracker\n\nTo file bugs, make feature requests, or suggest improvements for the\n**Android example apps**, please use [GitHub's issue tracker](https://github.com/googleads/googleads-mobile-android-examples/issues).\n\nFor SDK support issues, please use the [Google Mobile Ads SDK Developers forum](https://groups.google.com/forum/#!forum/google-admob-ads-sdk).\n\n# License\n\n[Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleads%2Fgoogleads-mobile-android-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogleads%2Fgoogleads-mobile-android-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogleads%2Fgoogleads-mobile-android-examples/lists"}