Skip to content

Instantly share code, notes, and snippets.

View luffyxddev's full-sized avatar

Luffy_xD luffyxddev

View GitHub Profile
@luffyxddev
luffyxddev / android_counter_widget.md
Last active December 19, 2024 19:13
Android Counter Widget - Example

Android Counter Widget - Example

Important: In this example i used the default tauri plugin template with desktop support (we will add dummy data for desktop, sorry was lazy)

Need to Know

To use this example you need to be familiar with rust, kotlin, android and for frontend bindings javascript .

Getting Started