Tutorial by Topics: on

This topic includes examples on how to create a button and what its' directives and other stuff do. AttributeDescriptionmd-buttonCreates a rectangular button w/ no elevation.md-raised-buttonCreates a rectangular button w/ elevationmd-icon-buttonCreates a circular button with a transparent backg...
Android Architecture Components is new collection of libraries that help you design robust, testable, and maintainable apps. Main parts are: Lifecycles, ViewModel, LiveData, Room.
Computational clause is used to describe type of storage used in COBOL. It is used for 3 ways: COMP-1, COMP-2 and COMP-3. The most common form of computational is COMP-3. It frequently is just called "COMP" by programmers.
Jackson is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. Jackson features: Multi processing mode, and very good collaboration Not only annotations, but also mixed annotations Fully s...
It is often useful to present a first-run experience to new users of your App. This could be for any number of reasons, such as prompting them to sign in (if required for your situation), explaining how to use the App, or simply informing them of new features in an update (as Notes, Photos and Music...
Python has many built-in exceptions which force your program to output an error when something in it goes wrong. However, sometimes you may need to create custom exceptions that serve your purpose. In Python, users can define such exceptions by creating a new class. This exception class has to be ...
In Python function will be returned as soon as execution hits "return" statement.
The use of CMake in a C++ project if used correctly can allow the programmer to focus less on the platform, program version number and more on the actual program itself. With CMake you can define preprocessor tags that allow for easy checking of which platform or any other preprocessor tags you migh...
So if you wanna make web app notification I suggest you to use Push.js or SoneSignal framework for Web/mobile app. Push is the fastest way to get up and running with Javascript notifications. A fairly new addition to the official specification, the Notification API allows modern browsers such as Ch...
In this topic we will look at how to use Django REST Framework as a backend API for a AngularJS app. The main issues that arise between using DRF and AngularJS together generally revolve around the HTTP communication between the two technologies, as well as the representation of the data on both en...
This section provides an overview of what symfony-forms is, and why a developer might want to use it. It should also mention any large subjects within symfony-forms, and link out to the related topics. Since the Documentation for symfony-forms is new, you may need to create initial versions of ...
One of the best front-end frameworks in the web world in twitter bootstrap. As electron is relies on web browser, we can easily use bootstrap with electron in order to use the power of bootstrap in our electron framework. The latest version of bootstrap as of today is 3.3.7 and bootstrap 4 is still...
Use .container for a responsive fixed width container. Use .container-fluid for a full width container, spanning the entire width of the viewport.
Automating Infrastructure Management Services results in reducing the FTE as well as cumulatively getting better ROI using multiple tools, orchestrators, orchestration Engine , scripts and easy UI
As I was struggling with this more than once, and the web isn't really clear on what to do, I decided to take what's out there, adding some of my own in order to explain how to create subplots which have one colorbar and they are scaled according to it. I have tested this using latest Matlab but I'...
Here ill show you how to integrate AngularFire2 and use this real time database in our Ionic App.
Steps to create an AWS RDS instance and configure your database.yml file by installing the required connectors.

Page 119 of 120