Explore >> Select a destination


You are here

www.droidcon.com
| | blog.sephiroth.it
2.6 parsecs away

Travel
| | I recently added more changes to my forked version of the Picasso library. Delay Added withDelay(long ms) method in the RequestCreator class. Basically it will delay the load of the passed resource by n milliseconds. [cce] Picasso.with( context ) .load( url ) .withDelay( 100 ) .into( image ); [/cce] Batch toggle on/off In the original Picasso code all the
| | blog.sephiroth.it
2.6 parsecs away

Travel
| | Ususally, when we want to get some "R" attributes at runtime, we use the Resources getIdentifier method, which is useful for getting strings, drawables and ids at runtime. Unfortunately this method cannot be used to get the styleable fields. However, using java reflections, there's another way to solve the problem. With this snippet you can get styleable fields at runtime...
| | blog.sephiroth.it
2.3 parsecs away

Travel
| | My android experiments continue... In the last project I had to implement a SlidingDrawer which comes from top and left. The problem was that the default widget does not support all the directions, but only bottom to top and right to left. That's why I grabbed the SlidingDrawer source code and modified it in order to allow any direction (...
| | www.longdelayspossible.com
6.2 parsecs away

Travel
| Latest posts: Long Delays Possible...