
Search In
The synchronization is the mechanism by which we can control multiple threads to access the shared resources. Without synchronization, it is possible for one thread to modify a shared resource while another thread is in the process of using or updati
<-- Chapter 20: SQL DELETE
Chapter 21
SQL INJECTION
SQL Injection is an injection attack wherein attacker is able to submit a database SQL command which is executed by a web application exposing back-end database. Attacker can add SQL query in
In 2016, Google made the record of 100 Billions monthly searches. Google has amazing average of 2.3 millions searches per second. Google covers over 70% market among the various search engines. As an SEO expert, we have to give special focus to Googl
In this tutorial, we will learn to move layout view from one position to another position. We are using Draggable Layout, its a user interface which elements can rearrange from one position to another position. To drag an element just press over the
Hi all,
jQuery offers you easy interface for doing many kind of effects with easy and minimum code configuration.
In this post some of important jQuery methods for visual effects.
hide() and show()
For showing and hiding element(s) is too easy yo
With mobile app development companies growing at a faster rate, every organization wants to
launch their apps either on Google Play or App store or both. There are equal chances that your
app is going to fail unless you haven't developed the app
Blockchain
Blockchain is a digital ledger that allows to store data and keep records of the various kinds of kinds of transactions made between users. It operates on a decentralized network and thus there is no central authority ruling over or contr
As we see in many of the forms in different websited that we just type a letter then the form automatic start guessing the the test or word we want to write in the feild. In this tutorial we will learn how to do autocomplete functionality using a sin
"Find and Customize Keyboard shortcuts in Visual Studio"
As the use of shortcuts while development saves alot of time.
In this article we will see how we can identify and customize the keyboard shortcuts in Visual Studio.
Getting Started:
Step 1
In the below example I have created simulate animation in android. Here I have added first TextView and ImageView in activity_main.xml layout ,In MainActivity I have used Runnable Thread. On this animation image will be rotate like watch. You can see
