
Search In
With Kotlin being officially adopted by Google as the supported language for Android, it has become confusing for developers that which programming language they should select for Android app development. However, Java holds an excellent position whe
There might be a case where user wants to add data to jqxtree on click of each individual node. Below is the code which help us to achieve the above
functionality where user can get data from JSON file or database on click of each individual tree nod
Functional field is a field which gets its value on the basis of a function, for example an amount can be calculated using the various others values of the invoice like taxes, discounts, labor charges, extra charges etc, you will need a function that
Javascript Array Methods: Unshift(), Shift(), Push(), And Pop()
push() and pop(), these two methods append elements to an array and remove an element from the an array respectively. Both of these methods work at the end of the array, where the index
What is Data
Data is the center of all evolutions or revolutions that have either been initiated or observed in the recent past. As data feeds majority of operations in various firms nowadays, it is the processing of these clusters that helps in pro
Deep Linking for App contents means allowing user to enter your app through the search results. For the deep linking to be enabled for your app you must use relevant intent filters in your Android manifest file.
For Example: Suppose a user is playi
Hello all,
If you want to Delete or remove your YouTube channel, below are the steps
Note- Your channel should not be connected to any of your Google+ page, if connected then you have to first disconnect it from Google+ page then only you can del
The ring topology is actually a logical ring, meaning that the data travels in circular fashion from one computer to another on the network. It is not a physical ring topology.
In a ring topology, packets are sent around the circle from comp
Injection Flaws
Injection flaws means that when application sends untrusted data to break out the context of target web application as a part of query. Injection flaws are very common in the developer code. It mainly founds in SQL, LDAP, Xpath, or N
Association is basically linking two models of the database.
It is very useful.
After applying association you don't need to join the tables from the controller and fetch the data of another model from the controller.
The four types of associa
