QGen

所属分类:android开发
开发工具:kotlin
文件大小:0KB
下载次数:2
上传日期:2023-03-08 08:06:39
上 传 者sh-1993
说明:  基本算术问题生成器是一款Android应用程序,可以生成具有两个数字、运算、布局、ma...、...,
(Basic Arithmetic Questions Generator is an Android app that generates custom arithmetic questions with two numbers, operation, layout, max value, and rows/columns. Built with Material 3 design, Kotlin, and XML, it s ideal for teachers, students, and parents.)

文件列表:
.idea/ (0, 2023-03-08)
.idea/.name (5, 2023-03-08)
.idea/compiler.xml (169, 2023-03-08)
.idea/gradle.xml (680, 2023-03-08)
.idea/misc.xml (468, 2023-03-08)
.idea/vcs.xml (180, 2023-03-08)
app/ (0, 2023-03-08)
app/build.gradle (1234, 2023-03-08)
app/proguard-rules.pro (750, 2023-03-08)
app/src/ (0, 2023-03-08)
app/src/androidTest/ (0, 2023-03-08)
app/src/androidTest/java/ (0, 2023-03-08)
app/src/androidTest/java/com/ (0, 2023-03-08)
app/src/androidTest/java/com/appc/ (0, 2023-03-08)
app/src/androidTest/java/com/appc/qgen/ (0, 2023-03-08)
app/src/androidTest/java/com/appc/qgen/ExampleInstrumentedTest.kt (653, 2023-03-08)
app/src/main/ (0, 2023-03-08)
app/src/main/AndroidManifest.xml (970, 2023-03-08)
app/src/main/ic_launcher-playstore.png (172675, 2023-03-08)
app/src/main/java/ (0, 2023-03-08)
app/src/main/java/com/ (0, 2023-03-08)
app/src/main/java/com/appc/ (0, 2023-03-08)
app/src/main/java/com/appc/qgen/ (0, 2023-03-08)
app/src/main/java/com/appc/qgen/GridAdapter.kt (1742, 2023-03-08)
app/src/main/java/com/appc/qgen/MainActivity.kt (18872, 2023-03-08)
app/src/main/java/com/appc/qgen/ShowSheet.kt (1170, 2023-03-08)
app/src/main/res/ (0, 2023-03-08)
app/src/main/res/drawable-v24/ (0, 2023-03-08)
app/src/main/res/drawable-v24/ic_launcher_foreground.xml (1702, 2023-03-08)
app/src/main/res/drawable/ (0, 2023-03-08)
app/src/main/res/drawable/black_line.png (2235, 2023-03-08)
app/src/main/res/drawable/ic_launcher_background.xml (5606, 2023-03-08)
app/src/main/res/drawable/icon_box.png (124644, 2023-03-08)
app/src/main/res/drawable/icon_huh.png (12724, 2023-03-08)
app/src/main/res/drawable/icon_screw.png (19692, 2023-03-08)
app/src/main/res/font/ (0, 2023-03-08)
... ...

# Basic Arithmetic Questions Generator - QGen ## Introduction Basic Arithmetic Questions Generator is an offline Android application that generates arithmetic questions for users. The questions include two numbers with a range that can be specified by the user, and the operation can be selected from four basic operations: addition, subtraction, multiplication, and division. The application is based on Material 3 design language, Kotlin, and XML. ## Features Generate arithmetic questions with two numbers Customize the range of two numbers Choose the operation for the questions Select between two basic layouts: vertical and horizontal Set max value for the result of any question generated Generate questions with a specified number of rows and columns ## Screenshots ### 1. horizontal Layout | ![photo_2023-02-14_16-50-24](https://user-images.githubusercontent.com/59611699/223653137-d6159fd3-0913-4185-83b2-5751ad9a1824.png) | ![photo_2023-02-14_16-50-22](https://user-images.githubusercontent.com/59611699/223653129-8f8e4e7f-94f8-4f3f-8499-ef153ce78fe3.png) | ![photo_2023-02-14_16-50-21](https://user-images.githubusercontent.com/59611699/223655455-6a64cc9b-b870-4b20-bdd8-f724bee4ee70.png) | | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | ### 2. Vertical Layout | ![photo_2023-02-14_16-50-24](https://user-images.githubusercontent.com/59611699/223655031-e90d6ff4-e8da-4fa8-96a2-d465edd4c7ad.png) | ![photo_2023-02-14_16-50-22](https://user-images.githubusercontent.com/59611699/223655047-e31d62bb-c64c-4ed5-90f6-b42913bdab62.png) | ![photo_2023-02-14_16-50-21](https://user-images.githubusercontent.com/59611699/223653093-d9400da8-925a-4ce9-a10f-0aca9e42a6a2.png) | | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | ## Installation 1. Clone the repository to your local machine. 2. Open the project in Android Studio. 3. Build and run the application on your Android device or emulator. ## Technologies and Libraries 1. Material 3 design language 2. Kotlin 3. XML 4. GridView ## Architecture and Design The application is designed using a Model-View-Controller (MVC) architecture. The model is responsible for generating arithmetic questions, and the view is responsible for displaying them to the user. The controller handles user interactions and manages the communication between the model and the view. The user interface is designed using XML layouts and Material 3 design language. The application logic is written in Kotlin, which is a modern, concise, and expressive language that is designed to work seamlessly with Java. ## Getting Started To generate arithmetic questions, follow these steps: 1. Open the application on your Android device or emulator. 2. Select the range for two numbers. 3. Choose the operation for the questions. 4. Select the layout for the questions. 5. Set the max value for the result of any question generated. 6. Enter the number of rows and columns for the questions. 7. Press the "Generate" button to generate the questions. ## FAQ Q: Can I generate questions with decimal numbers? A: No, the application generates questions with whole numbers only. Q: Can I save the generated questions? A: No, the application does not have a feature to save the generated questions. ## Troubleshooting If you encounter any issues while using the application, try the following: Check that you have entered valid inputs for the range of two numbers, the max value, and the number of rows and columns. Make sure that you have selected a valid operation and layout. Restart the application or your device if the application becomes unresponsive. Known Issues None at this time. ## Contribution Guidelines: Thank you for your interest in contributing to Basic Arithmetic Questions Generator! Your contributions are highly appreciated and will help improve the application for all users. ### Before you begin contributing, please read the following guidelines: 1. Fork the repository and create a new branch for your contribution. 2. Follow the coding style and standards used in the existing codebase. 3. Clearly document any new code or changes made to existing code. 4. Test your changes thoroughly before submitting a pull request. 5. Submit a pull request to the development branch of the main repository. 6. Wait for feedback and address any issues raised during the review process. ### Reporting Issues: If you encounter any issues while using the application, please report them on the GitHub repository issue tracker. When reporting an issue, please include as much detail as possible, including steps to reproduce the issue, expected behavior, and any error messages or screenshots. ### Contributing Code: When contributing code, please follow these guidelines: 1. Use clear and descriptive variable and function names. 2. Keep functions short and focused on a single task. 3. Avoid code duplication and use common functions or classes whenever possible. 4. Use comments to explain any complex or unclear code. 5. Test your code thoroughly before submitting a pull request. Thank you for your contributions! Together, we can make Basic Arithmetic Questions Generator an even better application. GitHub Repository: https://github.com/sunkusaarthak/QGen.git ## License This project is licensed under the MIT License - see the LICENSE file for details.

近期下载者

相关文件


收藏者