Sander Versluys

Results 9 comments of Sander Versluys

I'm receiving OutOfMemory crashes on Google Play during beta testing of an app with your (awesome) library. I'm also using Picasso to set card backgrounds in getView from adapter. You...

I'll remove my previous comment because that's not related to the Picasso issue. But thanks @qichuan for the tip!

I guess it has something todo with a notification being send after the view has been destroyed.

Well I removed the use of NSNotificationCenter completely so I don't think its suitable for a pull request because it probably won't work on iOS 4.3.

Oh vessel init works just fine, I'm talking about the new vapor init and deploy commands. These rely on node and npm. https://vapor.laravel.com/ This is the output from the vapor...

Really looking forward to this feature. Simple switching between accounts, not simultaneous use, would be a perfect solution for many i guess. At the moment I have a corporate account...

You can easily implement this yourself: ``` class MyOnTouchListener implement OnTouchListener{ public boolean onTouch(View v, MotionEvent event) { switch(event.getAction()){ case MotionEvent.ACTION_DOWN: // start recording break; case MotionEvent.ACTION_MOVE: // touch move...

Thank you for your response. It seems I got some additional config options but most where similar as yours or the default options. I guess the firmware version may be...