• Stars
    star
    5
  • Rank 2,861,937 (Top 57 %)
  • Language
    Kotlin
  • Created about 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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 architecture

More Repositories

1

android_mpesa_stk

Android Mpesa library to initiate stk push
Kotlin
50
star
2

Candy-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.
Kotlin
28
star
3

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.
Kotlin
14
star
4

WavetableSynthesizer

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.
C++
4
star
5

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.
Shell
4
star
6

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.
Kotlin
3
star
7

Biometric-Authenticator

A sample application that uses biomerics to authenticate and Mobile PIN authentication if Biometrics fail.
Kotlin
2
star
8

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.
Kotlin
2
star
9

Helios

Barebone Kotin ktor server with docker-compose for a simple safaricom stk callback.
Kotlin
2
star
10

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.
Java
2
star
11

github-stats

Python
1
star
12

Loop-Signage

This is an application used for digital signage to display messages to particular audiences
Kotlin
1
star
13

Dynamic-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.
Java
1
star
14

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.
Kotlin
1
star
15

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.
Kotlin
1
star