Mohamed Alouane

Results 27 comments of Mohamed Alouane

Hey @anapsil, Can you solve the branch conflicts ? Thanks . Ping : @roughike

@khoren93 I am trying to enable default iOS back swipe gesture? using Hero transition. were able to achieve this with your case? https://github.com/HeroTransitions/Hero/issues/243

@khoren93 I've checked your last commits,It seems that It won't work as you enabled one-time swipe for FLEX/HERO.

Aha, Can you elaborate about this?

He wants to translate the string in the library to Arabic/Farsi. Whatever strings are defined in the application override the ones in the library. If I understand your question correctly,...

How would I write it ? should it be in caps? `Debug-STAGE`

Add this to your app gradle : `compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'` Update your retrofit builder : ``` Retrofit retrofit = new Retrofit.Builder() .baseUrl("https://api.example.com") .addCallAdapterFactory(RxJava2CallAdapterFactory.create()) .build(); ```

Update this : https://github.com/SomnusWu/AndroidHttpDemo/blob/master/app/src/main/java/com/somnus/androidhttpdemo/http/retrofit/RetrofitUtils.java#L38 With this : ` .addCallAdapterFactory(RxJava2CallAdapterFactory.create())`

The cell render correctly, as I am using dynamic cell sizing. I think the height of 44 is set by default from the cell?

Duplicate of #45 Add this to your file : `-dontwarn com.tbruyelle.rxpermissions.**`