Tutorial by Topics: es

setColorSchemeResources sets the colors of the SwipeToRefreshLayout indicator setOnRefreshListener sets what to do when layout is swiped app:layout_behavior="@string/appbar_scrolling_view_behavior" if you have a Toolbar with your layout, add this with the scrollFlags in Toolbar and the...
This is an extension of Python's "Meta: Documentation Guidelines" for Django. These are just proposals, not recommendations. Feel free to edit anything here if you disagree or have something else to mention.
void clearRect(x, y, width, height) ImageData createImageData(width, height) None of these methods will produce transparent pixels if the context was created with the alpha: false parameter.
[[details]]: Simple no-argument attribute [[details(arguments)]]: Attribute with arguments __attribute(details): Non-standard GCC/Clang/IBM specific __declspec(details): Non-standard MSVC specific
official documentation: Datatypes In SQLite Version 3
To make your APK file as small as possible, you should enable shrinking to remove unused code and resources in your release build.
This section discusses the data types that SQL Server can use, including their data range, length, and limitations (if any.)
AppleScript is a language that predates the Mac as we know it today, originating in 1993. While other scripting languages have more fully featured libraries and more robust syntax, the power of AppleScript is for automating Mac applications. Any Mac application can include a scripting dictionary,...
windowObject.postMessage(message, targetOrigin, [transfer]); window.addEventListener("message", receiveMessage); Parameters message targetOrigin transferoptional
AssetPostprocessor.OnPreprocessTexture() Use String.Contains() to process only assets that have a given string in their asset paths. if (assetPath.Contains("ProcessThisFolder")) { // Process asset }
User defined table types (UDT for short) are data types that allows the user to define a table structure. User defined table types supports primary keys, unique constraints and default values. UDTs have following restrictions - can not be used as a column in a table or a field in a structure...
={item1,item2} ={item2,item2;item3,item4} ={{item1;item2},{item3,item4;item5,item6}} ParameterDetailsitemNIt could be a value, a cell reference, a range reference or a function Overview An array of literals is written between curly brackets. Separators depends on the spreadsheet's reg...
requires java.xml; requires public java.xml; # exposes module to dependents for use exports com.example.foo; # dependents can use public types in this package exports com.example.foo.impl to com.example.bar; # restrict usage to a module The use of modules is encouraged but not required, ...
Powershell naming system has quite strict rules of naming cmdlets (Verb-Noun template; see [topic not yet created] for more information). But it is not really convenient to write Get-ChildItems every time you want to list files in directory interactively. Therefore Powershell enables using shortc...

Page 44 of 96