Skip to content
/ Valfi-2 Public

A mobile app for saving favorite albums, discovering new releases, and reading the latest music news.

Notifications You must be signed in to change notification settings

m4ykey/Valfi-2

Repository files navigation

Valfi is an app that allows you to search and save your favorite albums, discover new releases, and stay updated on the latest music news.

Screenshots

Home Search Detail News

Helpful dependencies

  • Vico - Generating charts
  • Firebase - Basic analytics and application monitoring itself
  • Coil - Loading images
  • Moshi - JSON serialization/deserialization library
  • Retrofit - HTTP client to communicate with the API.

Project Setup

  1. Clone repository and open project in the latest version of Android Studio.
  2. Generate and import your google-services.json file and put it in the /app
  3. Create local.properties and import it to /app
  4. Add your Spotify SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET and NewsApi NEWS_API_KEY key in local.properties
SPOTIFY_CLIENT_ID = "YOUR_SPOTIFY_CLIENT_ID"
SPOTIFY_CLIENT_SECRET = "YOUR_SPOTIFY_CLIENT_SECRET"
NEWS_API_KEY = "YOUR_NEWS_API_KEY"

Music news providers

Icons

The icons used in the application are from the website svgrepo.com and Google Icons

About

A mobile app for saving favorite albums, discovering new releases, and reading the latest music news.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages