Giter Club home page Giter Club logo

androiddemo2's Introduction

Android Demo 2

Android app with movie list and movie detail, feature to take and upload a photo and show it in a list, and maps to show places.

Introduction

This app is built with the following technologies:

Model View View Model This guide encompasses best practices and recommended architecture for building robust, high-quality apps.

  • UI Layer The role of the UI is to display the application data on the screen and also to serve as the primary point of user interaction.
  • Data Layer The data layer contains application data and business logic.
  • Domain Layer The domain layer is an optional layer that sits between the UI layer and the data layer.

View Model The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way.

Dagger Hilt Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.

Room The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.

Firebase, Firebase is an app development platform that helps you build and grow apps and games users love. Backed by Google and trusted by millions of businesses around the world.

Firebase - Firestore, Cloud Firestore is a NoSQL document database that lets you easily store, sync, and query data for your mobile and web apps - at global scale.

Firebase - Storage, Cloud Storage is designed to help you quickly and easily store and serve user-generated content, such as photos and videos.

Maps SDK, SDK to build dynamic, interactive, customized maps, location, and geospatial experiences for your Android apps.

Navigation Component Android Jetpack's Navigation component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.

Kotlin Flows In coroutines, a flow is a type that can emit multiple values sequentially, as opposed to suspend functions that return only a single value.

View Binding View binding is a feature that allows you to more easily write code that interacts with views.

Coroutines A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.

Glide Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.

Architecture

This app uses google recommended architecture.

androiddemo2's People

Contributors

juarezroberto avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.