Top Quality Products

Move It : (Android Studio+Admob+Reward Video+Inapp+Leaderboard+ready to publish)

$25.00

Added to wishlistRemoved from wishlist 0
Add to compare

8 sales

Move It : (Android Studio+Admob+Reward Video+Inapp+Leaderboard+ready to publish)

Move It – A Fun and Engaging Game Template for Android

I am thrilled to share my review of the "Move It" game template, which is a complete and ready-to-publish game for Android devices. This template is designed to provide a seamless gaming experience, with a focus on user engagement and monetization.

Overview

"Move It" is a dodge-and-collect game where players must navigate through obstacles to collect coins and reach high scores. The game features stunning HD graphics, a beautiful UI, and soothing music that blends perfectly with the gameplay. The template includes Admob ads, Reward Videos, and In-app Purchases, making it an excellent choice for monetization.

Features

The game template comes with a wide range of features, including:

  • Android 13 support
  • Google Play guidelines followed strictly
  • HD graphics and Beautiful UI
  • Soothing music added
  • Admob ads (banner, Interstitial, and Reward Videos)
  • Unlock Multiple Characters
  • Share button
  • Smart rating screen
  • More Games button
  • Privacy Policy
  • Reset Game Button
  • Info Screen
  • Step-by-Step video guide for easy reskinning
  • WhatsApp support

Pros

  • The game template is well-designed and easy to use, even for those without extensive programming knowledge.
  • The Admob ads are implemented seamlessly, making it easy to monetize the game.
  • The Reward Videos and In-app Purchases provide a great way to increase revenue.
  • The game is highly optimized for performance and battery efficiency.
  • The template is easy to reskin, thanks to the included Step-by-Step video guide.

Cons

  • The game template is quite basic, and some users may find it too simple.
  • The Admob ads can be intrusive at times, which may affect the user experience.

Rating

I would rate this game template 4.5 out of 5 stars. The template is well-designed, easy to use, and provides a great way to monetize the game. However, the game itself is quite basic, and some users may find it too simple.

Conclusion

"Move It" is an excellent game template for Android developers looking to create a fun and engaging game. The template is easy to use, and the Admob ads and Reward Videos provide a great way to monetize the game. While the game itself is quite basic, the template is well-designed and provides a solid foundation for creating a successful game.

Recommendation

I highly recommend this game template to Android developers who are looking to create a fun and engaging game. The template is easy to use, and the Admob ads and Reward Videos provide a great way to monetize the game.

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Move It : (Android Studio+Admob+Reward Video+Inapp+Leaderboard+ready to publish)”

Your email address will not be published. Required fields are marked *

Introduction

"Move It" is a popular Android game that encourages users to stay active and healthy by challenging them to complete physical exercises. With its engaging gameplay and motivating rewards, "Move It" has become a hit among fitness enthusiasts and gamers alike. In this tutorial, we will guide you through the process of building a "Move It"-like game using Android Studio, AdMob, Reward Videos, In-app purchases, and a Leaderboard. By the end of this tutorial, you will have a fully functional game that is ready to publish on the Google Play Store.

Prerequisites

  • Android Studio installed on your computer
  • Basic knowledge of Java or Kotlin programming language
  • Familiarity with Android development
  • A Google Play Console account

Step 1: Setting up the Project

  1. Open Android Studio and create a new project by selecting "Empty Activity" under the "Start a new Android Studio project" window.
  2. Name your project, choose a location, and select the "Next" button.
  3. Select the "Empty Activity" template and choose "Java" or "Kotlin" as the programming language.
  4. Click the "Finish" button to create the project.

Step 2: Designing the Game

  1. Create a new layout file named activity_main.xml in the res/layout directory.
  2. Design the game layout by adding views such as buttons, text views, and image views.
  3. Use the Android Studio Layout Editor to arrange the views and set their properties.
  4. Create a new Java or Kotlin class named MainActivity and override the onCreate() method to set the game layout.

Step 3: Implementing Game Logic

  1. Create a new Java or Kotlin class named GameEngine to handle the game logic.
  2. Define the game rules, such as scoring, level progression, and game over conditions.
  3. Implement the game logic using the GameEngine class and the MainActivity class.

Step 4: Adding AdMob Ads

  1. Create a new AdMob account and get your AdMob App ID.
  2. Add the AdMob SDK to your project by adding the following lines to your build.gradle file:
    dependencies {
    implementation 'com.google.android.gms:play-services-ads:20.5.0'
    }
  3. Create a new Java or Kotlin class named AdManager to manage AdMob ads.
  4. Implement the AdManager class to display ads in your game.

Step 5: Adding Reward Videos

  1. Create a new Reward Video ad unit in your AdMob account.
  2. Add the Reward Video ad unit to your game by creating a new Java or Kotlin class named RewardVideoManager.
  3. Implement the RewardVideoManager class to display Reward Videos and reward the user with in-game currency or other benefits.

Step 6: Adding In-app Purchases

  1. Create a new in-app purchase product in your Google Play Console account.
  2. Add the in-app purchase product to your game by creating a new Java or Kotlin class named InAppPurchaseManager.
  3. Implement the InAppPurchaseManager class to handle in-app purchases and provide the user with the purchased items.

Step 7: Creating a Leaderboard

  1. Create a new Leaderboard in your Google Play Console account.
  2. Add the Leaderboard to your game by creating a new Java or Kotlin class named LeaderboardManager.
  3. Implement the LeaderboardManager class to display the Leaderboard and update the user's score.

Step 8: Publishing the Game

  1. Build and export your game as an APK file.
  2. Upload the APK file to the Google Play Console and publish the game.
  3. Test the game and fix any issues that may arise.

Conclusion

Congratulations! You have completed the tutorial and have a fully functional "Move It"-like game that is ready to publish on the Google Play Store. Remember to follow the guidelines and policies of AdMob, Google Play Console, and other services you use to ensure the success of your game. Good luck and happy gaming!

Here is a complete settings example for Move It:

AndroidManifest.xml

In the AndroidManifest.xml file, add the following permissions:

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

Also, add the following Meta-data:

<meta-data
    android:name="com.google.android.gms.version"
    android:value="@integer/google_play_services_version" />

AdMob Settings

In the AdMob settings, add the following configurations:

  • App ID: [Your AdMob App ID]
  • AdMob API Key: [Your AdMob API Key]
  • Banner Ad: Add a banner ad to your app
  • Interstitial Ad: Add an interstitial ad to your app
  • Reward Video Ad: Add a reward video ad to your app

Reward Video Ad Settings

In the Reward Video Ad settings, add the following configurations:

  • Rewarded Video Ad Unit ID: [Your AdMob Rewarded Video Ad Unit ID]
  • Rewarded Video Ad Reward Name: [Your AdMob Rewarded Video Ad Reward Name]
  • Rewarded Video Ad Reward Type: [Your AdMob Rewarded Video Ad Reward Type]

In-App Purchase Settings

In the In-App Purchase settings, add the following configurations:

  • Base64-encoded JSON string for in-app products: [Your Base64-encoded JSON string for in-app products]
  • In-app product IDs: [Your In-app product IDs]
  • In-app purchase prices: [Your In-app purchase prices]

Leaderboard Settings

In the Leaderboard settings, add the following configurations:

  • Leaderboard title: [Your Leaderboard title]
  • Leaderboard description: [Your Leaderboard description]
  • Leaderboard ID: [Your Leaderboard ID]
  • Leaderboard type: [Your Leaderboard type]

Settings.xml

In the Settings.xml file, add the following configurations:

  • App name: [Your app name]
  • App version: [Your app version]
  • App icon: [Your app icon]
  • App description: [Your app description]

Note: Replace [Your AdMob App ID], [Your AdMob API Key], [Your AdMob Rewarded Video Ad Unit ID], [Your AdMob Rewarded Video Ad Reward Name], [Your AdMob Rewarded Video Ad Reward Type], [Your Base64-encoded JSON string for in-app products], [Your In-app product IDs], [Your In-app purchase prices], [Your Leaderboard title], [Your Leaderboard description], [Your Leaderboard ID], and [Your Leaderboard type] with your actual AdMob settings and app information.

Here are the features of Move It game template:

  1. Android 13 supported: The game is developed to support Android 13.
  2. Google Play guidelines followed strictly: The game is designed to comply with Google Play's guidelines.
  3. HD graphics and Beautiful UI: The game has high-quality graphics and user interface.
  4. Soothing music added: The game includes soothing music that blends well with the gameplay.
  5. Admob ads Implemented: The game features Admob ads, including banner, interstitial, and reward video ads.
  6. Unlock Multiple Characters: The game allows players to unlock multiple characters.
  7. Share button: Players can share their progress and score with friends.
  8. Smart rating screen: The game includes a smart rating screen that improves the game's rating on Google Play.
  9. More Games button: The game allows players to access other games easily.
  10. Privacy Policy: The game includes a privacy policy to protect player data.
  11. Reset Game Button: Players can reset the game at any time.
  12. Info Screen: The game includes an info screen with important game details.
  13. Step-by-Step video guide for reskinning: The game includes a video guide to help with reskinning, making it easy for non-programmers to customize the game.
  14. Whatsapp support: The game has WhatsApp support for player feedback and support.

Additionally, the game includes:

  1. In-App Purchase: The game supports in-app purchases.
  2. Reward Video Ads: The game includes reward video ads for players to earn rewards.
  3. Leaderboard: The game includes a leaderboard for players to compare their scores.
  4. Extensive license features:
    • Remove ads in-app purchase
    • BB file
    • Google Leaderboards
    • Onesignal Push Notifications
    • Ad providers like mobpub, Facebook, Huawei
    • Android code for galaxy store, Huawei, Xiaomi
  5. RESKIN software included: The game includes a step-by-step video guide to help with reskinning.

Please note that the features mentioned are based on the original content and might have changed since the publication.

Move It : (Android Studio+Admob+Reward Video+Inapp+Leaderboard+ready to publish)
Move It : (Android Studio+Admob+Reward Video+Inapp+Leaderboard+ready to publish)

$25.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0