Nodar Tchumbadze

Results 49 issues of Nodar Tchumbadze

Try ChatGPT to generate illustrations for quiz categories https://beta.openai.com/docs/guides/images/introduction

enhancement
AI

When all questions are answered, hide the next button and convert the finish button to primary button

enhancement

Android has an API to extract color from images and we can use that color for quiz background: https://developer.android.com/develop/ui/views/graphics/palette-colors ![image](https://user-images.githubusercontent.com/6556678/209084336-d8e67ebb-3fae-47b0-98fd-cf593ca00b08.png) we should use this dependency: `androidx.palette:palette:1.0.0-alpha1`

enhancement

We can use Google's [TensorFlow](https://www.tensorflow.org/lite/android) or similar AI tools for quiz(question) content scanning, to extract keywords, which we can feed to another API to get Images/Illustrations. With this, we will...

enhancement
AI

It would be cool to add small info in Readme on how simply someone can add a new category

let's add a feedback button in each quiz, to send broken quiz info to our firebase and then we can forward it to used third-party Apis to fix

enhancement

So we can add a settings button on the tile and the user can click to open the dialog in which the user can select quiz count and a difficulty,...

enhancement

https://developer.android.com/topic/performance/baselineprofiles/overview

enhancement

Android SDK has the ability to check whether the `wifi/mobile data` toggle is `on/off`, but it can not detect if a network is down, we need to write our own...

Feature 🖖