Suppose you have a text file named “test.text” which contains these texts below Apple Ball Cat Now if you want to put those text in a array in java programming you have to write the below code [crayon-673ed4e6e61cb553217183/] Here [crayon-673ed4e6e61d0719695303/] is the location of the text file in my pc …
Read More »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-673ed4e6e7c03351878958/] Finally add these lines in onCreate [crayon-673ed4e6e7c06621111316/] that’s it.. now you can able to see image from online …
Read More »Android images in emulator is blurry – Android studio
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 add push notification in android application from android studio – Android developer (part – 2 Working with server)
If you followed my old post you have successfully added firebase notification method in your app.If you did’nt read it already follow this post How to add push notification in android application from android studio – Android developer (part – 1 Connect with firebase ) Now its time for sending …
Read More »How to change fab(floating action bar) color android
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 »How to refresh activity on new notification click – Android developer
In some case we face this kind of issue.. In a specific activity we are active then new notification arrives.. In this case if user click on the notification we need to refresh the activity with new data from the notification. While using push notification service for example: firebase notification …
Read More »How to add push notification in android application from android studio – Android developer (part – 1 Connect with firebase )
Assalamualaikum, Here is Rana to tech you how to add push notification in android app step by step. First of all, lets discuss about push notification. What is push notification in android application? =>Push notification is a notification system which will give access to application owner top sent notification any …
Read More »