Sharukh Mohammed
Sharukh Mohammed
**Title is not extracted in any case.**  I've used `compile 'org.threeten:threetenbp:1.3.3'` because `compile 'com.jakewharton.threetenabp:threetenabp:1.0.5'` doesn't work _(Look at my other #32 issue I've...
``` { "title" : "Lunch", "location" : "", "startDateTime" : "2017/4/13 12:00", "endDateTime" : "2017/4/13 12:30", "isAllDay" : false, "recurrence" : null } ``` `location` is said to be returned...
 Adding the `compile 'com.jakewharton.threetenabp:threetenabp:1.0.5'` dependency doesn't work. It produces the **duplicate error** as mentioned in the screenshot.
CountryPresenter is currently responsible for fetching the data, which actually must be done by CountryModel. This violates the separation of concerns
``` java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams android.view.View.getLayoutParams()' on a null object reference at com.dgreenhalgh.android.simpleitemdecoration.grid.GridDividerItemDecoration.drawHorizontalDividers(GridDividerItemDecoration.java:84) at com.dgreenhalgh.android.simpleitemdecoration.grid.GridDividerItemDecoration.onDraw(GridDividerItemDecoration.java:43) at android.support.v7.widget.RecyclerView.onDraw(RecyclerView.java:4172) at android.view.View.draw(View.java:19192) at android.support.v7.widget.RecyclerView.draw(RecyclerView.java:4107) at android.view.View.updateDisplayListIfDirty(View.java:18142) at android.view.View.draw(View.java:18920) at android.view.ViewGroup.drawChild(ViewGroup.java:4236)...