Tutorial by Topics

The Bottom Navigation View has been in the material design guidelines for some time, but it hasn’t been easy for us to implement it into our apps. Some applications have built their own solutions, whilst others have relied on third-party open-source libraries to get the job done. Now the design su...
This section provides an overview of what lambda is, and why a developer might want to use it. It should also mention any large subjects within lambda, and link out to the related topics. Since the Documentation for lambda is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what elastic-beanstalk is, and why a developer might want to use it. It should also mention any large subjects within elastic-beanstalk, and link out to the related topics. Since the Documentation for elastic-beanstalk is new, you may need to create initial v...
-bundle.zip //--> bundle file which will be uploaded |--.ebextensions //--> the file name must be exactly ".ebextensions" |--jvm.config //--> config file that will set the JVM options on deployment (upload) |--java_app.jar //Here, I am using Spring Boot ...
What is Sublime Text? Sublime Text is simple but powerful source code editor with a Python application programming interface. It natively supports many programming languages and markup languages, and its functionality can be extended by users with plugins, themes and packages, typically communi...
Released in Tkinter is Python's most popular GUI (Graphical User Interface) library. This topic explains proper usage of this library and its features. The capitalization of the tkinter module is different between Python 2 and 3. For Python 2 use the following: from Tkinter import * # Capita...
This section provides an overview of what django-models is, and why a developer might want to use it. It should also mention any large subjects within django-models, and link out to the related topics. Since the Documentation for django-models is new, you may need to create initial versions of t...
This section provides an overview of what telerik is, and why a developer might want to use it. It should also mention any large subjects within telerik, and link out to the related topics. Since the Documentation for telerik is new, you may need to create initial versions of those related topic...
Intrinsic Functions are included in the COBOL standard as a set of functions that return values from a specific algorithm, given zero or more arguments. These intrinsic functions are provided as a facility of the compiler and runtime system. The return items are temporary COBOL fields, and can be c...
The UNSTRING statement separates a sending field and places results in multiple receiving fields.
The USE statement specifies procedures to be used for error and exception handling in addition to those provided by other facilities before printing of a designated report group after detection of designated exception conditions Obsolete usage includes specifying procedures to be used duri...
The WRITE statement releases logical records to an output or input-output storage resource, and for logical positioning of lines within a logical page. WRITE sequential WRITE random

Page 304 of 428