Android (Java) Cheat Sheet Page 2

Download a blank fillable Android (Java) Cheat Sheet in PDF format just by clicking the "DOWNLOAD PDF" button.

Open the file in any PDF-viewing software. Adobe Reader or any alternative for Windows or MacOS are required to access and complete fillable content.

Complete Android (Java) Cheat Sheet with your personal data - all interactive fields are highlighted in places where you should type, access drop-down lists or select multiple-choice options.

Some fillable PDF-files have the option of saving the completed form that contains your own data for later use or sending it out straight away.

ADVERTISEMENT

Cheat Sheet
Backend as a Service
Operation
Keyword
Example
LimitResult
limit
limit 10
PageResult
offset
offset 2
OrderResultASC
order by
firstName != null order by createdAt
OrderResultDESC
order by
firstName != null order by createdAt
DESC
Query String
Operation
Keyword
Example
Equals
==
firstName == "John"
StartsWith
startsWith
firstName startswith „Jo“
Like
like
firstName like „John“
Query Number/Date
Operation
Keyword
Example
Equals
==
age == 24
NotEquals
!=
age != 23
GreaterThan
>
age > 23
GreatherEqualThan
>=
age >= 23
LowerThan
<
age < 22
LowerEqualThan
<=
age <= 22
QueryDate
date(<unix_timestamp_in_ms>)
birthdate >= date(1347600117535)
Query Location
Operation
Keyword
Example
WithinRadius
within [<lat>, <lng>, <radius_in_km>]
place within [11.5, 50.3, 10.0]
NearPoint
near [<lat>, <lng>]
place near [11.5, 50.3]
CombineGeoWithOtherQuery
<geo_query> filter <other_query>
place near [11.5, 50.3] filter name ==
„Restaurant“
Query Reference
Operation
Keyword
Example
QueryForPropertyOfReference
<ReferencePropertyName>.<PropertyNa
users.age > 30 (users is <Propertyna-
me> <where_clause>
me> and age is property of <RefClass-
name>)

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education
Go
Page of 2