Skip to content

Dannykl/ZemaLive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

READ ME

This streaming platform app can be used for e-book or to play musics in the albums.
The app feeds data that comes from the API that I have created for this purpose.

The API contains(list of albums):

https://github.com/Dannykl/AlbumAPI
album name or book name, genres name, released date, album or book poster, 
artist/s name/s or author/s name/s ,name of song or chapter, location of music or chapter (Uri)
{
	"albums": [
	{
		"album_name": "album name",
		"genres_name": "genres",
		"released_date": "2001-01-01",
		"album_poster": "http://././x.jpg",
		"artists": [
		{
			"r_name": "artist name1"
		},
		{
			"r_name": "artist name2"
		}],
		"song_details": [
		{
			"songName": "title",
			"song_location": "http://www././x.mp3"
		},
		{
			"songName": "song name",
			"song_location": "http://www././y.mp3"
		}]
	},

	{

	}],
}

In addition:

Retrofit is used to handle API
Glide is used to handle images from uri
Reactive extension for asynchronous

About

Audio Streaming Platform (eg e-book or musics in album) in Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors