How to, TipsAndTricks

How to set the permission to an executable versionnized on git

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to set the permission to an executable file versionnized on git. Self promotion: You can find other articles on my website 😉 Problematic If you encountered this article, you may already be familiar with the problem, but I am… Lire la suite How to set the permission to an executable versionnized on git

How to, TipsAndTricks

Quick Tip – How to find the difference between two numbers

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to find the difference between two numbers. Self promotion: You can find other articles on Android development on my website 😉 Subtracting number isn't enough ? First, let's defines precisely what a difference is and why a subtraction isn't… Lire la suite Quick Tip – How to find the difference between two numbers

Android Studio, How to, TipsAndTricks

Quick Tip – How to set the visibility of a button

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to set the visibility of a button. Self promotion: You can find other articles on Android development on my website 😉 Statically To specify the visibility of a Button, there are several solutions And the first one we are… Lire la suite Quick Tip – How to set the visibility of a button

How to

How to make a windows installer run silently

Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to make a windows installer run silently. Self promotion: You can find other articles on my website 😉 Options for installers ? 😮 Until I look on the internet about this subject (in order to create chocolatey packages), it… Lire la suite How to make a windows installer run silently

How to, TipsAndTricks

Quick Tip – How to display the history of a file using git ?

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to display the history of a file using git. Self promotion: You can find other articles on Android development on my website 😉 Git log You may be familiar or not with this the command git log which can… Lire la suite Quick Tip – How to display the history of a file using git ?

How to

Quick Tip – How to convert a Java List to a Java String

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to convert a Java List<Integer> to a Java String. Self promotion: You can find other articles on Android development on my website 😉 Solution For the people who only want the solution, to quickly copy-paste it in there code,… Lire la suite Quick Tip – How to convert a Java List to a Java String

AdventOfCode, How to

Quick Tip – How to bind a function to a button ?

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to bind a function to a button. Self promotion: You can find other articles on Android development on my website 😉 Handling your buttons click in the activity There are two ways to handle your buttons click in your… Lire la suite Quick Tip – How to bind a function to a button ?

Android Studio, How to

Quick Tip – How to specify a variable element in a resource string ?

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to specify a variable element in a resource string. Self promotion: You can find other articles on Android development on my website 😉 Strings resources When crafting you application, you may have encountered some problems when placing your string… Lire la suite Quick Tip – How to specify a variable element in a resource string ?

Android Studio, How to

Quick Tip – How to modify the name of your application ?

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to modify the name of your application. Self promotion: You can find other articles on Android development on my website 😉 Finding your application title To be able to change the title of an android application, we have to… Lire la suite Quick Tip – How to modify the name of your application ?