Another one easy-to-use adapter for RecyclerView ???? Features: DSL-like methods for building adapters similar to Jetpack Compose but designed for RecyclerView no view holders; bind any model object directly to auto-generated view bindings support of multiple item types build-in click listeners the library uses DiffUtil under the hood for fast updating of your list support […]
Before you begin: Basic Requirements for Search Bar: Before you start using the Places SDK for Android, you need a project with a billing account and the Places API enabled. We recommend creating multiple Project Owners and Billing Administrators, so that you’ll always have someone with these roles available to your team. To learn more, […]
NetworkStateObserver Android Library A library that helps you check the state of your network, if it is either available, lost, unavailable and also check the reach-ability of your network when your server is either down or your ISP is connected but no data subscription. Demo: 1. Adding NetworkStateObserver to your project Include jitpack in your […]
A modular object storage framework for Kotlin multiplatform projects. Usage ObjectStore provides a simple key/value storage interface which by default uses Type details to derive the Key automatically. To create an ObjectStore you need two things: ObjectStoreWriter: Providers the persistence mechanism to store data for later access. ObjectStoreSerializer: Provides the serialization mechanism to transform objects […]
A Lightweight Popping Animation Android Library! Easy to use Small Size Highly Customizable Getting Started To use this library in your project, add the following dependency to your build.gradle file: allprojects { repositories { … maven { url ‘https://jitpack.io’ } } } dependencies { implementation ‘com.github.gold24park:PopcornView:release-1.0.2’ } Usage Add the PopcornView to your layout XML […]
An Android Library for applying easy, fast and effective 62 (will be added more) LUT filters to photos. With RenderScript, it is aimed to process the color spaces in the LUT and apply them to the picture in the form of a filter. What is LUT? The direct translation of LUT (“Lookup Table”) from English […]
Update the UI state of your Android and iOS apps at runtime. Motivation Updating the UI State at runtime is a very useful tool for rapid prototyping and validation purposes. It also adds the benefit that it can be used by the whole testing team, be it developers, designers, quality assurance, etc. demo.mov How does […]
Android library written in Jetpack Compose, containing a fully configurable survey/questionnaire screen. Gradle Step 1 : Add the JitPack repository to your build file dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { mavenCentral() maven { url ‘https://jitpack.io’ } } } Step 2 : Add the dependency implementation ‘com.github.zekierciyas:survey-compose:1.0.0’ Usage @Composable fun SurveyView() { var showMessage by remember { […]
Vocรช pode ler em portuguรชs (https://github.com/welbert6/MaterialStoryView/edit/master/ReadmePT.md) Screenshots Introduction MaterialStoryView is an Android library for implementing a story carousel, similar to those found on social networks like Instagram and Facebook. This library makes it easy to add a story viewing component to your Android application, allowing for quick and simple integration. โ Saves story as seen […]
This is a library that allows pure Java / Kotlin modules or libraries using SLF4J as their logging framework to bridge on the Google Android platform in combination with Jake Wharton’s Timber logging utility. It’s based on the patrickfav/slf4j-timber project with a modern take using Kotlin and the latest version of SLF4J (currently v2.0.6). Usage […]