Skip to content

zakuby/rijks-museum-android

Repository files navigation

Rijks Museum Art Android

Android application for Rijks Museum Art with MVVM architectural pattern.
Using public API from Rijks Museum : http://rijksmuseum.github.io/

Libraries Used

  • Foundation - Components for core system capabilities, Kotlin extensions and support for multidex and automated testing.
    • AppCompat - Degrade gracefully on older versions of Android.
    • Android KTX - Write more concise, idiomatic Kotlin code.
    • Test - An Android testing framework for unit and runtime UI tests.
  • Architecture - A collection of libraries that help you design robust, testable, and maintainable apps. Start with classes for managing your UI component lifecycle and handling data persistence.
    • Data Binding - Declaratively bind observable data to UI elements.
    • Lifecycles - Create a UI that automatically responds to lifecycle events.
    • LiveData - Build data objects that notify views when the underlying database changes.
    • Navigation - Handle everything needed for in-app navigation.
    • ViewModel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks for optimal execution.
  • UI - Details on why and how to use UI Components in your apps - together or separate
  • Third party
    • Picasso for image loading
    • RxJava/RxKotlin for managing background threads with simplified code and reducing needs for callbacks
    • Dagger 2 for Dependency Injection
    • Retrofit for Networking
    • Shimmer Facebook is an Android library that provides an easy way to add a shimmer effect to any view in your Android app.
    • Circle Image View is a fast circular ImageView perfect for profile images.

License

Copyright 2019 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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

Rijks Museum Art Android Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages