Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Android Application sample of how to implement Master/Detail pattern that follows Material Design visual language

License

Notifications You must be signed in to change notification settings

lurbas/MaterialMasterDetail

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Material Master/Detail

Android Application sample of how to implement Master/Detail pattern that follows Material Design visual language. It is a part of an article called "Case Study. Master/Detail Pattern" published on my personal blog. I highly recommend reading it to gain more context and purpose of this app. Just follow this link. You can also try it by downloading a demo from Play Store. Be sure to check this sample on Mobile as well as on Tablet!

Screenshots

License

Copyright 2017 Lucas Urbas 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 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. 

About

Android Application sample of how to implement Master/Detail pattern that follows Material Design visual language