DoozyDoz / PassMath

MathQuiz App with uneb math past papers but in latex
0 stars 1 forks source link

Feat/qtn card enhancements #35

Closed sempsmahad closed 2 years ago

sempsmahad commented 2 years ago

Description

Changes

DoozyDoz commented 2 years ago

Let me run and revert shortly

DoozyDoz commented 2 years ago

This looks good

Looks like you used a single image as the hidden answer , what happened to the blurring library I saw you use in one of the commits?

sempsmahad commented 2 years ago

Thanks @DoozyDoz The first custom view had a great impact on performance the blurred overlay kept on being recreated and rerendered all the time, wasabeef's library was the better option but it demanded an Imageview in place for our Mathview (webview) I kept getting errors. Till I resolved to use the hack.

DoozyDoz commented 2 years ago

Wow must have been a roller-coaster. The hack is fine for now, performance wise too. We shall find a better approach later.