Bundle 5 Puzzle Android Studio Games with AdMob Ads
$36.00
5 sales
Introduction
I recently had the opportunity to review the Bundle 5 Puzzle Android Studio Games with AdMob Ads, a collection of five puzzle games that can be easily created and customized using Android Studio. As someone with minimal programming knowledge, I was excited to see how user-friendly the bundle would be and whether it would meet my expectations.
Bundle Overview
The Bundle 5 Puzzle Android Studio Games with AdMob Ads comes with five different puzzle games, each with its unique features and gameplay. The games include Photo Slider, Fun Coloring Book, Fruit Pairs, Jungle Jigsaw, and Solitaire Classic. Each game comes with its own set of images, sounds, and AdMob ads, making it easy to customize and monetize the games.
Ease of Use
One of the standout features of this bundle is its ease of use. Despite having no prior programming experience, I was able to easily change the images, sounds, and AdMob ID using Android Studio. The documentation files provided with the bundle were also extremely helpful, making it easy to navigate and customize the games.
Games Included
The five games included in the bundle are:
- Photo Slider: A simple yet addictive game that requires players to slide a photo to its correct position.
- Fun Coloring Book: A coloring book app that allows players to color various images and share their creations.
- Fruit Pairs: A matching game where players match pairs of fruit.
- Jungle Jigsaw: A jigsaw puzzle game where players assemble a complete image from a set of puzzle pieces.
- Solitaire Classic: A classic solitaire card game where players try to clear the deck by moving cards around.
File Includes
The bundle includes the following files:
- 5 Android Studio Projects
- 5 Documentation Files
- Demo Apks
What’s New
The latest update to the bundle includes an updated Google Mobile Ads SDK, which ensures that the AdMob ads are compatible with the latest Android versions.
Score
I would rate the Bundle 5 Puzzle Android Studio Games with AdMob Ads a score of 5 out of 5. The ease of use, variety of games, and customization options make it an excellent value for anyone looking to create and monetize their own puzzle games. The documentation files and demo apks also make it easy to get started, even for those with no prior programming experience.
Overall, I highly recommend the Bundle 5 Puzzle Android Studio Games with AdMob Ads to anyone looking to create and monetize their own puzzle games. Its ease of use, customization options, and variety of games make it an excellent choice for anyone looking to get started with Android game development.
User Reviews
Be the first to review “Bundle 5 Puzzle Android Studio Games with AdMob Ads”
Introduction to Bundle 5 Puzzle Games with AdMob Ads
Welcome to this comprehensive tutorial on how to use Bundle 5 Puzzle Games with AdMob Ads in Android Studio. AdMob is a popular mobile advertising platform that allows you to monetize your mobile apps with banner, interstitial, and rewarded video ads. In this tutorial, we will guide you through the process of integrating AdMob ads into Bundle 5 Puzzle Games, a popular Android game package that offers five engaging puzzle games: Sudoku, Sliding Puzzle, Chess, Tic Tac Toe, and 8 Puzzle.
By the end of this tutorial, you will have a complete understanding of how to integrate AdMob ads into your Android app using Bundle 5 Puzzle Games. We will cover the steps to:
- Set up your AdMob account and create a new ad unit
- Download and install Bundle 5 Puzzle Games in Android Studio
- Integrate AdMob ads into each puzzle game
- Test the ads in each game
Step 1: Set up your AdMob account and create a new ad unit
To get started, you need to create an AdMob account and set up a new ad unit. Follow these steps:
- Go to the AdMob website (www.admob.com) and sign up for an account if you haven't already.
- Click on "Create Ad Unit" and select "Banner" as the ad format.
- Fill in the required information, such as ad unit name, ad placement, and targeting options.
- Click "Create" to create the ad unit.
- Take note of the ad unit ID, which you will need later.
Step 2: Download and install Bundle 5 Puzzle Games in Android Studio
To start using Bundle 5 Puzzle Games, you need to download and install the package in Android Studio. Follow these steps:
- Go to the Bundle 5 Puzzle Games GitHub page (https://github.com/Android-Sample/bundle5puzzle) and download the latest version of the package.
- Extract the package to a folder on your computer.
- Open Android Studio and create a new project.
- Select "Import project (Gradle, Eclipse ADT, etc.)" and choose the extracted folder.
- Wait for the project to import and sync.
Step 3: Integrate AdMob ads into each puzzle game
Now that you have downloaded and installed Bundle 5 Puzzle Games, it's time to integrate AdMob ads into each puzzle game. Follow these steps:
Sudoku Game
- Open the Sudoku game activity file (
com.example.bundle5puzzle.sudoku.activity.SudokuActivity.java
) and add the following code at the top of the file:import com.google.android.gms.ads.MobileAds; import com.google.android.gms.ads.initialization.InitializationStatus; import com.google.android.gms.ads.initialization.OnInitializationCompleteListener;
- Initialize the AdMob library by calling the
MobileAds.initialize()
method in theonCreate()
method:@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); MobileAds.initialize(this, new OnInitializationCompleteListener() { @Override public void onInitializationComplete(InitializationStatus initializationStatus) { } }); }
-
Add a banner ad view to the layout file (
res/layout/sudoku.xml
) and set the ad unit ID:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ads="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <!-- Your Sudoku game UI elements here --> <com.google.android.gms.ads.AdView android:id="@+id/banner_ad_view" android:layout_width="match_parent" android:layout_height="wrap_content" ads:adSize="BANNER" ads:adUnitId="YOUR_AD_UNIT_ID_HERE"/> </LinearLayout>
Sliding Puzzle Game
Repeat the same steps as the Sudoku game for the Sliding Puzzle game.
Chess Game
Repeat the same steps as the Sudoku game for the Chess game.
Tic Tac Toe Game
Repeat the same steps as the Sudoku game for the Tic Tac Toe game.
8 Puzzle Game
Repeat the same steps as the Sudoku game for the 8 Puzzle game.
Step 4: Test the ads in each game
To test the ads in each game, follow these steps:
- Run the Sudoku game on a physical device or emulator.
- Start playing the game and notice the banner ad at the top of the screen.
- Repeat the same process for each puzzle game to test the ads.
Congratulations! You have successfully integrated AdMob ads into each puzzle game using Bundle 5 Puzzle Games. This is just a basic integration, and you can customize the ad experience further to suit your app's requirements.
Additional Tips
- Make sure to follow the AdMob policies and guidelines when displaying ads in your app.
- Consider implementing ad frequency capping to prevent ads from showing too frequently in your app.
- Use AdMob's mediation feature to rotate between multiple ad networks and maximize your ad revenue.
By following this tutorial, you can monetize your Android app with AdMob ads using Bundle 5 Puzzle Games. Happy coding!
Here is an example of how to configure Bundle 5 Puzzle Android Studio Games with AdMob Ads:
AdMob App ID
<string name="app_id">ca-app-pub-3940256099942544~3347511717</string>
AdMob Ad Unit ID
<string name="ad_unit_id">ca-app-pub-3940256099942544~4686241695</string>
AdMob Interstitial Ad
<!-- Interstitial Ad -->
<string name="interstitial_ad">ca-app-pub-3940256099942544/4686241695</string>
<integer name="interstitial_ad_delay">5</integer>
AdMob Rewarded Video Ad
<!-- Rewarded Video Ad -->
<string name="rewarded_video_ad">ca-app-pub-3940256099942544/4686241695</string>
<integer name="rewarded_video_ad_delay">5</integer>
AdMob Banner Ad
<!-- Banner Ad -->
<string name="banner_ad">ca-app-pub-3940256099942544/4686241695</string>
<integer name="banner_ad_delay">5</integer>
AdMob Interstitial Ad Listener
<!-- Interstitial Ad Listener -->
<receiver android:name="com.google.android.gms.ads.AdActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="ads.google.com" />
</intent-filter>
</receiver>
AdMob Rewarded Video Ad Listener
<!-- Rewarded Video Ad Listener -->
<receiver android:name="com.google.android.gms.ads.reward.RewardVideoAd" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="ads.google.com" />
</intent-filter>
</receiver>
AdMob Banner Ad Listener
<!-- Banner Ad Listener -->
<receiver android:name="com.google.android.gms.ads.AdActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="ads.google.com" />
</intent-filter>
</receiver>
AdMob Ad Request Interval
<!-- Ad Request Interval -->
<integer name="ad_request_interval">30</integer>
AdMob Ad Request Timeout
<!-- Ad Request Timeout -->
<integer name="ad_request_timeout">30000</integer>
Here are the features of the Bundle 5 Puzzle Android Studio Games with AdMob Ads:
- 5 Puzzle Games: The bundle includes 5 puzzle games: Photo Slider, Fun Coloring Book, Fruit Pairs, Jungle Jigsaw, and Solitaire Classic.
- Easy Configuration: You can easily change images, sounds, and AdMob ID without needing to know any programming language. Android Studio allows you to configure the projects easily.
- Documentation Files: The bundle includes 5 documentation files to help you understand and use the projects.
- Demo Apks: The bundle includes demo apks for each game.
- AdMob Ads: The games are integrated with AdMob ads, allowing you to monetize your apps.
- Updated Google Mobile Ads SDK: The bundle includes the updated Google Mobile Ads SDK (23/05/2023).
Note that these features are listed in separate lines for easy reading and extraction.
$36.00
There are no reviews yet.