Giter Club home page Giter Club logo

android-sdk-v3-demo's Introduction

Voximplant Android SDK v3 Demo (beta)

This repository contains a sample Android application demonstrating the integration and use of the Voximplant Android SDK 3.x. The application is developed using Kotlin and Jetpack Compose and also uses App Modularization and Hilt for a more user-friendly dependency management.

The application is currently in development.

Features

  • Audio calls: Demonstration of the capabilities of Voximplant Android SDK for making audio calls.
  • Jetpack Compose UI: The application's user interface is built using Jetpack Compose for more convenient and declarative UI development.
  • App Modularization: The project is divided into modules to make the code extensible and easier to maintain.
  • Hilt DI (Dependency Injection): Using Hilt provides a cleaner architecture.

Project structure

The project is divided into several modules:

  • :app: The main application module containing screen navigation and user interface.
  • :feature:audiocall: Audio call main screen.
  • :feature:audiocall-incoming: Module responsible for incoming audio calls.
  • :feature:audiocall-ongoing: Module responsible for managing an ongoing call.
  • :feature:catalog: Module responsible for switching between functional features of the Voximplant Android SDK.
  • :feature:login: Module responsible for authorization in the demo application.
  • :core: Multiple small independent modules, each implementing its own functionality:
    • Business logic implemented using Voximplant Android SDK
    • UI components
    • Data and domain layers
    • Resources
    • Helpers and utils

Requirements

  • Android Studio Arctic Fox (or newer)
  • Gradle 8.0 (or newer)
  • Java 17 (or newer)
  • Android API 21 (or newer)

Installing

  1. Clone the repository with this command:
    git clone https://github.com/voximplant/android-sdk-v3-demo.git
  2. Open the project in Android Studio.
  3. Sync the project with Gradle.
  4. Run the app on a real device or an emulator.

How to use

Make sure you have a Voximplant account to make calls. Register.

Your Voximplant account should be configured with the following setup:

  • Voximplant application
  • at least two Voximplant users
  • VoxEngine scenario
  • routing setup

Push notifications require additional configuration. Set up.

  1. Launch the application on a real device or an emulator.
  2. Log in to your account by clicking "Login".
  3. Select the desired functionality, such as audio calling.

Dependencies

Voximplant Android SDK is available on mavenCentral().

implementation(platform("com.voximplant:android-sdk-bom:3.0.0-beta1"))
implementation("com.voximplant:android-sdk-core")
implementation("com.voximplant:android-sdk-calls")

Useful links

  1. Quickstart
  2. HowTo's

Have a question?

android-sdk-v3-demo's People

Contributors

jedi1150 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.