Skip to content

Demo Android application created while learning Kotlin & Android development.

License

Notifications You must be signed in to change notification settings

vlmaier/coder-swag

Repository files navigation

Coder Swag

Coder Swag is a demo application which was created during the Udemy course Kotlin for Android: Beginner to Advanced.

Coder Swag is an online shop catalog mockup application. During the course and development of Coder Swag I was able to learn about ConstraintLayout and ListView.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Android Studio
  • You have created a Virtual Device using Device Manager or you have a Physical Device connected to your machine and ready for development (Run apps on a hardware device).

Installing

To install Coder Swag, clone this repository with following command:

git clone git@github.com:vlmaier/coder-swag.git

Using

To use Coder Swag, follow these steps:

  • Open the cloned repository with Android Studio
  • Run ./gradlew build
  • Run the app (⌃ R on macOS)

Contributing

To contribute to Coder Swag, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <branch_name>
  5. Create a pull request.

Alternatively see the GitHub documentation on creating a pull request .

Contact

If you want to contact me you can reach me at vladas.mr@gmail.com.

License

This project uses Unlicense.