MustansirZia / Decky

Android app writtten in Kotlin which showcases fully draggable deck of cards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decky.

MIT Licence

Decky is an android application written in Kotlin.

It was built upon loopeer/CardStackView.

It has a deck of cards that are fully draggable on the screen, are filterable and can be sorted alphabetically.

Screens are response and the styling was done using Google's flexbox-layout.
ENUMS are used to filter data and animations are vanilla Android. No animation library is used.
Custom fonts are added using Typography.

Deck Draggable


Installation.

  • First -
git clone https://github.com/MustansirZia/Decky
  • Second - Open the project inside Android Studio.

  • Third - Run on the phone.


Compatibilty.

OS.

Screen Size.

  • Tested on Nexus 4 (4.7)" - 768 x 1280 to Nexus 6P (5.7)" 1440 x 2560. **Smaller screen sizes may also have no issues.

Contributors.


License.

See License.

About

Android app writtten in Kotlin which showcases fully draggable deck of cards.

License:MIT License


Languages

Language:Kotlin 95.2%Language:Java 4.8%