FL Office Reader Viewer | Document Viewer, Document Reader with admob
$16.00
22 sales
FL Office Reader Viewer | Document Viewer, Document Reader with Admob Review
I’m excited to share my thoughts on the FL Office Reader Viewer, a document viewer and reader app that claims to support various file formats, including PDF, Word, Excel, and PowerPoint. With Admob integrated, this app promises a seamless reading experience on-the-go. But does it deliver?
Ease of Use
I was pleasantly surprised by how easy it was to navigate the app. The interface is simple and intuitive, making it effortless to locate and view files stored on my device, SD card, or even downloaded files. The app’s speed is commendable, and I never experienced any lag or slow loading times.
Key Features
The app offers a range of features that cater to various file types.
- PDF Viewer: Supports PDF files, including night mode, saving reading state, and auto-resume.
- Document Reader: Reads Word documents (Doc/Docx) and spreadsheets (xls/xlsx).
- Excel Viewer: Supports xlsx and xls file formats.
- Text Files Reader: Reads text files in Txt format.
- Office/School Presentation Files Reader and Viewer: Supports PPT and PPTX formats.
Document Manager
The Document Manager is where the app shines. I appreciated the ability to organize files into folders, making it easy to find specific documents. The "All Document Files" section provides a single place to access all my files, which is super convenient.
File Viewer
As expected, the File Viewer function allows me to effortlessly view Word, Excel, PowerPoint, Text, and PDF files. The app’s compatibility with various file formats is impressive, making it a versatile tool.
PDF Viewer/PDF Reader
The PDF Viewer is another standout feature. I enjoyed the fast and stable performance, night mode for eye protection, automatic resume, and the ability to zoom in and out for perfect vision.
Excel Viewer/Excel Reader
The Excel Viewer’s high-quality view and seamless functionality made it a joy to use.
Doc Viewer/Doc Reader
The Docx Reader, also known as the Word Viewer, is a solid performer. It’s quick, lightweight, and presents all document formats in the best possible way.
Support
I appreciate the developer’s willingness to receive feedback and questions. It’s clear that they value their users and are committed to improving the app.
Conclusion
Overall, I’m impressed with the FL Office Reader Viewer. It’s a well-designed app that meets its promise of supporting various file formats. While there’s room for improvement, the developer has done a commendable job in creating a seamless reading experience.
Rating: 3.6/5
I’d recommend this app to anyone seeking a reliable document viewer and reader with Admob support. Just be aware of the refund policy before purchasing.
Note:
- The images in the preview file are not included in the main file.
- Please read the description and compatibility content thoroughly before purchasing, as the developer does not offer a refund if you buy by mistake.
User Reviews
Be the first to review “FL Office Reader Viewer | Document Viewer, Document Reader with admob”
Introduction
The FL Office Reader Viewer, also known as the Document Viewer or Document Reader, is a powerful tool for displaying and manipulating Microsoft Office files, including Word, Excel, PowerPoint, and PDF documents, on Android devices. By integrating AdMob, a popular mobile advertising platform, you can monetize your app and increase its revenue. In this tutorial, we will guide you through the process of using the FL Office Reader Viewer with AdMob, step-by-step.
Prerequisites
Before you start, make sure you have:
- The FL Office Reader Viewer library installed in your Android project.
- AdMob set up and configured in your project.
- Basic knowledge of Android development and Java or Kotlin programming.
Step 1: Add the FL Office Reader Viewer to your project
- Add the FL Office Reader Viewer library to your Android project by adding the following dependency to your
build.gradle
file:dependencies { implementation 'com.flutterlife:office-reader-viewer:1.0.0' }
-
Import the library in your Android activity:
import com.flutterlife.office_reader_viewer.OfficeReaderViewer;
Step 2: Initialize the FL Office Reader Viewer
-
Initialize the FL Office Reader Viewer in your Android activity:
OfficeReaderViewer officeReaderViewer = new OfficeReaderViewer(this);
Step 3: Set up AdMob
- Create a new AdMob account and set up a banner ad unit in the AdMob dashboard.
- Add the AdMob library to your Android project by adding the following dependency to your
build.gradle
file:dependencies { implementation 'com.google.android.gms:play-services-ads:20.5.0' }
-
Initialize the AdMob banner ad in your Android activity:
AdView adView = new AdView(this); adView.setAdSize(AdSize.BANNER); adView.setAdUnitId("YOUR_ADMOB_AD_UNIT_ID");
Step 4: Integrate AdMob with the FL Office Reader Viewer
- Set the AdMob banner ad as the bottom view in the FL Office Reader Viewer:
officeReaderViewer.setBottomView(adView);
-
Set the AdMob banner ad to show only when the document is not being edited:
officeReaderViewer.setOnDocumentChangedListener(new OfficeReaderViewer.OnDocumentChangedListener() { @Override public void onDocumentChanged(String filePath) { if (filePath!= null &&!filePath.isEmpty()) { adView.setVisibility(View.VISIBLE); } else { adView.setVisibility(View.GONE); } } });
Step 5: Add the FL Office Reader Viewer to your layout
- Add the FL Office Reader Viewer to your Android layout:
<com.flutterlife.office_reader_viewer.OfficeReaderViewer android:id="@+id/office_reader_viewer" android:layout_width="match_parent" android:layout_height="match_parent" />
-
Set the FL Office Reader Viewer as the content view in your Android activity:
setContentView(R.layout.activity_main);
Step 6: Test the integration
- Run your Android app on a physical device or emulator.
- Open a Microsoft Office file or a PDF document using the FL Office Reader Viewer.
- The AdMob banner ad should appear at the bottom of the screen.
- When you edit the document, the AdMob banner ad should disappear and reappear when you stop editing.
By following these steps, you have successfully integrated the FL Office Reader Viewer with AdMob in your Android app. This allows you to monetize your app and increase its revenue.
Here is a complete settings example for FL Office Reader Viewer | Document Viewer, Document Reader with AdMob:
AdMob Settings
To integrate AdMob with FL Office Reader Viewer, you need to add the following settings:
admob_app_id
: Your AdMob app IDadmob_banner_ad_unit_id
: Your AdMob banner ad unit IDadmob_interstitial_ad_unit_id
: Your AdMob interstitial ad unit ID
Example:
admob_app_id: "ca-app-pub-3940256099942544~3347511717"
admob_banner_ad_unit_id: "ca-app-pub-3940256099942544/6300974914"
admob_interstitial_ad_unit_id: "ca-app-pub-3940256099942544/1030737316"
Document Viewer Settings
To configure the document viewer, you need to add the following settings:
document_viewer_language
: The language of the document viewerdocument_viewer_font_size
: The font size of the document viewerdocument_viewer_font_family
: The font family of the document viewerdocument_viewer_zoom
: The initial zoom level of the document viewerdocument_viewer_scrollbar
: Whether to show the scrollbar
Example:
document_viewer_language: "en"
document_viewer_font_size: 14
document_viewer_font_family: "Arial"
document_viewer_zoom: 1.0
document_viewer_scrollbar: true
PDF Viewer Settings
To configure the PDF viewer, you need to add the following settings:
pdf_viewer_language
: The language of the PDF viewerpdf_viewer_font_size
: The font size of the PDF viewerpdf_viewer_font_family
: The font family of the PDF viewerpdf_viewer_zoom
: The initial zoom level of the PDF viewerpdf_viewer_scrollbar
: Whether to show the scrollbar
Example:
pdf_viewer_language: "en"
pdf_viewer_font_size: 14
pdf_viewer_font_family: "Arial"
pdf_viewer_zoom: 1.0
pdf_viewer_scrollbar: true
Office Document Viewer Settings
To configure the office document viewer, you need to add the following settings:
office_document_viewer_language
: The language of the office document vieweroffice_document_viewer_font_size
: The font size of the office document vieweroffice_document_viewer_font_family
: The font family of the office document vieweroffice_document_viewer_zoom
: The initial zoom level of the office document vieweroffice_document_viewer_scrollbar
: Whether to show the scrollbar
Example:
office_document_viewer_language: "en"
office_document_viewer_font_size: 14
office_document_viewer_font_family: "Arial"
office_document_viewer_zoom: 1.0
office_document_viewer_scrollbar: true
Here are the features of the FL Office Reader Viewer | Document Viewer, Document Reader with Admob:
All Document Reader: Files Reader, Office Viewer key features:
- Document reader - All files reader & viewer
- Word file reader - Read your doc, Docx files
- PDF Viewer, pdf format file
- PDF Viewer with night mode, save reading state, auto resume
- Format xls, xlsx file reader spreadsheet reader
- Text files reader - Read your Txt format files
- All office, school presentation files reader and viewer: PPT, PPTX formats
- Easy to manage your office work files, and school lectures reader on your phone
- All files manager application
- Super easy to use and no internet needed
Document Manager:
- The office viewer allows you to manage and arrange all document files in folder structure view
- All document files are also available in a single place which is very easy to search and view
File Viewer:
- Document viewer / Document reader for android lets you easily view Word, Excel, PowerPoint, Text, and PDF files
- Supports multiple compatibilities with office formats including DOC, DOCX, XLS, TXT, XLS, PPT, PPTX, and PDF
- PPT Reader / View PPTX Slide - Easily browse & open PowerPoint and slides, and presentations file files on the device
PDF Viewer / PDF Reader:
- Read PDF files easily just tap tap and done
- Fast and stable performance
- Night mode to protect your eyes
- Automatically resume the latest page
- Go to page number directly
- PDF File View allow you to Zoom in and Zoom out for perfect vision
- Search, create, and save the pdf file quickly
- Easily share & send PDF Files
Excel Viewer - Excel Reader:
- Xls viewer read all excel file formats
- View file xls, xlsx with high-quality view
- Xlsx File Reader or xls file viewer does not require any internet connection to view
Doc Viewer / Doc Reader:
- Docx Reader or Docx viewer is the best & fast way of reading Word documents on your mobile phone
- Fully compatible with Office files, including Word, Excel, Docx, file.ppt and txt documents file, and PDF files
- Represents all formats of documents in the best way
Support:
- If you need help using the file or special customizing, please feel free to contact me via my profile
- If you have a moment, please rate this item, I'll appreciate it very much!... Thank you,
Note:
- The images or mockups in The preview file are not included in the main file.
Refund Policy:
- We don't offer a refund. (If the item is downloaded)
- Please read the description and compatibility content thoroughly before purchasing as we don't offer a refund if you buy it by mistake.
$16.00
There are no reviews yet.