This Android application allows users to generate memes by providing a template name, top text, and bottom text. It also includes a simple login screen for authentication.
- Generate memes by providing template name, top text, and bottom text.
- Simple login screen for authentication.
To use this application, follow these steps:
- Clone this repository to your local machine.
- Open the project in Android Studio.
- Build and run the application on an Android device or emulator.
- Enter a template name, top text, and bottom text.
- Tap on the "Generate Meme" button.
- The generated meme will be displayed below the input fields.
- Enter a username and password.
- Tap on the "Login" button.
- If the username is "User" and the password is "abcd", you will be logged in, and the meme generator screen will be displayed. Otherwise, an error message will be shown.
- Coil library for loading images.
- Jetpack Compose for building the user interface.
- The application currently supports a limited number of meme templates.
- Authentication is simplistic and not secure for production use.