
The development of the Android application leverages Kotlin as the primary programming language to create a robust and user-friendly interface. It features voice classification functionality powered by the SuaraNusa API Service, which utilizes a TensorFlow-based model expertly developed by the machine learning team. Additionally, the application integrates a Room database to efficiently manage user activity, including the tracking of history and the organization of favorite items, ensuring a seamless and personalized user experience.
The SuaraNusa Android application is designed to provide users with a convenient and user-friendly platform for voice classification. The application leverages the SuaraNusa API Service, which is powered by a TensorFlow-based model developed by the machine learning team. The application is built using Kotlin as the primary programming language and features a robust and intuitive interface that allows users to easily classify and identify various sounds. The application also integrates a Room database to efficiently manage user activity, including tracking history and organizing favorite items. This ensures a seamless and personalized user experience that caters to the unique needs and preferences of each user.
- Kotlin
- Room Database
- Glide
- Retrofit
- Clone the repository
git clone https://github.com/SuaraNusa/Mobile-development
- Open the project in Android Studio
- Set
local.properties
file
#... Every developer should have their own local.properties file
API_BASE_URL="https://api.suaranusa.site"
- Build and run the project
- Voice classification
- History tracking
- Favorite items
- User-friendly interface
- Personalized user experience
- TensorFlow-based model
Distributed under the MIT License. See LICENSE for more information.