Home / Android F F P

Android F F P

Android frequently faced problems will deal with the problems an android developer face in their daily life. It’s main goal is to save developers time Sometimes a tiny problem can destroy a long time of developer. This category will try to give solution of this kind of problems

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-65f8fb7685376611260486/]   Finally add these lines in onCreate [crayon-65f8fb768537b677421000/] that’s it.. now you can able to see image from online …

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 »