https://github.com/sumitbhuia/memezz
An app that fetches memes from reddit , the meme changes with next button and shared from share menu.
https://github.com/sumitbhuia/memezz
chooser-library glide-library internet-connection loading-animations progresscircle requestqueue singleton-pattern volley volley-library
Last synced: 19 days ago
JSON representation
An app that fetches memes from reddit , the meme changes with next button and shared from share menu.
- Host: GitHub
- URL: https://github.com/sumitbhuia/memezz
- Owner: sumitbhuia
- Created: 2023-04-22T04:37:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T13:52:27.000Z (10 months ago)
- Last Synced: 2025-02-15T10:45:03.757Z (2 months ago)
- Topics: chooser-library, glide-library, internet-connection, loading-animations, progresscircle, requestqueue, singleton-pattern, volley, volley-library
- Language: Kotlin
- Homepage:
- Size: 725 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Memezz
A meme viewing and sharing application ,uses volley library for api calling and glide library to cache and load images and gifs . There is a share button to share good memes with firends and a next button to change memes.
## Lessons Learned
1. Using Volley library
2. Using Glide library
3. Using progress bar widget and changing its visibility according to need
4. Using chooser
5. Using Singleton pattern to handle Volley RequeseQueue
6. Intent passing between activities
7. Adding different dependencies to build.gradle
8. Giving Internet permission in the AndroidManifest.xml## App Screenshots
![]()
![]()