alexzhirkevich / custom-qr-generator

Android library for creating QR codes with logo, custom shapes, colors, background image. Powered by ZXing
MIT License
173 stars 18 forks source link

how to store in room database #54

Open HunainEjaz007 opened 2 months ago

HunainEjaz007 commented 2 months ago

i want to store option in room database and also edit the qr code from history

alexzhirkevich commented 2 months ago

This is out of scope for this library. You can make a custom serializer for it using kotlinx.serialization or organize the options into different serializable structure