Sine wave plotter in Kotlin using GraphView

SinePlotter Sine wave plotter in Kotlin using GraphView This application will be used to display a sineWave using Android GraphView. In MainActivity by pressing a Button, the app will display a sample sinusoidal waveform with pre defined magnitude and frequency. Screenshot GitHub View Github

Samples for using OpenTelemetry with Axon Framework 4.6+

OpenTelemetry Axon Framework demo This demo repository contains an application with the configuration setups necessary to deal with various OpenTelemetry providers. Demo setup The demo application registers a participant every 10 seconds and will use a Saga to guarantee the uniqueness of the email. It will go wrong on purpose sometimes, to give variance in … Read more

Kryptokrona API in Kotlin and Ktor for obtaining cached data from the Kryptokrona Blockchain

Kryptokrona is a decentralized blockchain from the Nordic based on CryptoNote, which forms the basis for Monero, among others. CryptoNote is a so-called “application layer” protocol further developed by TurtleCoin that enables things like: private transactions, messages and arbitrary data storage, completely decentralized. Kryptokrona API in Kotlin and Ktor for obtaining cached data from the … Read more

Android client for nostr in Kotlin

NostrPostr – A nostr client and library for Android Overview This repository consists of multiple modules that will eventually be split into their own repositories but as long as the basic libraries and tools are in very active development, juggling multiple repositories isn’t worth it yet. NIP support Library, Relay and/or App implement the following … Read more