home / developersection / tag
Creating Login button give ease to a user to provide authentic user login in his/her application. There are several ways a user can provide the login to the application such as using google, facebook, yahoo, linkedIn, etc.
A thread is a lightweight independent process. Threading allows multiple processes to exist in one. Most of the modern operating system supports threa
An API is an interface used between the user and the server. There are two types of API’s used which offers a different mechanism for connecting and receiving data.
An API is an interface used between the user and the server. There are two types of API’s used which offers the different mechanism for connecting and receiving data.
SQLite is a relational database which implements a self-contained, serverless, zero- configurational, transactional database engine. It is a relationa
Triggers Triggers in SQLite database are the database callback functions which are invoked or performed whenever a specified database event occurs. S
Transactions A database is transactional if it has all the changes and queries to be Atomic, Constant, Isolated and Durable (ACID). SQLite implements
Datatypes are an important aspect of any table created in the database. While specifying the correct datatype we can track each entry properly and avo
The various difference SQL and SQLite database are - SQL SQL is a structured query language which is used to query a database which is usually Relat
Coding convention or coding standards are the specific set of guidelines defined for a specific programming language. These coding conventions are use
Exception handling is a process by which an unwanted error can be captured with the help of various statements. An exception can break the normal flow
Naming convention is a set of rules which are used to define different identifiers such as constants, variables, functions, etc. in a programming language.