Home / Rana (page 2)

Rana

Rana
Love to do fun with programming and build something new.. :)

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-6606be741f364799764317/]   Finally add these lines in onCreate [crayon-6606be741f36b615746436/] 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 »

How to change fab(floating action bar) color android

fab

Floating action bar is an attractive implementation in android material design. Any one can do special activity with the help of this button. How to change floating action bar(fab) color as android developer: Method 1: Change floating action bar(fab) color in xml: To change floating action bar(fab) color just follow …

Read More »