Home / 2017 / March

Monthly Archives: March 2017

Show networkimageview inside circular imageview

Show-networkimageview-inside-circular-imageview

You can use Picasso library with  Circular imageview to show image from url add this 2 file to gradle compile ‘com.squareup.picasso:picasso:2.5.2’ compile ‘de.hdodenhof:circleimageview:2.1.0’ then add this line to the xml [crayon-65f9225dd96f9071299040/]   Finally add these lines in onCreate [crayon-65f9225dd9702998377734/] that’s it.. now you can able to see image from online …

Read More »

Android images in emulator is blurry – Android studio

blurry android emulator

Sometimes we found “Android images in emulator is blurry” or not clearly visible at all.. So it will create problem while testing android application from pc or laptop using android emulator.. Now, I’m here to give you a quick solution about blurry android emulator . It will not only solve …

Read More »