Tags

Push notifications are alerts sent to a device from a remote server. Use this tag for questions related to your usage, customization and implementation, together with t…

88 questions
88 questions

Latex is a macro package implemented in Donald Knuth’s Tex programming language and is mainly used for creating high-quality written documents. Note that http://tex.stac…

87 questions

Related Tag 2012 version of Microsoft SQL Server, which is a DBMS - relational database manager system developed by Microsoft.

87 questions
87 questions

jQuery plugin for form validation.

86 questions

An operating system is a program or a set of programs whose function is to manage system resources (define which program receives processor attention, manage memory, cre…

86 questions

An Edittext is an overlay over Textview that is configured to be editable. Basically a predefined subclass of Textview that includes editing features, being a widget com…

86 questions

Specific method of certain branches of mathematics, used in solving arithmetic or algebraic problems.

86 questions

CDI or Context and Dependency Injection (<a href="https://jcp.org/en/jsr/detail?id=299">JSR 299</a>) is the Java EE specification for dependency injection and context co…

85 questions

OS X is the desktop operating system of Apple Inc. It was the successor to Mac OS 9 and here 'X' means 10. OS X is based on the Nextstep / OPENSTEP operating systems dev…

85 questions

Oauth 2.0 is an authorization protocol that enables applications to access data mutually. Game applications can access your Facebook account, for example, or a local app…

85 questions
85 questions

Gulp is a task automator whose ultimate goal is similar to Grunt’s. Gulp takes advantage of nodejs streams, and uses code instead of configuration, promoting a construct…

85 questions

Retrofit is a secure type HTTP client for Android and Java developed by Square, Inc.

85 questions
85 questions

Glassfish is an open source application server for the J2EE platform.

84 questions

Desktop applications are those developed to run on desktop (or "desktops") or portable ("laptops" or "notebooks") computer operating systems - such as Windows, Macos, an…

83 questions
83 questions

Youtube is a video sharing site where users can upload, share and watch videos. Use this tag for questions that use the web application API or task-specific development-…

82 questions

A timestamp is the moment an event is recorded by a computer system. The term timestamp may also refer to Unix Time or to the timestamp data type.

82 questions

Graph theory is a branch of mathematics that studies the relationships between the objects of a given set. For this are employed structures called graphs, G(V,A), where …

82 questions

The Domain Name System (DNS) is a hierarchical and distributed name management system for resolving domain names in IP network addresses.

82 questions

A Collection object represents a generic grouping of simple objects.

81 questions

Media Queries is a module added to CSS3 that allows you to limit the scope of style sheets by adapting content presentation based on media resources (such as width, heig…

81 questions
81 questions
81 questions
81 questions

This tag is about operating system processes. A process is an instance of a computer program that is running. Many operating systems allow multiple processes to run simu…

80 questions

Centos, short for Community Enterprise Operating System, is an Enterprise-class Linux distribution derived from free source code distributed by Red Hat Enterprise Linux …

80 questions

Methodology for mapping between classes . NET and database structures.

80 questions

Symfony 2 is a web framework written in PHP that follows the MVC (model-view-controller) paradigm. Available under the MIT License, differs from Version 1 basically in d…

80 questions

Angular Material consists of the implementation of Material Design created by Google. This presented a library of components for making an attractive, consistent and fun…

80 questions

A file system is a way of organizing data on a computer system. Typically, a file system is composed of files, folders (usually a special type of file) and an API that c…

79 questions

Tag referring to questions that involve positioning elements within a context (positioning a button on a page, position of an information in a matrix, etc)

79 questions

Asynctask is an Abstract Class used to run methods on a background thread, leaving Thread UI (Main Thread) free. The use of Asynctask is for processes of few seconds, in…

79 questions