Tutorial by Topics: o

Note: Don't use Repeater in {N}+Angular-2 applications! The *ngRepeat is obsolete directive in Angular-2. When you need to display repeating item patterns use either ListView or *ngFor structural directive.
FTPClient connect(InetAddress host, int port) FTPClient login(String username, String password) FTPClient disconnect() FTPReply getReplyStrings() boolean storeFile(String remote, InputStream local) OutputStream storeFileStream(String remote) boolean setFileType(int fileType) boolean complet...
This section provides an overview of what responsive-design is, and why a developer might want to use it. It should also mention any large subjects within responsive-design, and link out to the related topics. Since the Documentation for responsive-design is new, you may need to create initial v...
LOCK TABLES table_name [READ | WRITE]; // Lock Table UNLOCK TABLES; // Unlock Tables Locking is used to solve concurrency problems.Locking is required only when running a transaction, that first read a value from a database and later write that value in to the database. Locks are n...
module Name where -- export all names declared in this file module Name (functionOne, Type (..)) where -- export only functionOne, Type, and Type's constructors import Module -- import all of Module's exported names import qualified Module as MN -- qualified import import...
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.
Keyword arguments were introduced in Ruby 2.0, and improved in Ruby 2.1 with the addition of required keyword arguments. A simple method with a keyword argument looks like the following one: def say(message: "Hello World") puts message end say # => "Hello World" ...
This section provides an overview of what automapper is, and why a developer might want to use it. It should also mention any large subjects within automapper, and link out to the related topics. Since the Documentation for automapper is new, you may need to create initial versions of those rela...
decorator(name, decorator); Decorator is function that allow a service, factory, directive or filter to be modified prior to its usage. Decorator is used to override or modify the behavior of the service. The return value of the decorator function may be the original service, or a new ...
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 provides an overview of what jquery-selectors is, and why a developer might want to use it. It should also mention any large subjects within jquery-selectors, and link out to the related topics. Since the Documentation for jquery-selectors is new, you may need to create initial vers...

Page 128 of 283