๐ป
๓
- France
Pinned Loading
-
-
Koltin property delegate tools for A...
Koltin property delegate tools for Android SharedPreferences 1class SharedPreferenceManager(
2val context: Context
3) : SharedPreferences.OnSharedPreferenceChangeListener {
45private val sharedPreferences by lazy {
-
Android foreground and background li...
Android foreground and background listener and manager 1public class MyApplication extends Application {
23@Override
4public void onCreate() {
5super.onCreate();
-
Android Custom ImageView for animati...
Android Custom ImageView for animating frame by frame some bitmap or ressources 1/**
2* <h1>FrameAnimatedImageView</h1>
3* View class to handle several images into an {@link android.widget.ImageView}
4* <p>
5*
-
Kotlin tools for WorkManager Dagger ...
Kotlin tools for WorkManager Dagger injection 1interface HasWorkerInjector {
2fun workerInjector(): AndroidInjector<Worker>
3}
45class AndroidInjection {
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.