Hello! I want to log some datapoints to file while riding. Accessing these values should not make any troubles to me. But writing these to file.. I really don't know how to get started with "local storage". I'm not an Java or HTML developer, I only have some basic knowlage. So I'm dependent on help. I want to take the grid Example and would like to write every 5 seconds Speed and User Power to a new line, separated with tabulator. for now the filename could be hardcodet, but do I have to specify a path? or how does the SDK know where to write the file? Thanks in advance Dennis
... View more