notes

Contents:

  • C++
  • Sphinx
  • git
  • docker
  • LaTeX
  • Kaldi
  • bash
  • CUDA
  • torch
  • Python
  • java
  • javascript
  • HTML
  • css
  • pybind11
  • Protocol Buffers
  • gRPC
  • lwn.net
  • Linker and Loader
  • espnet
  • cmake
  • huggingface
  • EECS E6870 Speech Recognition
  • ncnn
  • LLVM
  • Android
    • kotlin
    • Basics
    • Installation
    • cmake
    • hello
    • Android.mk
    • adb
    • tts
    • jetpack
    • Samples
    • Resources
    • Release
    • Coroutine
  • qemu
  • sox
  • MNN
  • SIMD
  • asio
  • websocketpp
  • Operating systems
  • encoding
  • ios
  • Embedded systems
  • ssh
  • onnx
  • csharp
  • Flask
  • ARM
  • VirtualBox
  • Go
  • Whisper
  • Windows
  • qt
  • webassembly
  • spleeter
  • django
  • React
  • tts
  • rust
  • ELF
  • ROS2
  • OpenFst
  • Colab
  • Dart
  • Flutter
  • Keyword spotting (KWS)
  • Papers
  • Pascal
  • ggml
  • Amphion
  • HarmonyOS
  • icefall
  • RKNN
  • lhotse
  • ffmpeg
  • vlc
notes
  • Android
  • Edit on GitHub

Android

  • kotlin
    • Install
      • Hello world
        • Usage 1
        • Usage 2
      • kotlinc-jvm
      • Naming convention
    • Basic types
      • CharSequence
    • Collections
    • jni
    • Hello jni
    • Binding kaldi-native-fbank for kotlin
    • References
    • Control flows
    • Functions
    • Package
    • for
    • enum
    • Coroutine
      • Setup from commandline
      • thread related functions
      • common suspendable functions
      • Predefined coroutine dispatcher
      • functions without a scope
      • functions requiring a scope
    • Kotlin Multiplatform
    • Kotlin Native
      • sherpa-onnx
      • char
  • Basics
    • TextView
    • Button
    • EditText
    • LinearLayout
    • view binding
  • Installation
    • Install NDK on Linux (not recommmended)
    • Install SDK on Linux
    • emulator
  • cmake
  • hello
    • x86
  • Android.mk
    • hello
  • adb
    • install on macos
    • install on windows
    • install on Linux
    • Frequently used commands
    • pair a device via wireless
    • connect a device
    • run binaries
    • paste text to android emulator
    • Install an apk
  • tts
  • jetpack
    • material design
    • state
    • bom
    • Arrangement
    • Alignment
    • Surface
    • Preview
    • Column
    • LazyColumn
    • Row
    • LazyRow
    • Spacer
    • Text
    • Button
    • IconButton
    • Checkbox
    • Modifier
    • Box
    • Scaffold
    • TextField
    • remember
    • Example 1
    • Example 2
    • Example 3
    • Example 4
    • Example 5
    • Example 6
    • Example 7
  • Samples
  • Resources
  • Release
  • Coroutine
Previous Next

© Copyright 2022, fangjun.

Built with Sphinx using a theme provided by Read the Docs.