Top Quality Products

FlashView | Universal Android WebView App With Admobs

$13.00

Added to wishlistRemoved from wishlist 0
Add to compare

27 sales

FlashView | Universal Android WebView App With Admobs

FlashView Review: A Comprehensive Android WebView App with AdMob Integration

I’m thrilled to share my review of FlashView, a universal Android WebView app that allows users to convert any website into a native app with ease. With its powerful Chromium WebView, customizable design, and AdMob integration, FlashView is an impressive tool for developers and businesses alike.

Latest Update (09-05-2023)

The latest update brings several notable changes, including:

  • Update App Design
  • Support for the latest Android SDK (33)
  • Google Ads Updated
  • Bug fix

Product Description

FlashView is a native Android Simple Web View application that boasts a Material Design 10 theme color. It’s a fast and powerful Chromium WebView that enables users to easily create their own Android app with Flash View – Web To App in a matter of minutes. The app provides tons of customization options and features, making it easy to build an ultimate native-like experience.

Key Features

  1. Navigation Drawer: A customizable navigation drawer allows users to add all their webpages to their WebView app easily.
  2. AdMob (Banner And mInterstitial Ad): Simply enter your Admob interstitial ads and enable monetization.
  3. SplashScreen: Customize your splash screen by adding a logo, and enjoy an animated splash screen.
  4. No Internet Connection Screen: Show a beautifully designed no connection screen when no connection is available.
  5. Push Notifications: Reach and update users by sending push notifications.
  6. QR Code or Barcode Scanner: Flash View apps include a QR Code or Barcode scanner, allowing users to scan all types of Barcodes or QR Codes.
  7. Easy Customization: Configure various layout styles, ToolBar, Drawer, Colors, Icons & Images, and Admob settings.

Feature List

  1. Complete Native Web to App
  2. Fast & Powerful Chromium WebView
  3. Pull To Refresh
  4. QR code or Barcode Scanner
  5. Easy integration
  6. Splash Screen
  7. Android Studio Project
  8. Admob Added (banner + interstitial)
  9. Normal toolbar page with Navigation drawer
  10. Fullscreen web view
  11. Load in app offline HTML page
  12. Added various way to provide support
  13. Youtube Video
  14. Mapping, direction and geolocation
  15. Download and upload file using native tools
  16. Call, SMS, Email etc using native app
  17. Brows page using native browser
  18. A complete web page with fully functional HTML, HTML5, CSS, JS operation
  19. Easy Customization
  20. No Programming Skills Required
  21. Easily set your URL which should be loaded
  22. Universal App for Android devices
  23. Material Design UI
  24. Well-documented code

App Demo and Technical Documentation

FlashView provides an app demo, showcasing its features and functionality. Additionally, the app comes with well-documented code, making it easy for developers to integrate and customize the app.

Score: 0/5

While FlashView is an impressive app, I’m forced to give it a score of 0 due to the lack of user reviews and feedback. However, based on its features and functionality, I highly recommend FlashView to developers and businesses looking to create a native Android app with ease.

Conclusion

FlashView is an excellent choice for those seeking to convert a website into a native Android app. With its powerful Chromium WebView, customizable design, and AdMob integration, FlashView is an impressive tool for developers and businesses alike. While it lacks user reviews and feedback, I’m confident that this app will continue to grow and improve with time.

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 “FlashView | Universal Android WebView App With Admobs”

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

Introduction

FlashView is a popular Android WebView app that allows users to view web pages in a more native Android experience. With its clean and simple interface, FlashView provides an immersive browsing experience that's similar to the native Android browser. In this tutorial, we'll show you how to integrate AdMob ads into your FlashView app, allowing you to monetize your app and earn revenue from your users.

Prerequisites

Before we begin, make sure you have the following:

  • Android Studio installed on your computer
  • FlashView app downloaded and imported into your Android Studio project
  • AdMob account created and set up
  • AdMob plugin for Android Studio installed (optional but recommended)

Step 1: Add AdMob to Your FlashView App

To add AdMob to your FlashView app, you'll need to add the AdMob SDK to your project. Follow these steps:

  1. Open your Android Studio project and navigate to the app module.
  2. Right-click on the app module and select New > Directory.
  3. Name the directory libs and create it.
  4. Download the AdMob SDK for Android from the AdMob website and extract it to the libs directory.
  5. In your build.gradle file, add the following line to the dependencies section:
    dependencies {
    implementation 'com.google.android.gms:play-services-ads:20.4.0'
    }
  6. Sync your project by clicking on the Sync Now button in the top right corner of the Android Studio window.

Step 2: Create an AdMob Ad Unit

To display ads in your FlashView app, you'll need to create an AdMob ad unit. Follow these steps:

  1. Log in to your AdMob account and navigate to the Monetize tab.
  2. Click on the Create Ad Unit button and select Banner as the ad format.
  3. Enter a name for your ad unit and select the platforms you want to support (in this case, Android).
  4. Set the ad unit type to Interstitial and click on the Create button.

Step 3: Add AdMob Code to Your FlashView App

To display ads in your FlashView app, you'll need to add the AdMob code to your app. Follow these steps:

  1. Open the activity_main.xml file and add the following code inside the LinearLayout tag:

    <com.google.android.gms.ads.AdView
    android:id="@+id/adView"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerHorizontal="true"
    android:layout_centerVertical="true"
    ads:adSize="BANNER"
    ads:adUnitId="YOUR_AD_UNIT_ID">
    </com.google.android.gms.ads.AdView>

    Replace YOUR_AD_UNIT_ID with the actual ad unit ID you created in Step 2.

  2. Open the MainActivity.java file and add the following code inside the onCreate method:
    
    import com.google.android.gms.ads.AdRequest;
    import com.google.android.gms.ads.AdView;

//...

AdView adView = findViewById(R.id.adView); AdRequest adRequest = new AdRequest.Builder().build(); adView.loadAd(adRequest);


3. Replace `YOUR_AD_UNIT_ID` with the actual ad unit ID you created in Step 2.

**Step 4: Test Your AdMob Ad**

To test your AdMob ad, follow these steps:

1. Run your FlashView app on a physical device or emulator.
2. Navigate to the main activity and you should see the AdMob ad displayed.
3. Tap on the ad to see if it loads and displays correctly.

**Troubleshooting Tips**

* Make sure you have replaced `YOUR_AD_UNIT_ID` with the actual ad unit ID you created in Step 2.
* Check that your AdMob SDK is properly installed and configured in your Android Studio project.
* If you're experiencing issues with ad display, try restarting your device or emulator.

**Conclusion**

That's it! You've successfully integrated AdMob ads into your FlashView app. With these steps, you should be able to display ads in your app and earn revenue from your users. Remember to test your ad regularly to ensure it's working correctly and to make any necessary adjustments to your ad settings. Happy coding!

Here is the settings example:

AdMob Settings

In your strings.xml file, add the following AdMob IDs:

<string name="app_id">ca-app-pub-3940256099942544~3347511717</string>
<string name="interstitial_ad_id">ca-app-pub-3940256099942544~6902920511</string>
<string name="rewarded_video_ad_id">ca-app-pub-3940256099942544~1715487913</string>

Replace the app_id, interstitial_ad_id, and rewarded_video_ad_id with your actual AdMob IDs.

WebView Settings

In your strings.xml file, add the following WebView settings:

<string name="webView_header_color">#FFFFFF</string>
<string name="webView_footer_color">#FFFFFF</string>
<string name="webView_font_size">14sp</string>
<string name="webView_font_family">sans-serif</string>

Customize the WebView's header and footer colors, font size, and font family as needed.

Notification Settings

In your strings.xml file, add the following notification settings:

<string name="notification_channel_name">FlashView</string>
<string name="notification_channel_description">FlashView notification channel</string>

Customize the notification channel name and description as needed.

Other Settings

In your strings.xml file, add the following settings:

<string name="flash_view_title">FlashView</string>
<string name="flash_view_subtitle">Universal Android WebView App</string>

Customize the app title and subtitle as needed.

Note: Make sure to update the AndroidManifest.xml file with the necessary permissions and AdMob setup.

Here are the features of FlashView | Universal Android WebView App With Admobs:

  1. Update App Design
  2. Support Android latest SDK (33)
  3. Google Ads Updated
  4. Bug fix

Navigation Drawer:

  1. Customizable navigation drawer to add all your webpages to your WebView app easily.

Admob (Banner And MInterstitial Ad):

  1. Just enter your Admob interstitial ads and enable monetization.

SplashScreen:

  1. Customizable splash screen just add logo and it will enable animated Splash Screen.
  2. No internet connection screen: Show a beautifully designed no connection screen when no connection is available.

Push notifications:

  1. Reach and update users by sending push notifications.

QR Code or BarCode Scanner:

  1. Flash View apps include QR Code or Barcode scanner. Scan all type Barcode or QR Code

Easy customization:

  1. Configuration of various layout styles ToolBar, Drawer, Colors, Icons & Images, Admob

Detailed Feature List:

  1. Complete Native Web to App
  2. Fast & Powerful Chromium WebView
  3. Pull To Refresh
  4. QR code or Barcode Scanner
  5. Easy integration
  6. Splash Screen
  7. Android Studio Project
  8. Admob Added (banner + interstitial)
  9. Normal toolbar page with Navigation drawer
  10. Fullscreen web view
  11. Load in app offline HTML page
  12. Added various way to provide support
  13. Youtube Video
  14. Mapping, direction and geolocation
  15. Download and upload file using native tools
  16. Call, SMS, Email etc using native app
  17. Brows page using native browser
  18. A complete web page with fully functional HTML, HTML5, CSS, JS operation
  19. Easy Customization
  20. No Programming Skills Required
  21. Easily set your URL which should be loaded
  22. Universal App for Android devices
  23. Material Design UI
  24. Well documented code.

App Demo: Available at https://drive.google.com/file/d/174aX4xBsUv9Qn7xPsvGefGukNhUnUCLV/view?usp=sharing

Technical Documentation: Available at https://docs.google.com/document/d/15tv-s2uULWQH86XHdvJHJXffOy6mJyy9HKQRrVlAv8M/edit?usp=share_link

FlashView | Universal Android WebView App With Admobs
FlashView | Universal Android WebView App With Admobs

$13.00

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