Skip to content

Uptime is a free app featuring 5-minute Knowledge Hacks from the world's best books, courses and documentaries.

Notifications You must be signed in to change notification settings

vipindevanz/Podcastly

Repository files navigation

GitHub Cards Preview

App Name Describe Tech Stack Google Play
Podcastly Podcastly is an Android app where we can Record and listen podcasts anywhere in the world Android, Kotlin, Firebase, Retrofit, Material UI, Room Database Get it on Google Play

Dependencies

// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

// Kotlin coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'

// Navigation component
implementation 'android.arch.navigation:navigation-fragment-ktx:1.0.0'
implementation 'android.arch.navigation:navigation-ui-ktx:1.0.0'

//Room
implementation 'androidx.room:room-ktx:2.3.0'
kapt 'androidx.room:room-compiler:2.3.0'

// ViewModel and LiveData
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'

//Rx-Java
implementation 'io.reactivex.rxjava3:rxjava:3.1.2'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
implementation 'com.squareup.retrofit2:adapter-rxjava3:2.9.0'

// Custom progress bar
implementation 'com.github.ybq:Android-SpinKit:1.4.0'

//glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'

//viewpager2
implementation "androidx.viewpager2:viewpager2:1.0.0"

//circularDots
implementation 'me.relex:circleindicator:2.1.6'

//Image Slider
implementation 'com.github.smarteist:autoimageslider:1.4.0'

//Circle Image View
implementation 'de.hdodenhof:circleimageview:3.1.0'

Instructions to clone this project ✌

  1. Open Android Studio.
  2. Go to File > New > Project From Version Control.
  3. Copy the link of this repositary.
  4. Paste the link in Url Box of Android Studio window and click on "Clone" button.

Here are the some screenshots of the application

GitHub Cards Preview

About

Uptime is a free app featuring 5-minute Knowledge Hacks from the world's best books, courses and documentaries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages