About 1,772,731 results (1,526 milliseconds)

Set up consent mode on websites | Tag Platform | Google for ...

https://developers.google.com/tag-platform/security/guides/consent
For example, to deny ad_storage on a particular page by default, but to allow your CMP to update consent status, use wait_for_update . In the following code, ...

Kotlin flows on Android | Android Developers

https://developers.home.google.com/apis/flows
Jul 12, 2024 ... For instance, in the examples used throughout this topic, the repository layer shouldn't be performing operations on Dispatchers.Main that is ...

Query a Firestore collection | Google Cloud

https://cloud.google.com/firestore/docs/samples/firestore-data-query
Perform simple and compound queries in Cloud Firestore · Query and filter data. Code sample. C# Go More. Java Node.js PHP Python Ruby. To authenticate to ...

Get Started with OR-Tools for Java | Google for Developers

https://developers.google.com/optimization/introduction/java
Sep 16, 2024 ... A linear optimization example · Main steps in solving the problem · Java program< · Complete program · Running the Java program.

Quickstart: Create a Firestore database by using a server client ...

https://cloud.google.com/firestore/docs/create-database-server-client-library
You do not need to explicitly create collections or documents. Create a new collection and a document using the following example code. Java Python More.

Using OAuth 2.0 with the Google API Client Library for Java | Google ...

https://developers.google.com/api-client-library/java/google-api-java-client/oauth2
This library provides servlet helper classes to significantly simplify the authorization code flow for basic use cases. ... For example, a policy set in ...

Java Quickstart | YouTube Data API | Google for Developers

https://developers.google.com/youtube/v3/quickstart/java
This quickstart guide explains how to set up a simple ... As with the previous example, select the Java tab, copy the code sample, and save it to src/main/java/ ...

bbottema/simple-java-mail: Simple API, Complex Emails ... - GitHub

https://code.google.com/p/simple-java-mail
... Collection<T>>) This release might ... #183 To manage all the optional dependencies and related code, Simple Java Mail should be split up into modules ...

Android Interface Definition Language (AIDL) | Background work ...

http://code.google.com/android/reference/aidl.html
Oct 29, 2024 ... Define your AIDL interface in an .aidl file using the Java programming language syntax, then save it in the source code, in the src/ directory, ...

Learn Java - Apps on Google Play

https://play.google.com/store/apps/details?id=ab.java.programming
Build your programming skills in the Java Programming language. Become a Java programming master with this programming learning app. Learn the basics of ...

Introduction to activities | App architecture | Android Developers

https://codelabs.developers.google.com/codelabs/android-training-create-an-activity/index.html
Feb 10, 2025 ... Unlike programming paradigms in which apps are launched with a main() method, the Android system initiates code in an Activity instance by ...

Package Index | API reference | Android Developers

https://code.google.com/android/reference/packages.html
... java.awt.font. Overview. Classes. NumericShaper · TextAttribute. Enums ... Collection · Comparator · Deque · Enumeration · EventListener · Formattable · Iterator ...

Say hello to the "Hello, World" of machine learning

https://developers.google.com/codelabs/tensorflow-1-helloworld
Sep 18, 2024 ... In this codelab, you'll learn the basic "Hello, World" of ML, where instead of programming explicit rules in a language, such as Java or C++, you'll build a ...

Programming model for Apache Beam | Cloud Dataflow | Google ...

https://cloud.google.com/dataflow/docs/concepts/beam-programming-model
A pipeline is a graph of transformations that are applied to collections of data. In Apache Beam, a collection is called a PCollection , and a transform is ...

App resources overview | App architecture | Android Developers

https://code.google.com/android/devel/resources-i18n.html
Feb 10, 2025 ... For example, you can set an ImageView to use the ... getResources() . Here are some examples of accessing resources in code: Kotlin Java

Protocol Buffer Basics: Python | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/pythontutorial
This is a simple and flexible approach, although it does require writing one-off encoding and parsing code, and the parsing imposes a small run-time cost. This ...

Tutorials | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/tutorials
The complete sample code for each application is also provided. The tutorials ... A basic Java programmers introduction to working with protocol buffers.

Introduction to JavaScript for Earth Engine | Google Earth Engine ...

https://developers.google.com/earth-engine/tutorials/tutorial_js_01
Oct 6, 2023 ... Basic JavaScript data types. Strings. Using variables to store objects and primitives helps code readability. For example, a variable that ...

App manifest overview | App architecture | Android Developers

https://code.google.com/android/devel/bblocks-manifest.html
xml file, with precisely that name, at the root of the project source set. The manifest file describes essential information about your app to the Android build ...

Quickstart: Deploy a Cloud Run function using the gcloud CLI ...

https://cloud.google.com/run/docs/quickstarts/functions/deploy-functions-gcloud
... main/java/functions/HelloWorld.java. Update the HelloWorld.java file with the following Java code sample: package functions; import com.google.cloud ...