morder

Results 15 comments of morder

And can you add back arrow to actionbar, to close activity? (maybe like option)

Nexus 4, android 5.1.1, after capturing image, no indicator what the picture was saved, and not showing FAB to select it. Best idea to save this photos to folder "Pictures"...

https://youtu.be/ubhJJPgAtCA And can you add back arrow to actionbar, to close activity? (may be option)

fixing issue https://github.com/stephanenicolas/toothpick/issues/420

It is very useful to bind some complex classes into one set, and inject the set into some class and work with them. For example, I have several Ads networks...

@afaucogney Hi. I will try to explain my case 1. I have a gradle module that I want to share between my apps (for example `AdsModule`) 2. AdsModule should provide...

``` parentScope.installModules(module { bind(IAdsManager::class.java).toProviderInstance { scope.getInstance(IAdsManager::class.java) }.providesSingleton() }) ``` Here is I want to bind an interface without creating of instance right now. Because it's possible that IAdsManager will never...

fix https://github.com/stephanenicolas/toothpick/pull/428

issue fixing https://github.com/stephanenicolas/toothpick/issues/429

Проблема думаю до сих пор актуальна, решили ее через костыль. У нас используется свой роутинг, по сути происходит следующее: Пользователь на Activity_2 произвел некое действие которое должно повлиять на Activity_1...