We are familiar with android listeners… Listeners are used to listen user’s interaction.. As like when a user click a button we use “onClikListener” to listen the button click and do things which are depends on the button click.. Some times we need to capture other components as like visibility …
Read More »Yearly Archives: 2017
TubeMap- An android app to explore the video world!!
One night, I was listening music in youtube. Then suddenly I thought what are the most viewed videos of my country? Which video is most popular in my area?? Which videos are best in a specific country/area? But unfortunately I didn’t find any answer. So suddenly an idea cam to …
Read More »How to convert a text file content into array by java programming
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-673f0a0758361300983179/] Here [crayon-673f0a0758367869848979/] 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-673f0a07597e1017503646/] Finally add these lines in onCreate [crayon-673f0a07597e4325398854/] 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 »