Juan Carlos Vallejo

Results 9 comments of Juan Carlos Vallejo

> > Simple like this one: > > ![uhabits1](https://user-images.githubusercontent.com/76991571/126039109-f5b5cce6-5b7a-4867-9215-9d05c798dc56.png) > > Which app is this in the screenshot? Really cool app: https://loophabits.org/ That said, I don't understand this issue. I...

I think exporting to a file (JSON, XML or however) it is a good feature since let users to use a lot of synchronization or backup ways: Dropbox, Syncthing, email,...

> @urizev Do you mean a single json file, which includes media? On the surface it looks nice for backups only, but I don't think you'd want that for syncing:...

I didn't mean JSON format but any file format. > I think exporting to a file (JSON, XML or however) [...]

I suggested Etebase sync support. https://github.com/msoultanidis/quillnote/issues/35 IMHO, it is a great privacy sync service.

What kind of list are you using? Depending on the implementation of the list you could get O(1) or O(n) random access time. I think LinkedList has O(n) whereas ArrayList...

I recommend you these links: - http://fedepaol.github.io/blog/2015/09/13/testing-rxjava-observables-subscriptions/ - https://labs.ribot.co.uk/unit-testing-rxjava-6e9540d4a329#.2o1c29gjj I hope they're helpful

No need since Retrofit2 already supports RxJava. Indeed, it supports every interface through call adapters Add this library: ```gradle compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0' ``` And extend the Tmdb class to add the...

@UweTrottmann Yes, you're right. I didn't realize. 😞