Tutorial by Topics: 2

Overview : Retrofit : Type-safe HTTP client for Android and Java by Square, Inc. GitHub Repo : https://github.com/square/retrofit It is one of the widely used networking library in Android. By its design it is very flexible in nature and offer wide range of plug and play feature like support fo...
This section provides an overview of what log4j2 is, and why a developer might want to use it. It should also mention any large subjects within log4j2, and link out to the related topics. Since the Documentation for log4j2 is new, you may need to create initial versions of those related topics. ...
@Injectable() // Tells dependency injector to inject dependencies when creating instance of this service. request.subscribe() // This is where you actually make the request. Without this your request won't be sent. Also you want to read response in the callback function. constructor(pr...
When you use a web component in your Angular 2 template, angular will try to find a component with a selector matching the custom tag of the web component - which it of course can't and will throw an error. The solution is to import a "custom elements schema" in the module that holds th...
In WSO2 registry is a content store and a metadata repository. In WSO2 products and particularly WSO2 ESB uses registry to store metadata, artifacts (WSDL, XSD etc.,) and other service configurations like endpoints, sequences etc., Registry in WSO2 ESB has three flavours. Local registry Conf...
Registering in an Android Application These are the steps I've taken to log in / register using an Android app: Have a login activity which queries the ExternalLogins route, getting the available providers. This activity should have the NoHistory flag enabled and launch as a single instance....
This section provides an overview of what stm32 is, and why a developer might want to use it. It should also mention any large subjects within stm32, and link out to the related topics. Since the Documentation for stm32 is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what dagger-2 is, and why a developer might want to use it. It should also mention any large subjects within dagger-2, and link out to the related topics. Since the Documentation for dagger-2 is new, you may need to create initial versions of those related to...
@ViewChild('banner') is the syntax for gaining access to the DOM element that should be transitioning. varname: SuiTransition is the syntax new SuiTransition(ElementRef, Renderer) is the syntax for creating a transition. The ElementRef is obtained with @ViewChild() and the Renderer is obtained t...

Page 5 of 9