GIFit is a full-featured MVVM Android app built entirely with Jetpack Compose. It supports more than 10+ source languages for translation to English with a visual GIF image.
- Add search result to favorites
- Inspect your search history
- Supports offline usage
- Supports 13 different languages
- ๐จ๐ณ Chinese
- ๐ฉ๐ฐ Danish
- ๐ณ๐ฑ Dutch
- ๐ซ๐ฎ Finnish
- ๐ซ๐ท French
- ๐ฉ๐ช German
- ๐ฎ๐น Italian
- ๐ฏ๐ต Japanese
- ๐ฐ๐ท Korean
- ๐ณ๐ด Norwegian
- ๐ช๐ธ Spanish
- ๐ธ๐ช Swedish
- ๐น๐ท Turkish
Go to the Releases to download the latest APK.
- 100% Kotlin based, including Gradle files
- MVVM Clean & Multi-Module Architecture
- Repository Pattern
-
Minimum SDK level 21 + based on Kotlin
-
buildSrc + Kotlin DSL - Manage dependencies and modules implementation easily and much clearer than the traditional way
-
Coil - Display image and GIF animations
-
DataStore - Manage local data
-
Coroutines & Flow - Perform asynchronous operations
-
Hilt - for dependency injection
-
Jetpack Libraries
- Compose - Build modern declarative Android UI
- Compose Navigation - Navigate between composables
- Lifecycle - Observe lifecycle state changes
- Room - Manage CRUD operations
- ViewModel - Store UI related data
-
Ktor Client - Execute network service calls
-
Lottie Compose - Animate sweet Lottie animations
-
Splash API - Customize your Splash without effort
-
Timber - Log your messages
- GIPHY API Service - GIF API
- Google Translation | ML Kit - Translate text in more than 50 languages
- Google TTS Service - For TTS(Text to Speech)
- Lottie - Animation library
Register here and get your own API key for your builds.
All contributions are welcomed. Feel free to open PR. If you've found an error in this sample, please file an issue:
https://github.com/TheTeamPotato/GIFit/issues
PRs are encouraged.
Support the repository by becoming a stargazer ๐
Designed and developed by yektasarioglu (Yekta Sarioglu) and isoguzay (Ismail Oguzhan Ay)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.