General feedback app is a generic feedback app, which can take any number of multiple choice questions and those questions can be used to take feedbacks from people in the same app.
It will also allow to export all the feedbacks to an excel sheet
Follow these instructions to build and run the project..
- Clone this repository.
- Install Android Studio.
- Import the project. Open Android Studio, click
Open an existing Android Studio project
and select the project. Gradle will build the project. - Run the app. Click
Run > Run 'app'
. After the project builds you'll be prompted to build or launch an emulator.
- Add any number of questions
- Export all feedback to excel
Read the contributing guidelines here