Android NDK

O Android NDK é um conjunto de ferramentas que permite implementar partes do seu app em código nativo, usando linguagens como C e C++. Para determinados tipos de app, ele pode ajudar a reutilizar as bibliotecas de código criadas nessas linguagens.
class MyActivity : Activity() {
  /**
* Método nativo implementado em C/C++
*/

  external fun computeFoo()
}

Últimas notícias

Updated 27 de setembro de 2021

In order to launch new features on their Android app, Headspace spent 8 months refactoring their architecture and rewriting in Kotlin. Learn how this reboot helped their business grow.

Updated 6 de janeiro de 2021

SmartNews helps millions of people discover their world everyday by sharing timely news from a diverse set of news sources.

Updated 21 de outubro de 2020

Twitter is one of the most widely used social media platforms where users can see what’s happening in the world at any given moment.

Otimizar seu código nativo

Updated 27 de setembro de 2021

In order to launch new features on their Android app, Headspace spent 8 months refactoring their architecture and rewriting in Kotlin. Learn how this reboot helped their business grow.

Updated 6 de janeiro de 2021

SmartNews helps millions of people discover their world everyday by sharing timely news from a diverse set of news sources.

Updated 21 de outubro de 2020

Twitter is one of the most widely used social media platforms where users can see what’s happening in the world at any given moment.