Skip to content

daiki0508/NDKSample

Repository files navigation

NDKSample

Processing of this app

  1. Enter your nickname in EditBox
  2. Pass the nickname to a function written in native code
  3. Return the character string to which the message was added by the function to MainActivity.

Check my blog for details on how to use it.

Android NDKを使ってみた