Posted on Leave a comment

Non-blocking Algorithms

Non-blocking Algorithms [http://tutorials.jenkov.com/java-concurrency/non-blocking-algorithms.html]

[https://en.wikipedia.org/wiki/Non-blocking_algorithm]

Передача сообщений между потоками. Классические блокирующие алгоритмы [https://habr.com/post/211717/]

Введение в неблокирующие алгоритмы [https://www.ibm.com/developerworks/ru/library/j-jtp04186/index.html]

Алгоритм поиска блокирующего потока в ациклической сети

 

 

Posted on Leave a comment

Architectures of Android applications

update 14/05/2018

About MVVM and Kotlin in architecting-android-reloaded (github)


https://medium.com/@bvmaks/architectures-of-android-applications-244a083bf132

Forms & Controls
Model View Controller
Model View Presenter
Model View ViewModel
Model View Intent
Comparative Analysis

Continue reading Architectures of Android applications