Note: The use of clean architecture may seem over-complicated for this sample project. However, this allows us to keep the amount of boilerplate code to a minimum and also demonstrate the approach in a simpler form. The sample app when run will show you a simple list of all the Bufferoos (Buffer team members!).
android android-application android-architecture clean-architecture android-development android-boilerplate boilerplate bufferA curated list of Android Complete References at one place. A complete reference for android developers. Here you can find references about everything you use while Android Development. To the extent possible under law, Amit Shekhar has waived all copyright and related or neighboring rights to this work.
awesome android-development android-library android-performance best-practices android-references android-guide android-application android-networking android-ui tutorial tutorials android-architecture blogs mvp-architectureThe Android framework provides a lot of flexibility in deciding how to organize and architect an Android app. While this freedom is very valuable, it can also lead to apps with large classes, inconsistent naming schemes, as well as mismatching or missing architectures. These types of issues can make testing, maintaining and extending your apps difficult. The Android Architecture Blueprints project demonstrates strategies to help solve or avoid these common problems. This project implements the same app using different architectural concepts and tools.
android-architecture android samples:star2: Best practices in Android develop(final).
standard android-development standards android android-studio android-architecture androidstyleA complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
mvparms android-architecture android-component android-application android mvp-architecture mvp mvp-android wiki-documentation architecture rxjava2 dagger2 retrofit2 arms armscomponentA common architecture for Android applications developing based on MVP, integrates many open source projects (like Dagger2、Rxjava、Retrofit ...), to make your developing quicker and easier.
mvp rxjava retrofit2 dagger2 architectural wiki-documentation android android-library android-application android-architecture architecture model-view-presenter presenter mvp-library mvp-architecture butterknife mvp-android mvp-pattern mvparms armsThis is a sample app that is part of a blog post I have written about how to architect android application using the Uncle Bob's clean architecture approach.
android-cleanarchitecture architectural android-application android android-development android-architectureThis is a boilerplate project aimed to help bootstrap new Android MVP Applications. Feel free to fork this application or use AndroidStarters to create new app using this boilerplate. All pull requests are welcome, make sure to follow the contribution guidelines when you submit pull request.
mvp-architecture dagger2 rxjava fast-android-networking placeholderview greendao rxjava2 mvp dagger mindorks android-mvp-architecture android-architecture rxjava-androidThis repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
mvvm mvvm-architecture android android-architecture dagger2 dagger2-mvvm rxjava2 rxjava room database fast-android-networking placeholderview android-debug-database mindorks android-mvvm-architecture业界首个支持渐进式组件化改造的Android组件化开源框架。Componentize your android project gradually.
cc android-architecture android-component component architecture-components componentization一套完整有效的android组件化方案,支持组件的组件完全隔离、单独调试、集成调试、组件交互、UI跳转、动态加载卸载等功能
android-architecture android-application android-component androidSample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack. The goal of the project is to demonstrate best practices, provide a set of guidelines, and present modern Android application architecture that is modular, scalable, maintainable and testable. This application may look simple, but it has all of these small details that will set the rock-solid foundation of the larger app suitable for bigger teams and long application lifecycle management.
android kotlin testing solid best-practices clean-code architecture android-boilerplate clean-architecture jetpack android-architecture mvvm-architecture hacktoberfest component-architecture solid-principles gradle-kotlin-dsl modular-architecture dynamic-features android-showcase modern-android-developmentThe idea is to keep the app super simple while demonstrating new libraries and tools which makes it easier to build high quality Android applications. The app uses MVVM [Model-View-ViewModel] architecture to have a unidirectional flow of data, separation of concern, testability, and a lot more.
android kotlin room coroutines android-architecture dagger2 viewmodel retrofit2 newsapi android-architecture-components architecture-guidelines architecture-components kotlin-flowThis repository contains source codes for old version of site. It is still available here: http://android-arsenal.herokuapp.com In spite of this, you can send pull requests or open issues here - they will be processed and the new site will be updated. Server should be available on http://localhost:8080.
android android-library android-application android-development android-architecture android-sdk android-ui android-app android-wearA new Android MVP architecture,this framework is designed to solve the traditional MVP class and interface too much, and Presenter and View communicate too complicated through the interface, reuse Presenter too much cost.
mvp mvp-architecture mvp-android mvp-pattern mvp-library architecture architectural-patterns android-architecture android-library mvpart mvparms armsExample android Model View View Model and DataBinding used to explain how to use this pattern in our android applications. This example was created to support an article explanation Escribiendo android apps con Data Binding (spanish) and also it was created for a talk MVVM-android Meetup Androidinights by GDG Androidtitlan Mexico City March 2016.
mvvm-pattern android-architecture android databinding mvvmA sample Android app written in Kotlin, which lists all countries with some additional information (currencies, languages, …). The app uses the MVVM pattern with the Android data binding lib. Countries can be bookmarked and are then stored locally with Realm. Retrofit is used to fetch the country information from the free REST Countries service. For JSON parsing, custom Gson TypeAdapters are used. PaperParcel is used to make the Country objects Parcelable. Also, Dagger 2 is used for dependency injection. This project can also be used as a template for new apps. Check out the template branch for a cleaned up version of this project.
android android-architecture mvvm android-mvvm realm dagger parceler data-binding mvvm-pattern retrofit gson kotlin kotlin-androidAndroid MVVM Architecture Components based on MVPArms and Android Architecture Components.
android-architecture mvvm databinding lifecycle room livedata viewmodel dagger2 dagger2-android dagger2-mvvm retrofit2 okhttp3 mvparms rxjava2 rxandroid2It's an extremely simple app which uses NewsAPI to show the latest news from Google News. It uses Retrofit 2 to fetch the news from the API and save them into database using Room. The main aim of this sample app is show how to use the new Architecture Guidelines with Kotlin. The app uses ViewModel to abstract the data from UI and Repository as single source of truth for data. Repository fetch the data from database if it doesn't exist then it fetches from the webservice.
kotlin architecture-guidelines android android-architecture-components android-architecture architecture-components sample-app demo-app room viewmodel newsapi retrofit2 android-studio
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.