There are no reviews yet. Be the first to send feedback to the community and the maintainers!
android_mpesa_stk
Android Mpesa library to initiate stk pushCandy-Network-Bound-Resource
This project illustrates the use an algorithm (Network Bound Resource) for providing data to an app by either retrieving sufficiently recent data from a local cache, or loading the latest data from the network.AGSL-Playground
Android Graphics Shading Language (AGSL) is used by Android 13 and above to define the behavior of programmable RuntimeShader objects. AGSL shares much of its syntax with GLSL fragment shaders, but works within the Android graphics rendering system to both customize painting within Canvas and filter View content.Viddeoozone
This is an app that consumes the youtube REST API with the `most-popular` chart end point. Developed using HILT, Retrofit, MVVM, Kotlin Courotines , Paging 3 and clean architectureWavetableSynthesizer
Wavetable Synthesizer is an Android app created as a journey to overcome my own fears of C++. This project combines Kotlin, Jetpack Compose, and C++ through the Java Native Interface (JNI) to explore real-time audio processing in a mobile environment.Android-git-hooks
🌟 Automated Code Linting & Formatting with Git Hooks for Android 🚀. This setup leverages Git hooks to ensure that every commit and push is rigorously checked for code style and potential issues using: Spotless 🧽: Formats your code beautifully. ktlint 🔍: Enforces Kotlin style guidelines. Detekt 🛡️: Scans for code smells and issues.Ueab-Farm
An android app written fully in kotlin with the latest MAD skills to facilitate making food orders to ueab farm for their delivery.Traveling-Salesman-Problem-TSP
Given a list of cities and the distances between each pair of cities, find the shortest possible route that visits each city exactly once and returns to the original city.Helios
Barebone Kotin ktor server with docker-compose for a simple safaricom stk callback.spring-boot-security-JWT-Access-and-Refresh-Tokens
This is a project illustrating how to do spring security with authentication and authorization using JWT for common needs.github-stats
Loop-Signage
This is an application used for digital signage to display messages to particular audiencesDynamic-programming-challenges
Dynamic programming is both a mathematical optimization method and a computer programming method. In both contexts it refers to simplifying a complicated problem by breaking it down into simpler sub-problems in a recursive manner. While some decision problems cannot be taken apart this way, decisions that span several points in time do often break apart recursively.TictacToe-Minimax-Alpha-Beta
This game features an advanced AI using the Minimax algorithm with Alpha Beta pruning for unbeatable gameplay. Challenge yourself against the computer and see if you can outsmart it. The sleek and user-friendly interface makes it easy for players of all skill levels to enjoy.Facebook-for-Business-login-Android
This repo demo's how to login using facebook sdk on android to access the facebook Graph API which is the primary way to get data into and out of the Facebook platform. It's an HTTP-based API that apps can use to programmatically query data, post new stories, manage ads, upload photos, and perform a wide variety of other tasks.Love Open Source and this site? Check out how you can help us