• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

ndk

  1. W

    How to connect Android to WiFi and network in the same time

    I need Android to connect to both WiFi and the 4G Network in the same time. As known, the default setting makes Android disconnect from the network once it connects to WiFi, therefore it can't connect to both simultaneously. There is an app in the Google app store called Speedify which does...
  2. ask_user03

    Android NDK alternative to BroadcastReceiver

    I am trying to catch power related events, screen on/off, wifi events, app going into background/foreground, etc on Android. Is BroadcastReceiver the only way to do this? Is there an Android NDK interface available to catch these events directly from my native C++ application?
  3. D

    How do I create an AAR in Android Studio with Prefab exports?

    I have an Android project for a library (using the com.android.library plugin), that includes C++ code. When I run the assemble task in gradle, the outputted AAR contains the native library in the /jni folder. However, there is no "prefab" folder. On the documentation page for libraries, the...
  4. V

    beginning with Android Studio and NDK issues

    This post is more like venting rather than a particular issue, since there are many issues actually. Downloaded Android Studio and found out that it is now an integrated IDE; you don't have to download Eclipse and tweak things just to run a hello world, and in theory you could just write your...
Back
Top Bottom