Delightful SQLBrite
Showcase application of SQLDelight and SQLBrite working together based on SQLBrite's sample.
Source link: https://github.com/geralt-encore/Delightful-SQLBrite
Showcase application of SQLDelight and SQLBrite working together based on SQLBrite's sample.
Q & A
EditText
component which shows bouncy hint.
Plugin for JetBrains IDEs which allows to generate POJO classes using JSON code snippets.
Loading view with pretty animation.
ExpandableView is a View showing only a content and when clicked on it, it displays more content in a fashion way. You can add views or viewgroups but remember that it will only display the content in a LinearLayout
with vertical orientation.
Add views to a FlowLayout and each view is put to the right of the previous one and wraps to a new row when the current row is full.
The Android implementation of Replace. The content of the layout can be any view, such as ListView, RecyclerView, ScrollView, etc.
Q & A