About 1,637,014 results (1,515 milliseconds)

Protocol Buffer Basics: Java | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/javatutorial
This tutorial provides a basic Java programmer's introduction to working with protocol buffers. By walking through creating a simple example application, it ...

steve yegge - allocation-styles

https://sites.google.com/site/steveyegge2/allocation-styles
The situation has improved very slightly with Java 5, but I'll leave the topic of functional programming in Java out of scope for now. To summarize, collection- ...

Perform simple and compound queries in Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/queries
Note: For Apple, Android, and Java, the comparison operator is explicitly named in the method. ... example landmarks collections to the cities collection.' .

Get started with Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/quickstart
Your authenticated application servers (C#, Go, Java, Node.js, PHP ... Create a new collection and a document using the following example code. Web

Cloud Firestore Data model | Firebase

https://firebase.google.com/docs/firestore/data-model
The previous example showed a document alovelace within the collection users . To refer to this location in your code, you can create a reference to it. Web

Android Basics with Compose course | Android Developers

https://codelabs.developers.google.com/codelabs/android-workmanager-kt/
Learn programming basics and create your first Android app. Write simple ... codeUse collections in Kotlin. Codelab. codeHigher-order functions with ...

Get data with Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/get-data
On this page · Before you begin · Initialize Cloud Firestore · Example data · Get a document. Source Options · Get multiple documents from a collection · List ...

Language Guide (proto 3) | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/proto3
For Kotlin, in addition to the Java generated code, the compiler generates a .kt file for each message type with an improved Kotlin API. This includes a DSL ...

UserGuideAdvanced · javamelody/javamelody Wiki · GitHub

https://code.google.com/archive/p/javamelody/wikis/UserGuideAdvanced.wiki
When using the optional collect server with ephemeral applications or application's nodes (for example ... or in your own java program: double lastValue ...

Firebase | Google's Mobile and Web App Development Platform

https://firebase.google.com/
... code. Get Started. Make your app the best it can be with ... Java JavaScript. Dart Unity C++. let db = Firestore.firestore() // Write db.collection("users").

steve yegge - five-essential-phone-screen-questions

https://sites.google.com/site/steveyegge2/five-essential-phone-screen-questions
1) Coding. The candidate has to write some simple code, with correct syntax, in C, C++, or Java. 2) OO design.

Technical Collection - 1.Fundamental Programming Structures

https://sites.google.com/site/mytechnicalcollection/programming/java/fundamental-programming-structures
Operators · The usual arithmetic operators are +-*/ · There is a convenient shortcut x += 4; · Increment Operator ++ · Decrement Operator -- · Relational ...

Google Tech Dev Guide

https://www.google.com/about/careers/students/guide-to-technical-development.html
Explore a Collection. Below are collections of resources curated by ... Learn about basic programming concepts like functions, operators, variables ...

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.

Kotlin flows on Android | Android Developers

https://developers.home.google.com/apis/flows
Jul 12, 2024 ... Collecting from a flow · The coroutine that collects is cancelled, as shown in the previous example. This also stops the underlying producer.

Robocode crashing at intialization

https://groups.google.com/g/robocode/c/OyX8Kx6QU68
I'm trying to setup a basic robot in Robocode for a college assignment. I did a basic program in eclipse, and set Robocode to initialize from there. Robocode ...

Application fundamentals | App architecture | Android Developers

https://code.google.com/android/intro/anatomy.html
Feb 10, 2025 ... Android apps can be written using Kotlin, the Java programming language, and C++ languages. ... For example, an email app might have one activity ...

Pattern Programs for Java - Apps on Google Play

https://play.google.com/store/apps/details?id=com.sitseducators.javapatternprogramsfree
Pattern Programs for Java : An app for the programming beginners. This app is full of pattern and other Java programs. In addition to this, there is a lot ...

Delete data from Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/manage-data/delete-data
The following examples demonstrate how to delete documents, fields, and collections. Delete documents. To delete a document, use the following language-specific ...

Java Collections Framework

https://groups.google.com/group/bkqgroup/attach/d7b971e84311c133/jcf.pdf?part=0.1
Apr 7, 1999 ... • Introductory Java Programming. • Object Oriented Programming (though the basics are assumed). • Absolute details of the classes and ...