Results 13 issues of Alexander Biemann

after all, a major benefit of MVP is that the code becomes testable.

Page not found: http://blog.thoughtcrime.org/authenticity-is-broken-in-ssl-but-your-app-ha it's in your readme

The architecture is really neat, however, there's no example of fragments. How about a 3rd activity that hosts a ViewPager and lets a user flip through all the marvel heroes...

MainActivity can be deleted since it's unused

you can see on line 239 that the custom URL is ignored when there is an exception. On the emulator there is an exception because the play store is not...

error on final version 1.2.0 the crash happens in ChooserDialog line 108

A great reason for using Dagger and an architecture is to facilitate unit-testing. How come you've skipped unit tests ? Excellent demo code otherwise

what am I doing wrong? I've got this method: ` private void displayFromUrl(PDFView pdfView, String pdfUrl) { Uri uri = Uri.parse( pdfUrl ); pdfView.fromUri(uri) .defaultPage(0) .enableAnnotationRendering(true) .spacing(10) // in dp...

I noticed that there were no tests - it would be super useful if you could give an example in order to see how they are structured with your MVP...

**Summary** CandleEntry is used to represent financial data, however, the constructor expects float's. Everyone working with financial data knows that a "float" lacks precision. **Expected Behavior** Use of a Double...