An open API service indexing awesome lists of open source software.

https://github.com/rubix1991/com.rubix.unity.android.api-examples

Provides examples for com.rubix.unity.android.api package.
https://github.com/rubix1991/com.rubix.unity.android.api-examples

android api csharp example java level unity wrappers

Last synced: 11 days ago
JSON representation

Provides examples for com.rubix.unity.android.api package.

Awesome Lists containing this project

README

          

# Examples showing how to use C# wrappers for Android Java APIs

For more information, check out [here](https://github.com/Rubix1991/com.rubix.unity.android.api).

## Requirements

* [Git](https://git-scm.com/install/)
* Unity 6000.0.47f1 or higher
* Unity Android Support

## Quick Steps

* Build to Android device
* Select an example

## Examples

| **Name** | **Description** |
| :--- | :--- |
| Toasts | Provides a way for showing short/long [toasts](https://developer.android.com/guide/topics/ui/notifiers/toasts). |
| Input Devices | Displays a list of native Android input devices. |
| Dialogs | Shows how to invoke native Android dialog. |
| Settings | Shows to navigate various settings - application, general, WiFi, Bluetooth, Sound, Locale, Display. |
| Browser | Shows how to open native browser. |
| Vibrator | Shows how use Android's vibrator. |
| Rate App | Shows how to rate an app. |
| Insets | Provides the ability to show/hide status bar, navigation bar. Also shows their sizes.

**Note:** This example will only work correctly with Unity 6000.1.14f1 and up, in previous versions, Unity would always reset status bar and navigation bar, if user attempts to manually show/hide them. |