cloudshooterhuman
cloudshooterhuman
o/ **buddybuild** Android support would end by March this meant it's an emergency to find an alternative @marianeum wrote a good post advising the use of Bitrise as a good...
Hi, I have a `SettingFragment` that contains options to change app language, for example when I change language to french I must set the menu to the LEFT ;`setMode(SlidingMenu.LEFT)`, and...
I need to display an indication that the image is onLoading so my solution is to setImageDrawable but didn't work. This is what i had tried : ArrayList images =...
I have a use case that an **App A** calls my **App B** through `startActivityForResult`. Current behavior: after `triggerRebirth` call, app A is called back but the `intent` sent by...
Hi, **Environment:** _Android Studio 2.2.3_ **Background:** _Android Studio 2.2.3_ I just checked out the project and when I tried to make the build I got : ``` Error:A problem occurred...
i have a carousel menu ( 5 items) with a TextView that display the current item, the problem when i add some items to the menu ( 2 items) the...
**Background :** - Retrofit version : 2.5.0 - RxJava version : 2.2.0 **Code snippet :** ``` private val retrofit: Retrofit by lazy { val retrofitBuilder = Retrofit.Builder() .baseUrl(url) .addConverterFactory(JacksonConverterFactory.create(objectMapper)) .addConverterFactory(ScalarsConverterFactory.create())...
Windows users they need to install Python Imaging Library (PIL) available in this link : http://www.pythonware.com/products/pil/