Skip to content

A portfolio app based on MVVM architecture, custom views and Firebase.

Notifications You must be signed in to change notification settings

Meglali20/Portfolio-Android-MVVM

Repository files navigation

Portfolio Android app

A portfolio app based on MVVM architecture, custom views and Firebase.

Features

Multiple Language Support

The app supports multiple languages. To add data for each language, use the provided python code that would insert the data for each language and uploads the assets into Firebase (check the language_key.json.template file to see what you need to fill) each language must be in a json file in the lang directory, the admin directory would contain the serviceAccountKey for Firebase and a config.py containing DATABASE_URL and STORAGE_BUCKET

WavesTextView

reproduces the animation effect used on Midjourney's landing page.

TextShufflerView

Inspired by TypeShuffleAnimation.

BottomNavigationBar

a custom bottom navigation bar Mixing TextShufflerView with some animated drawable effect

ImagePiecesView

Inspired by AnimatedImagePieces.

GLImageView

Based on Shadertoy with some modifications.