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

https://github.com/nhn/toast.gamebase.android.sample


https://github.com/nhn/toast.gamebase.android.sample

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          

# Gamebase Sample App for Android Overview
This is a Sample App that allows you to refer to the basic flow when applying the Gamebase Android SDK. This app makes it easier to apply the Gamebase Android SDK.

[![code with hearth by NHN](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-NHN-ff1414.svg)](https://github.com/nhn) ![Android](https://img.shields.io/badge/android-3DDC84?style=flat&logo=android&logoColor=white) ![Kotlin Badge](https://img.shields.io/badge/Kotlin-7F52FF?logo=kotlin&logoColor=fff&style=flat) [![Maven central](https://img.shields.io/maven-central/v/com.toast.android.gamebase/gamebase-sdk?logo=apachemaven)](https://mvnrepository.com/artifact/com.toast.android.gamebase/gamebase-sdk) ![MIT](https://img.shields.io/badge/license-MIT-green)

* [Start guide](https://docs.nhncloud.com/en/Game/Gamebase/en/aos-started)
* [SDK 연동 가이드](https://docs.nhncloud.com/ko/Game/Gamebase/ko/aos-started)

# Requirements
* minSdk 21

# Release Notes

* [Release Note](https://docs.nhncloud.com/en/Game/Gamebase/en/release-notes-android)
* [릴리즈 노트](https://docs.nhncloud.com/ko/Game/Gamebase/ko/release-notes-android)

# Contents
| Screen | Description |
|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| LoginScreen
| This is the login screen.
You can select various external IdP, including Guest login. |
| HomeScreen
| This is the main screen.
You can click the menu button in the upper left corner to go to a different screen. |
| ShoppingScreen
| This is the shopping screen.
You can check and purchase items set on the Gamebase console. |
| ProfileScreen
| This is the profile screen.
You can check the information of your account. |
| SettingScreen
| This is the setting screen.
This screen manages the overall settings of the sample app, including account management, notifications and etc. |
| DeveloperScreen
| This is the developer screen.
This screen allows you to call the Gamebase SDK API, which is not used directly in the Sample App or can be additionally configured. |

# Restrictions
This sample app is basically connected to our NHN Cloud Console. So, there are restrictions to check some features.
To check all features, you must register a new project in the NHN Cloud Console(https://www.nhncloud.com) and change information at [Fix me] parts in source code.

### How to register a new project?

* [Console Guide](https://docs.nhncloud.com/en/Game/Gamebase/en/oper-app/)
* [콘솔 사용 가이드](https://docs.nhncloud.com/ko/Game/Gamebase/ko/oper-app/)