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 ?

Publicité
Android Studio, How to

Quick Tip – How to make a TextView bold or italic ?

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to change TextView into a bold or italic. Self promotion: You can find other articles on Android development on my website 😉 Bold or Italic by default To transform a TextView text into a bold or an italic text,… Lire la suite Quick Tip – How to make a TextView bold or italic ?