Yesterday, GitLab sent an email to all users (and wrote a blog post) telling that they are updating their terms & services (to which you have to agree) to include a new third party service to track and analyze the behavior of their users, so that they better understand how their users interact with GitLab.
View
If you want to use Linux applications on Windows you have multiple options. Using the Windows version of the application if itβs available, cross-compile the app, use a VM or Docker, or use the Windows Subsystem for Linux with a X Server.
πΌοΈΒ View
Advantages, statistics and my own experience
πΌοΈΒ View
As Android developer, you know the problem: You didnβt work on your project for a longer time and when you start working on it again you first need to update dozens of dependencies and itβs really annoying to browse hundreds of GitHub repositories to search for the latest versions.
View
Iβm into Kotlin, because itβs a new (quite new) programming language, that solves all the Java problems, especially on Android. You can simply use Lambda expressions and much more on any API version. I also used Kotlin in production in my open sourced newsreader app NewsCatchr. Here Iβll share some of the sources, that helped me getting some knowledge in Kotlin:
View
Libraries are a bunch of code that simplifies developing of certain features and prevent you from reinventing the wheel. Because most Android libraries are open source itβs also possible to fork and modify them. But you should take care about the specific licenses.
View
Here Iβll post things for developers. Useful tips I have for newbies or solutions for special problems, you know what I mean.
View