The gallery app. I made my adapter. I want to make it so that when you click on the image, it increases. I found a ready-made code, but it only shows a toast he
I am trying to build (release) an app and the app crashes due to the fact that there are generated methods that are being obfuscated by ProGuard. How can I igno
Case in point - I have a build which invokes a lot of REST API calls and processes the results. I would like to split the monolithic step that does all that int
I am looking for a way to check that arguments are sorted using a c++ fold expression. The naive approach: template <typename... Args> bool are_strictly_i
template <template <typename...> typename T, template <typename...> typename U> struct is_same_template : std::false_type {}; template <te
In postgres, it seems there are two customizable ways to convert one value type into another via SQL, CREATE CONVERSION and CREATE CAST. What is the difference
can someone give me a point how to format data in bash with miliseconds? Thanks for help. BR. Petr