Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.3 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.3 KB

Meme-Share-App

  • An android app by which you can share Random Reddit memes with anyone
  • Volley library used for network call and Glide library used for Image Processing

API

Pre-requisites

  • Android SDK v23
  • Android Build Tools v23.0.2
  • Android Support Repository v23.3.0

Volley Library Dependency

implementation 'com.android.volley:volley:1.2.0'

GLide Library Dependency

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

Installation

Clone this repository and import into Android Studio

git clone https://github.com/neelangshu007/Meme-Share-App.git

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request

Meme Share App Screenshots