Circle Menu
Circle Menu How to Use To get a Git project into your build: Step 1. Add the JitPack repository to your build file gradle Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... mave…
Circle Menu How to Use To get a Git project into your build: Step 1. Add the JitPack repository to your build file gradle Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } …
Circle Menu How to Use To get a Git project into your build: Step 1. Add the JitPack repository to your build file gradle Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... mave…
ViewBindingHelper Install android { .. . buildFeatures { viewBinding true } } dependencies { .. . implementation ' com.danl.viewbindinghelper:viewbindinghelper:1.0.2 ' } Usage Activity class MainActivity : Vie…
CollapsingToolbarLayout is provided to help in creating toolbars that follow material design. It is a wrapper for tool bar adding additional features to toolbar in the coordinator layout and app bar layout context. Collapsing toolbar layo…
AndExMapHelper AndExMapHelper is a library to simplify the work with Android Google Map. This library has many features such as: get and show current location add one or many markers on map manage markers icon with a concept cal…
Our website uses cookies to improve your experience. Learn more
Ok