Dinesh2510 / Android-Ebook-App-with-Firebase-Backend

Android Fire PDF App with Firebase Backend with Source Code Introducing Android Fire PDF, the ultimate app for all bookworms and literature enthusiasts, designed for Android users, offering a rich collection of ebooks, and PDFs.
http://pixeldev.in/
2 stars 1 forks source link

Need Urgent Help Regarding this Application #1

Open rajchaudhari79 opened 6 months ago

rajchaudhari79 commented 6 months ago

Changes that I want,

  1. The application should be run in portrait mode only.
  2. And please tell me how to add interstitial ads of Google admob before opening any PDF. Interstitial ads are not showing in the application.
  3. To access an application, the internet should be always on so that the owner of the application can earn money through ads for that, if a user is disconnected from the internet then there should be an instant popup for try again just like this image

image

Please solve this problem for me, it would be very helpful if you solve this for me. Thankyou <3

Dinesh2510 commented 6 months ago

Hello Rajvi I hope all is well with you. Making such adjustments takes time, but I can provide guidance. The constant file I made to display Google Ads in the app can be found at this URL: https://gist.github.com/Dinesh2510/e98610f596a33ec00ecc5ede945202af. You can also use this file to programmatically or use Andoridmanifest files to enable portrait mode and You can use Broadcast Receiver to continuously check your internet connection. It will present pop-ups and allow you to check your connection.

Regards, Dinesh


From: Rajvi Chaudhari @.> Sent: 01 April 2024 21:42 To: Dinesh2510/Android-Ebook-App-withHi-Firebase-Backend @.> Cc: Subscribed @.***> Subject: [Dinesh2510/Android-Ebook-App-with-Firebase-Backend] Need Urgent Help Regarding this Application (Issue #1)

I don't want Facebook ads and one signal popups, please let me know how to remove it. And please tell me how to add interstitial ads of Google admob before opening any PDF. I only want Banner ads and interstitial ads.

other changes that I want,

  1. The application should be run in portrait mode only.
  2. To access an application, the internet should be always on so that the owner of the application can earn money through ads for that, if a user is disconnected from the internet then there should be an instant popup for try again just like this image

image.png (view on web)https://github.com/Dinesh2510/Android-Ebook-App-with-Firebase-Backend/assets/107555739/2b188e3d-af26-4651-b321-5e305671686d

Please solve this problem for me, it would be very helpful if you solve this for me. Thankyou <3

— Reply to this email directly, view it on GitHubhttps://github.com/Dinesh2510/Android-Ebook-App-with-Firebase-Backend/issues/1, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALBJ7BPWZX6ANX7K5CTTTVTY3GBNLAVCNFSM6AAAAABFR2LY72VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTQNJYGY2DENI. You are receiving this because you are subscribed to this thread.

rajchaudhari79 commented 6 months ago

Thank you so much, I resolved my first two problems. But I'm still facing problem with Broadcast Receiver for continuously check internet connection. You have created an activity for no internet connection but it only works when we try to go on another activity. I don't want that, I want my app to continuously monitor the internet connectivity, and as soon as I disconnect from internet, "no_internet_layout.xml" should pop up. Pls help to sort this out. And pls guide me what code you are changing and in which activity also. I would be feel blessed if you help me to solve this problem.

Dinesh2510 commented 6 months ago

Hi Great to hear that u have solved the issues, & to monitor internet connection in the background, create a background service that runs when the app starts and continuously checks the internet also i have attached the code snippet hope that work for you, or u have create service for it.

Thanks Dinesh


From: Rajvi Chaudhari @.> Sent: 02 April 2024 16:52 To: Dinesh2510/Android-Ebook-App-with-Firebase-Backend @.> Cc: Dinesh Chavan @.>; Comment @.> Subject: Re: [Dinesh2510/Android-Ebook-App-with-Firebase-Backend] Need Urgent Help Regarding this Application (Issue #1)

Thank you so much, I resolved my first two problems. But I'm still facing problem with Broadcast Receiver for continuously check internet connection. You have created an activity for no internet connection but it only works when we try to go on another activity. I don't want that, I want my app to continuously monitor the internet connectivity, and as soon as I disconnect from internet, "no_internet_layout.xml" should pop up. Pls help to sort this out. And pls guide me what code you are changing and in which activity also. I would be feel blessed if you help me to solve this problem.

— Reply to this email directly, view it on GitHubhttps://github.com/Dinesh2510/Android-Ebook-App-with-Firebase-Backend/issues/1#issuecomment-2031748140, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALBJ7BNRCH4IALC3ECE4HTTY3KIFZAVCNFSM6AAAAABFR2LY72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZRG42DQMJUGA. You are receiving this because you commented.Message ID: @.***>

rajchaudhari79 commented 6 months ago

The thing is I am beginner, so i don't know how to create it, if you spare some time and guide me with proper code and steps then only it will help me. I am not able to see your snippet which you have attached.