Many of the Android applications display web content and also interact with it. This is possible by exposing a web browser as a standalone component and embedding it in the application. Such a component is called as WebView. WebView uses a number of APIs which can interact with the web contents inside WebView. In the …
Read MoreWhat is script for a movie?? Script for a movie describes what actors do. It also describes the interaction between the actors, and connects different sequences of a movie. Scripting languages are also very similar. Scripting is used to automate the execution of tasks which could alternatively be executed one-by-one …
Read MoreWebView is an essential component in Android and iOS. It enables applications to display content from on-line resources. It simplifies task of performing a network request, parsing the data and rendering it. WebView uses a number of APIs which can interact with the web contents inside WebView. In the present post, …
Read MoreTo all the beginners of linux, I would like to write 10 most frequently used linux commands with a few examples. Please note that the commands have a lot of options, which need to be explored by the user. ls Stands for listing Example : ls Lists all the files in the current directory. ls -l : Stands for long listing. …
Read MoreParallel builds play a significant role for building projects that require huge RAM to compile. The best example is chromium build. Suppose the chrome is built by 1make chrome Sometimes, we run into linker errors. 1collect2: ld terminated with signal 6 Aborted terminate called 2after throwing an instance of …
Read More