https://github.com/banghuazhao/four-great-classical-novels-android
An Android reader app for the Four Great Classical Novels of China (中国四大名著), featuring bookmarking, customizable reading settings, and AdMob integration
https://github.com/banghuazhao/four-great-classical-novels-android
admob android chinese-literature four-great-classical-novels java journey-to-the-west mobile-app reader
Last synced: about 1 month ago
JSON representation
An Android reader app for the Four Great Classical Novels of China (中国四大名著), featuring bookmarking, customizable reading settings, and AdMob integration
- Host: GitHub
- URL: https://github.com/banghuazhao/four-great-classical-novels-android
- Owner: banghuazhao
- License: mit
- Created: 2024-09-11T11:03:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T04:35:25.000Z (about 1 year ago)
- Last Synced: 2025-01-16T16:43:07.269Z (10 months ago)
- Topics: admob, android, chinese-literature, four-great-classical-novels, java, journey-to-the-west, mobile-app, reader
- Language: Java
- Homepage:
- Size: 9.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Four Great Classical Novels (四大名著) - Android Reader App
This app offers a free reading experience of the four great classical Chinese novels: **Romance of the Three Kingdoms (三国演义)**, **Water Margin (水浒传)**, **Journey to the West (西游记)**, and **Dream of the Red Chamber (红楼梦)**. Begin your exploration of classical Chinese literature through these timeless novels.
[Download the app on Google Play](https://play.google.com/store/apps/details?id=com.appsbay.fourgreatclassicalnovels)
## Features
- **Bookmarking**: Save your reading progress at any time, allowing you to resume where you left off.
- **Font Size Adjustment**: Adjust the font size to match your reading preference.
- **Custom Reading Background**: Enjoy beautiful wallpaper backgrounds to enhance your reading experience, and switch backgrounds according to your personal taste.
- **AdMob Integration**: This app uses Google AdMob for ads.
## Screenshots
## Installation
### 1. Clone the Repository
```bash
git clone https://github.com/banghuazhao/Four-Great-Classical-Novels-Android.git
```
### 2. Open the Project
Open the project in Android Studio.
### 3. Set Up Google AdMob
This app uses AdMob integration, and you need to set up the google-services.json file for the app to run correctly with ads.
1. Go to the Google Firebase Console.
2. Create a new project or use an existing one.
3. Navigate to Project Settings and add an Android app to your project.
4. Download the google-services.json file after configuration.
5. Place the google-services.json file in the following directory:
```bash
app/src/google-services.json
```
### 4. Build and Run the App
Build and run the app on an Android emulator or physical device.
## Contributions
Contributions are welcome! Feel free to open issues or submit pull requests if you encounter bugs or have suggestions for new features.