ylliX - Online Advertising Network

EasyCameraAndGallery | Android-Arsenal.com

Get Permission Home Camera Select photo Send result Install Support API 21 and above Step 1. Add it in your root build.gradle at the end of repositories: maven { url ‘https://jitpack.io’ } Step 2. Add the dependency implementation ‘com.github.AlfredoHdez1709:EasyCameraAndGallery:{version}’ Basic implementation Generate call result from an activity returns a list with paths of captured or […]

SimpleCamera | Android-Arsenal.com

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 […]

Shake Http Tracking Log | Android-Arsenal.com

앱 개발시 Log.d 보지 않고 BottomSheetDialog 로 간단하게 볼수 있는 개발용 라이브러리입니다. 안드로이드 HTTP 통신을 Netty로 사용한다면…빠르게 뒤로가기를 눌러주세요 ???? 이 라이브러리는 OkHttp3 기준으로 동작합니다. 앱을 사용하다가 단말기를 흔들면 트래킹한 로그들을 간단히 볼수 있습니다. 라이브러리 추가 하는 방법 allprojects { repositories { maven { url = URI(“https://jitpack.io”) } } } dependencies { // UI implementation(“com.github.sieunju.httptracking:ui:$latestVersion”) […]

ReadMoreTextView | Android-Arsenal.com

If you think this library is useful, please press star button at upside. <kr.co.prnd.readmore.ReadMoreTextView android:layout_width=”match_parent” android:layout_height=”wrap_content” android:text=”@string/long_text” app:readMoreColor=”@color/colorPrimary” app:readMoreMaxLine=”4″ app:readMoreText=”…더보기” /> Copyright 2020 PRNDcompany Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 […]

Elementary RecyclerView Adapter | Android-Arsenal.com

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 […]

location-picker | Android-Arsenal.com

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-Arsenal.com

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 […]

ObjectStore | Android-Arsenal.com

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 […]

PopcornView | Android-Arsenal.com

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 […]