Skip to content

dodyprasetya/simple-gallery

Repository files navigation

Simple Image Gallery

This is a simple Image Gallery Android application written in Kotlin by Dody Prasetya. The purpose of this app is only for documentation of my blog post tutorial Android Image Gallery Using Kotlin Tutorial.


What will you learn

  • Using RecyclerView with a grid layout
  • Displaying images in list using Glide image library
  • Handling user’s tapping the image to display it in fullscreen
  • Displaying full screen images with swipe to navigate to next and previous image
  • Building a simple Android image gallery using Kotlin programming language

Development Tools

  • Android Studio v3.2.1
  • Gradle-plugin v3.2.1
  • Android SDK Build Tools v28.0.0
  • RecyclerView v28.0.0
  • MinSdkVersion 19
  • CompileSDKVersion 28
  • Kotlin Version 1.3.11
  • Glide Version 4.8.0

Releases

No releases published

Packages

No packages published

Languages