logo
logo
  • Home
  • Android
    • Enable SSL Proxy on Android

    • Encrypted Shared Preferences Manager

    • How to make Snackbar with more than two text lines

    • Useful extensions

  • iOS
  • Enterprise
    • SpringBoot Rest with Kotlin

  • Tools
    • Set up adb on Mac OS X

    • Untrack files already added to git repository based on .gitignore

Latest posts

Tools

Set up adb on Mac OS X

3 steps to easily access adb tool on MacOS
By Sergey Kalinovsky
16.02.2021
Login to bookmark this article
Login to bookmark this article
Android

Enable SSL Proxy on Android

After launching Android 7 (API24) we need additional tweaks to allow SSL proxy
By Sergey Kalinovsky
16.02.2021
Login to bookmark this article
Login to bookmark this article
Tools

Untrack files already added to git repository based on .gitignore

Let’s say you have already added/committed some files to your git repository and you then ...
By Sergey Kalinovsky
04.11.2020
Login to bookmark this article
Login to bookmark this article
Android

Encrypted Shared Preferences Manager

Version 2.0
By Sergey Kalinovsky
30.10.2020
Login to bookmark this article
Login to bookmark this article
Android

How to make Snackbar with more than two text lines

Very easy:
By Sergey Kalinovsky
30.12.2019
Login to bookmark this article
Login to bookmark this article
Android

Useful extensions

Sometimes we can’t use kotlin synthetics library. Maybe layout was changed during runtime, and int ...
By Sergey Kalinovsky
27.12.2019
Login to bookmark this article
Login to bookmark this article
Android

SharedPreferences: Kotlin way

Today is a good time to talk about SharedPreferences. How Kotlin can helps make using ...
By Sergey Kalinovsky
08.05.2019
Login to bookmark this article
Login to bookmark this article
Android

DataPickerDialog using

A few words about DatePickerDialog
By Sergey Kalinovsky
06.02.2019
Login to bookmark this article
Login to bookmark this article
Android

Android WorkManager

Starting from Android 8.0 all services, which we used for background tasks, loose your rights ...
By Sergey Kalinovsky
20.12.2018
Login to bookmark this article
Login to bookmark this article
Android

Different convertes in one Retrofit project

Sometimes (very rarely, but still) you have to work with a service that sends data ...
By Sergey Kalinovsky
29.10.2018
Login to bookmark this article
Login to bookmark this article

Categories

  • bg-0
    Android
  • bg-0
    iOS
  • bg-0
    Enterprise
  • bg-0
    Tools

Recent Posts

  1. Tools

    Set up adb on Mac OS X

    16.02.2021
  2. Android

    Enable SSL Proxy on Android

    16.02.2021
  3. Tools

    Untrack files already added to git repository based on .gitignore

    04.11.2020
  4. Android

    Encrypted Shared Preferences Manager

    30.10.2020
  5. Android

    How to make Snackbar with more than two text lines

    30.12.2019

Tags

Kotlin (15) Android (13) RecyclerView (4) Holder (3) Adapter (3) SharedPreferences (2) Delegate (2) Intent (1) Maybe (1) Completable (1) Single (1) Flowable (1) Observable (1) RxJava (1) Security config (1) let's start (1)

Stay Connected

  • Facebook
    likes
  • Twitter
    followers
logo
Copyright by CriticalGnome © 2018
  • About
  • Privacy Policy
logo
  • Home
  • Android
    • Enable SSL Proxy on Android

    • Encrypted Shared Preferences Manager

    • How to make Snackbar with more than two text lines

    • Useful extensions

  • iOS
  • Enterprise
    • SpringBoot Rest with Kotlin

  • Tools
    • Set up adb on Mac OS X

    • Untrack files already added to git repository based on .gitignore

0 %
  • Log in
Login with:
Login Login with facebook
Login Login with twitter
Login Login with google
or

Lost your password?

logo

✕
  • Home
  • Android
  • iOS
  • Enterprise
  • Tools

Latest Posts

Set up adb on Mac OS X

Enable SSL Proxy on Android

Untrack files already added to git repository based on .gitignore

Encrypted Shared Preferences Manager

How to make Snackbar with more than two text lines