Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to open a new Activity in a Android App. Self promotion: You can find other articles on my website 😉 Problematic An activity is a single, focused thing that the user can do. This quote from the Activity class… Lire la suite How to open a new Activity in a Android App
Étiquette : Java
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
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
Quick Tip – How to convert a Java jintArray to a C++ std::vector
Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to convert a Java jintArray to a C++ std::vector. 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 jintArray to a C++ std::vector
How to convert a Java List to int []
Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to convert a Java List to int []. 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, here… Lire la suite How to convert a Java List to int []
The Modern Cpp Challenge on Mobile – Abundant numbers
Hello ! I'm Xavier Jouvenot and here is the sixth part of a long series on The Modern C++ Challenge. In this article, I am going to explain how I solved the sixth problem in C++, and how I integrated the solution in an Android project. The objective of this sixth problem is simple. We… Lire la suite The Modern Cpp Challenge on Mobile – Abundant numbers
The Modern Cpp Challenge on Mobile – Sexy prime pairs
Hello ! I'm Xavier Jouvenot and here is the fifth part of a long series on The Modern C++ Challenge. In this article, I am going to explain how I solved the fifth problem in C++, and how I integrated the solution in an Android project. The objective of this fifth problem is simple. We… Lire la suite The Modern Cpp Challenge on Mobile – Sexy prime pairs
The Modern Cpp Challenge on Mobile – Largest prime smaller than given number
Hello ! I'm Xavier Jouvenot and here is the fourth part of a long series on The Modern C++ Challenge. In this article, I am going to explain how I solved the fourth problem in C++, and how I integrated the solution in an Android project. The objective of fourth third problem is simple. We… Lire la suite The Modern Cpp Challenge on Mobile – Largest prime smaller than given number
The Modern Cpp Challenge on Mobile – Least Common Multiplier
Hello ! I'm Xavier Jouvenot and here is the third part of a long series on The Modern C++ Challenge. In this article, I am going to explain how I solved the third problem in C++, and how I integrated the solution in an Android project. The objective of this third problem is simple. We… Lire la suite The Modern Cpp Challenge on Mobile – Least Common Multiplier
The Modern Cpp Challenge on Mobile – Greatest commont divisor
Hello ! I'm Xavier Jouvenot and here is the second part of a long series on The Modern C++ Challenge. In this article, I am going to explain how I solved the second problem in C++, and how I integrated the solution in an Android project. The objective of this second problem is simple. We… Lire la suite The Modern Cpp Challenge on Mobile – Greatest commont divisor