Tutorial by Topics: figure

The Android build system compiles app resources and source code, and packages them into APKs that you can test, deploy, sign, and distribute. Android Studio uses Gradle, an advanced build toolkit, to automate and manage the build process, while allowing you to define flexible custom build configur...
The product flavors support the same properties as defaultConfig this is because defaultConfig actually belongs to the ProductFlavor class. This means you can provide the base configuration for all flavors in the defaultConfig {} block, and each flavor can override any of these default values, suc...
ParameterDetailapplicationIdSuffixApplication id suffix applied to this base configconsumerProguardFilesProGuard rule files to be included in the published AARdebuggableWhether this build type should generate a debuggable apkembedMicroAppWhether a linked Android Wear app should be embedded in varia...
plt.close() # closes the current active figure plt.close(fig) # closes the figure with handle 'fig' plt.close(num) # closes the figure number 'num' plt.close(name) # closes the figure with the label 'name' plt.close('all') # closes all figures
configure_file is a CMake function for copying a file to another location and modify its contents. This function is very useful for generating configuration files with paths, custom variables, using a generic template. Copy a file to another location and modify its contents. configure_file(&l...
This documentation is not specific to liferay but can be used with reference to any web application. Liferay provides Google Analytics(referred as GA ahead) by default,after configuring Analytics id GA-##### in Site settings.But this provides limited functionality,only allowing to track page views(...
This document will take you through the steps to configure a Jenkins job that allows user to setup auto push on successful build.The push operation can be controlled by the user. User can choose if they want to perform the auto push operation on successful build or not.
Hot to read and write data to a bluetooth low energy device. Some important points No capabilities are needed. iPhone store bytes in Little Endian format, so check if bluetooth accessory use Little Endian too. Example: intel CPU usually use little endian. The ARM architecture was lit...
How to configure a ReplicaSet to support TLS/SSL? We will deploy a 3 Nodes ReplicaSet in your local environment and we will use a self-signed certificate. Do not use a self-signed certificate in PRODUCTION. How to connect your Client to this ReplicaSet? We will connect a Mongo Shell. A descripti...
creating your first .tsconfig configuration file which will tell the TypeScript compiler how to treat your .ts files
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...

Page 1 of 1