Skip to content

Cannot infer type arguments for ArrayAdapter

I am still playing around with my calendar, I already nearly managed to integrate the https://github.com/SundeepK/CompactCalendarView into one of my fragments. There is just one error left, i did some research, others got the problem too for example with ArrayList<>. Example code: The IDE says: Note: C:…

Space character without “” in properties file keys

I reed properties file: My properties file Key contains space and I need to put character to read it correctly. Is it possible somehow not place character in properties file and read it in correct way? Properties file content: Answer It is possible to load properties from an XML file also… makes for n…

High memory usage by gradle daemon

I am using Gradle 2.5 to compile a Java project which consists of 5 modules. In order to speed things up I also use the gradle-daemon. However, During compilation there are up to 18 instances of the gradle-daemon running. After compilation finishes there are still 15 instances of the daemon left. The daemons …