#
design
Here are 352 public repositories matching this topic...
A beautiful app designed with Material Design.
-
Updated
Apr 5, 2021 - Java
-
Updated
Jun 2, 2021 - Java
Expandable LinearLayout
-
Updated
Sep 5, 2019 - Java
java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。
-
Updated
Nov 3, 2021 - Java
Add some Depth to your fragments
-
Updated
Oct 1, 2018 - Java
First part of 'from design to android' series
-
Updated
Dec 9, 2019 - Java
A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
android
design
material
view
contacts
filter
viewgroup
chip
filterable
chips
android-viewgroup
chips-view
filter-existing-chips
custom-chips
-
Updated
Jul 25, 2019 - Java
A simple library to use a menu of FloatingActionButtons from Design Support Library that follow Material Design Guidelines
android
design
material
android-library
menu
android-app
floatingactionbutton
fab
materialdesign
floatingactionbuttons-menu
fabs
-
Updated
Jan 26, 2020 - Java
Sample app showcasing the Navigation Drawer according Material Design guidelines. Check out the article to further explanation.
-
Updated
Jun 4, 2017 - Java
BottomSheet dialog library for Android
android
java
design
demo
mobile
material-design
material-ui
android-library
android-development
android-application
picker
material-components
android-ui
android-app
demo-app
bottomsheet
android-animation
android-bottomsheet
bottomsheet-dialog
bottomsheet-dialogs-library
-
Updated
Dec 11, 2018 - Java
A beautiful app designed with Material Design 2 using Android X.
-
Updated
Apr 5, 2021 - Java
How to apply meaningful and delightful motion in a sample Android app
-
Updated
Dec 7, 2016 - Java
Modern view on classic design patterns implementation in Java
-
Updated
Nov 2, 2017 - Java
-
Updated
Dec 21, 2021 - Java
Introduction to Software Design with Java
-
Updated
Oct 1, 2020 - Java
Improve this page
Add a description, image, and links to the design topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the design topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? If so, please describe.
Returning all books may be a very large payload.
Describe the solution you'd like
Return a fixed size (for now, we will hardcode this to 50 per page) of results per page. Our [endpoint](https://github.com/Project-Books/book-project/blob/main/backend/src/main/java/com/karankumar/bookproject/backend/service/BookServic