Kürzlich ist mit beim Anlegen eines Android Projects aufgefallen, dass die dependencies im build.gradle eine andere package name structure bekommen haben. Statt com.android.support:appcompat-v7 gibt es jetzt androidx.appcompat:appcompat. AndroidX wurde eingeführt um die Paketnamen klarer zu gestalten. Es ist ähnlich wie bei java.* und javax.* packages. Alle dependencies die mit android.* beginnen sind Android-Standardklassen, die teil […]
software
BlockChain Mining – Solving a special task and waste some engergy

Recently I was reading lots of articles about bitcoin, etherium and blockchain in general.I was just going deeper into bitcoin and at this point I understood that we have a sha256 hash function that is called on a block and the result is written down in the next block. But there is this mining and […]