Skip to content

Instantly share code, notes, and snippets.

View DamienDabernat's full-sized avatar
🎯
Focusing

Damien Dabernat DamienDabernat

🎯
Focusing
View GitHub Profile
@emil2k
emil2k / Connectivity.java
Last active December 22, 2023 06:03
Android utility class for checking device's network connectivity and speed.
/*
* Copyright (c) 2017 Emil Davtyan
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
@msrd0
msrd0 / build.gradle
Last active December 11, 2020 13:38
Read Exposed DAO Object from JSON using Jackson - https://stackoverflow.com/q/48158291/3755692
buildscript {
ext.exposedVersion = '0.9.0'
ext.h2Version = '1.4.196'
ext.jacksonVersion = '2.9.0'
ext.kotlinVersion = '1.2.10'
ext.logbackVersion = '1.2.3'
repositories {
jcenter()
}