Michal Rusnarczyk
Michal Rusnarczyk
Is it possible to add more use cases? 1. Getting object and cast to custom model 2. Set custom objet 3. Usage with RxJS
I had problem and i spent more time to resolve that issue: Solution: ``` SYSTEM_CONFIG_DEV: any = { defaultJSExtensions: true, packageConfigPaths: [ ... ], paths: { .... 'angular-2-local-storage': 'node_modules/angular-2-local-storage/dist/index.js', ......
Hello I use your `CookieCutterImageView` with Picasso to load image. Usage in fragment: `Picasso.with(getContext()).load(uri).into(cutterImageView);` But I got error: ``` Process: com.mooduplabs.qrcontacts, PID: 26824 java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.Bitmap...
Hello I have question. It iposible to fadeout each new elemnt after couple of seconde without remove it? The same effect like in periscope app chat message.
Use gradle version 2.2.3
Hello guys, I have strange problem and i can't solved it. I installed codebrag on my VPS with ubuntu. All look fine because codebrag is runing. But if i run...
I found one issue ``` @Override public void onBindItemViewHolder(ItemViewHolder viewHolder, int sectionIndex, int itemIndex, int itemType) { int sectionPosition = includeHeader ? sectionIndex - 1 : sectionIndex; switch (itemType) {...
Hello I have `List` object of `FeedProvider` one feedprovider included `List` of ViewModels. I want to get hashcode of one viewmodel object. ``` @Override public long getItemId(int position) { int...
Hello also I recevied message error from MediaPlayer :E/MediaPlayer: error (100, 0) (HTC Desire 510, Android 4.4.3) Stacktrace: ``` 02-09 16:18:12.494 30613-30613/com.vyda.stream E/MediaPlayer: Should have subtitle controller already set 02-09...