CopyPastor

Detecting plagiarism made easy.

Score: 0.8113977313041687; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2014-09-07
by Shivaraj Patil

Original Post

Original - Posted on 2014-09-07
by Shivaraj Patil



            
Present in both answers; Present only in the new answer; Present only in the old answer;

[Picasso library][1]
Solution is instead of using bitmap to load image directly use a awesome Library called Picasso its just super fast i know you really love this you can do this like this
Add picasso jar file to your project (Download picasso jar file here) Use picasso to load the Image like this
Picasso.with(context).load(new File(title)).centerCrop() .resize(150, 150).error(R.drawable.ic_launcher).into(image); where title is the image path which you want to load. Crop,resize, error are optional.

[1]: http://square.github.io/picasso/
This might be becouse of image loading try using [Picasso library][1]

Solution is instead of using bitmap to load image directly use a awesome Library called Picasso its just super fast i know you really love this you can do this like this
Add picasso jar file to your project (Download picasso jar file here) Use picasso to load the Image like this
Picasso.with(context).load(new File(title)).centerCrop() .resize(150, 150).error(R.drawable.ic_launcher).into(image); where title is the image path which you want to load. Crop,resize, error are optional.

[1]: https://github.com/square/picasso

        
Present in both answers; Present only in the new answer; Present only in the old answer;