Benedek Horváth
Benedek Horváth
@lafrech: That would be also a way to go. However, I wanted to keep the same data types for the field as in the data class. Originally, I discovered the...
Related feature request: #165
+1 vote on this feature.
How about creating a Dao and checking how many rows the respective table has? If the table does not exist yet I think it may throw an SQL Exception. So...
afaik, AudioPlayer is not supported yet in the simulator.
First question: I think so, but problably @dblock could verify it. Second question: unfortunately no.
Related project from which some ideas might be gathered: https://github.com/alexa/alexa-avs-sample-app
There are three possible options to solve the problem: 1. set the zIndex argument to `inherit` 2. change the default value in the source, see PR #251 3. create a...
Could you just say `` {{ item.name }} `` instead of ``{{ ::item.name }}`` so that you won't have to refresh the page?
@hajduakos The `get-theta1.sh` script might miss the `libgomp.so` lib. On an Ubuntu distribution the previously mentioned lib had to be installed by `apt-get install libgomp1`, otherwise the z3java.so was missing...