Algoritma Minimax Pada Game Tic-Tac-Toe Android
June 28, 2018Apa itu MiniMax Minimax merupakan suatu algoritma yang digunakan pada pembuatan keputusan dan game theory. khususnya zero-sum game yang…
Apa itu MiniMax Minimax merupakan suatu algoritma yang digunakan pada pembuatan keputusan dan game theory. khususnya zero-sum game yang…
Definisi Untuk dapat memahami Context maka kita perlu mengetahui terlebih dahulu konteks secara umum kemudian relasinya terhadap class…
There are lots of suggestions in the internet on how to save & restore scroll position in android scrollable view, from saving the scroll (x…
In this post I’m gonna create an circle avatar image custom view which is a subclass of circle image view, so before start reading this…
Welcome back, now I want to explain about how to create a parallax effect for ImageView when it’s being scrolled. Before we go any further…
Hello, todays post is about writing a custom android view, which is circle image view. The end result of this custom view would be something…