summaryrefslogtreecommitdiff
path: root/libs/bufferstreams/examples/app/java
Commit message (Collapse)AuthorAgeFilesLines
* Add logging funtionatily to the example app.Carlos Martinez Romero2023-12-084-62/+125
| | | | | | | | | Logs can now be sent over from CPP to Kotlin and displayed in the LogOutput Card. Bug: 296272152 Test: Built and run on device. Change-Id: I79641dd9fbd6d04db0615579591a2bef4b24c914
* Updated the BufferStreamsDemoApp UI to jetpack compose.Carlos Martinez Romero2023-10-2610-39/+339
| | | | | | | | | | | | The project is no longer using Java and now the MainActivity uses Kotlin, calling JNI from Kotlin is fairly simiar. Currently there are 3 empty demo screens, the first demo screen will call a JNI function but there is no support for logs. Bug: 296272152 Test: Built and ran on device. Change-Id: I92f0951899fb6379e1506abdc8e1d67002433787
* Bufferstreams test app.Carlos Martinez Romero2023-09-221-0/+39
Used to test out BufferQueues and BufferStreams. Test: Ran the app. Bug: 296272152 Change-Id: Ie1192658bf7db49b2ccc216433585fbd1cd1bff7