If I want to make a really fast android application with super smooth interface (wallet or nostr client like), what is the best way currently? Which libraries, etc?

Reply to this note

Please Login to reply.

Discussion

I personally would make it a notedeck app but I’m biased

Where in notedeck is the code that does the rendering and animations? 🧐

in the ui module

animations are pretty simple, you just save some state between frames and update the position each frame. egui provides helpers for this.