Skip to content

Commit

Permalink
Add readme and images
Browse files Browse the repository at this point in the history
  • Loading branch information
burak.ozturk1 committed Sep 16, 2024
1 parent b3db984 commit 309ffbc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
34 changes: 20 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,41 @@ UI Components includes several custom views for Android platform to make develop
<img src="images/uic3.png" width="240"/> <img src="images/uic4.png" width="240"/>
<img src="images/uic5.png" width="240"/> <img src="images/timeline-view.png" width="240"/>
<img src="images/suggestion-input-view-1.gif" width="240"/> <img src="images/quantity-picker-view-1.gif" width="240"/>
<img src="images/fitoptionmessageview.png" width="240"/>
<img src="images/quantity-picker-compose.gif" width="240"/>
<img src="images/fitoptionmessageview.png" width="240"/>

## Why?

## Why? ##
[Trendyol](https://play.google.com/store/apps/details?id=trendyol.com) Android application, we are using several custom view implementations that can be useful for other apps.

## Components ##
## Components

* [Rating Bar](libraries/rating-bar): **RatingBarView**, easy to use and customizable rating view.
* [Rating Bar Compose](libraries/rating-bar-compose): **RatingBar**, easy to use and customizable ratingBar for compose.
* [Dialogs](libraries/dialogs): **Dialogs** is collection of BottomSheetDialogs to present user an info, agreement or list.
* [Toolbar](libraries/toolbar): **Toolbar** is customizable and easy to use component.
* [SuggestionInputView](libraries/suggestion-input-view): **SuggestionInputView** allows selecting pre-selected options or entering a custom option.
* [CardInputView](libraries/card-input-view): **CardInputView** for get debit/credit card inputs and validations.
* [QuantityPickerView](libraries/quantity-picker-view): **QuantityPickerView** for picking quantity easily without keyboard input.
* [QuantityPickerCompose](libraries/quantity-picker-compose): **QuantityPickerView** for picking quantity easily without keyboard input.
* [TimelineView](libraries/timeline-view): **TimelineView** for creating a timeline and show actions on it.
* [TimelineViewCompose](libraries/timeline-view-compose): **TimelineView** for creating a timeline for compose and show actions on it.
* [FitOptionMessage](libraries/fit-option-message-view): **FitOptionMessageView** for displaying text views with clipped imageviews.

License
--------
Copyright 2022 Trendyol.com
-------

Copyright 2022 Trendyol.com

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

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

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.

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.
Binary file added images/quantity-picker-compose.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include(":libraries:toolbar")
include(":libraries:suggestion-input-view")
include(":libraries:card-input-view")
include(":libraries:quantity-picker-view")
include(":libraries:quantity-picker-compose")
include(":libraries:timeline-view")
include(":libraries:touch-delegator")
include(":libraries:fit-option-message-view")
Expand Down

0 comments on commit 309ffbc

Please sign in to comment.