An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Four Great Classical Novels (四大名著) - Android Reader App


App Icon


GitHub stars
Google Play

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


screenshot 1
screenshot 2
screenshot 3

## 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.