am 301877a5: am eba8ba53: Merge "Docs: Removing "TODO"s, and adding a couple...
am 301877a5: am eba8ba53: Merge "Docs: Removing "TODO"s, and adding a couple of links to reference docs." into mnc-preview-docs
* commit '301877a5':
Docs: Removing "TODO"s, and adding a couple of links to reference docs.
It spawns another thread, which handles things such as
callbacks or input events in an event loop. Moving these events to a separate thread prevents any
callbacks from blocking your main thread.</li>
</ul>
@@ -223,9 +225,11 @@ also available, allowing you to modify the implementation.</p>
<p>For more information on how to use this static library, examine the native-activity sample
application and its documentation. Further reading is also available in the comments in the {@code <ndk_root>/sources/android/native_app_glue/android_native_app_glue.h} file.</p>
<h3 id="na">Using the native-activity.h interface</h3>
<h3 id="na">Using the native_activity.h interface</h3>
<p>To implement a native activity with the {@code native-activity.h} interface:</p>