OpenLibra-Material alternatives and similar packages
Based on the "App" category.
Alternatively, view OpenLibra-Material alternatives based on common mentions on social networks and blogs.
-
InstaMaterial
Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept) -
FlyRefresh
The Android implementation of Replace, designed by Zee Youn. I implement this as a FlyRefresh layout. The content of the layout can be any view, such as a ListView, RecyclerView, ScrollView, etc. -
Twidere-Android
Twidere is a powerful twitter client for Android 1.6+ 1 , which gives you a full Holo experience and nearly full Twitter's feature. -
Bandhook-Kotlin
A showcase music app for Android entirely written using Kotlin language -
MaterialAudiobookPlayer
Audiobook Player for Android -
android-arsenal.com
Source to android-arsenal.herokuapp.com -
Leisure
Leisure is an Android App containing Zhihu Daily,Guokr Scientific,XinhuaNet News and Douban Books -
WaniKani-for-Android
An Android client application for the awesome kanji learning website wanikani.com -
LeeCo
LeeCo is an awesome app for (including unlock) problems, solutions, discuss(from leetcode) and comments. -
AppIconNameChanger
Change Android launcher App Icon and App Name programmatically ! -
sgtpuzzles
a port of Simon Tatham's Portable Puzzle Collection, a collection of 36 single-player logic games. -
FoldingNavigationDrawer-Android
This is a sample project present how to use Folding-Android to add Folding Efect to Navigation Drawer. -
GradientDrawableTuner
🕹️ See how the properties of `GradientDrawable` affect the Drawable's appearance, intuitively. -
MaterialDesignColorPalette
This is a dev tool to visualize the colours of Material design defined on -
freegemas-gdx
Freegemas libGDX is an Android and Java desktop port of Freegemas, which in turn is an open source version of the well known Bejeweled. -
Android-Jigsaw-Puzzle
This is an Android app where a user draws something and use it to generate and solve jigsaw puzzles of various difficulties (easy, medium, hard). I have been slowly adding features and plan to complete it at some point. -
Downloader Demo using RxJava
Demo of Downloading Songs/Images through Android Download Manager using RxJava2 -
PopularMovies
Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of OpenLibra-Material or a related project?
README
OpenLibra-Material
This repositores aims to show examples about material design in a real app, the application is a client of the webpage OpenLibra a spanish web to download open source books.
An example of how implement an adapter using Palette to tint each cell in a RecyclerView.
This example is implemented with a RecyclerView
a GridLayoutManager
and an Adapter
the adapter loads colors obtained from the Palette
library of each cell to draw a View
with the colors.
Building my own choreography with SharedElements
Implemented a detail activity working with shared elements and animations, setting the order of each animation that composes the choreograpy, you can follow the material desing principle 'Motion provides meaning', 'All action takes place in a single environment. Objects are presented to the user without breaking the continuity of experience even as they transform and reorganize'
Setting a RecyclerView insets and made translucent the Toolbar
Set the RecyclerView insets, to show a little gap between columns and rows, and made the Toolbar translucent, as the last Field Trip app update, reaching a pretty effect.