qt5base-lts/examples
Assam Boudjelthia 107a8058ae Move notification example from androidextras to qtbase
Refactor android notification example to fit in qtbase. The example
demonstrates how to use JNI and work with Java APIs and add custom
Java code to a Qt app targeting Android.

Task-number: QTBUG-84382
Change-Id: I5fcbbf77b36eb47a0acaa13835ef3d773e63885c
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
2021-06-04 22:21:12 +03:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Move notification example from androidextras to qtbase 2021-06-04 22:21:12 +03:00
dbus Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
embedded Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
gui Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
network Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
opengl Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
qmake Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qpa Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
qtconcurrent Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
qtestlib Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
sql Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
vulkan vulkan: Update legacy tests and examples to the modern validation layer 2021-05-31 17:16:49 +02:00
widgets Regular Expression example: Brush up and add a way to preview replacements 2021-06-01 21:54:35 +00:00
xml Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
examples.pro Turn off the dbus examples for qmake-generated VS projects 2021-02-09 15:45:06 +01:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.