Simple Camera is a library that allows you to use cameras in a simplified, easy, fast and effective way. It contains CameraX as an internal library. It simplifies the camera features used by CameraX and provides ease of use with a single library. As updates come on the CameraX side, the library will try to […]
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 […]
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 { […]