Android WebView Example

Here you will get android webview example. Android WebView is a UI component used to open web url or show html data inside the activity. Below I have given two examples, one is for opening a web url and another is for showing some html data in an activity. Also Read: Android Load Image from URL …

Android WebView Example Read More »

Android GridView Example

In this android tutorial you will learn about android simple and custom gridview example. In Android, GridView is a ViewGroup that is used to display items in a two dimensional scrollable grid form. You might have seen image gallery in Android mobiles, it is created using GridView layout. Here we will see two examples, one …

Android GridView Example Read More »

Banker’s Algorithm in C

Here you will get program for banker’s algorithm in C. The banker’s algorithm  which is also known as avoidance algorithm is a deadlock detection algorithm. It was developed by Edsger Dijkstra. It is designed to check the safe state whenever a resource is requested. It takes analogy of bank, where customer request to withdraw cash. …

Banker’s Algorithm in C Read More »