>>16761691It outputs this, I don't know anything about android, so wouldn't know if it's correct.
On a related note, is chatGPT getting dumber from all the filters they've added to stop people from generating smut an hitler jokes? the other day I wanted to learn about indexDB, so I told it to make a simple app with a text and file inputs so the user could choose an image and a name to store a picture on the browser. It didn't add an event listener for "success"; only for "error", and "upgradeneeded", and it declared the variable holding the result of opening the database on the callback of the "upgradeneeded" event, which was retarded since that value would be needed all throughout the app. I think a while ago I also asked it to do something relatively simple with the public reddit api, and it also failed miserably. It can write code, but if it's not something for which there are already a million tutorials for it will most likely fail.