Listview In Android with RecyclerView
RecyclerView is the powerfull tool to draw list or grid in your android application, When RecyclerView is not there then user need ListView for the list and GridView for the grid, But now andoid provide a great tool RecyclerView to draw both with one sing
Read MoreHow to show Toast in Android
If you want to show any message to the user then you need to show toast in android. This toast is just like a snack bar. You can also make a custom toast.
Read MoreHow to display animated image in android
How to use animated image or gif image in android
Read MoreHow to use asynctask in android
Android AsyncTask (Asynchronous Task) is an abstract class provided by Android. Here we go to see, how to use Asynctask in android.
Read MoreDisable screen capture in android
Generally, when you take a screenshot, you will see a Screen Capture notification in the notification bar and you can see that screenshot in the Gallery app if you click that notification.
Read MoreHow To Call Native Java Methods From Webview Javascript
When any developer developing an Android app based on Webview, that time developer faces a number of problems. So, this post is based on one of that issue, which is - How to call native Java methods from Webview Javascript.
Read More