There is no any images today, except maybe one. I particularly have a little brainstorming and maybe somebody would be interested too. Let’s try to scarcely touch the Scala type inference on small practical example. In the Scala code snippets below I will provide a three methods with a short explanation in terms of the [...]
Like in Java Swing applications, in Android apps everything is happening, when the system creates a thread of execution for the application, named genuinely “main thread”. Also, this thread is very important, because it’s in charge of dispatching events to the appropriate user interface widgets (like clicks and touches), including drawing events (exactly what we [...]
Let us suppose: we need our own private Git repository running on our remote server. It might be our own hardware in our own office, servers room or it can be a Virtual Private Server(s) running on side of our hosting provider, Cloud Servers or whatever you want. That even could be a dedicated or [...]