All Projects → Price Tracker → Similar Projects or Alternatives

1382 Open source projects that are alternatives of or similar to Price Tracker

Hibiscus
Hibiscus, mobile microblogging application.
Stars: ✭ 14 (-82.5%)
Mutual labels:  dagger2, retrofit2, livedata
Kotlin-MVVM-JetPack
[DEPRECATED. USE https://github.com/egek92/Kotlin-MVVM-Jetpack-Hilt-Coroutines-Flow] Clean Android architecture guidelines that are based on MVVM + Offline 1st approach with LiveData and Room
Stars: ✭ 73 (-8.75%)
Mutual labels:  dagger2, retrofit2, livedata
Changedetection
Automatically track websites changes on Android in background.
Stars: ✭ 563 (+603.75%)
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+3585%)
Mutual labels:  dagger2, mvvm, retrofit2
Kodein Mvvm
Example app using Kodein for dependency injection with MVVM and Architecture Components
Stars: ✭ 26 (-67.5%)
DaggerExoPlayer
This repository demonstrates ExoPlayer injection with Dagger2
Stars: ✭ 58 (-27.5%)
android-base-project
Android LateralView Base Project
Stars: ✭ 25 (-68.75%)
flickr-android
A small sample app to showcase architecting app using Clean Architecture and MVVM
Stars: ✭ 25 (-68.75%)
Android Architecture Components Kotlin
Clean code App with Kotlin and Android Architecture Components
Stars: ✭ 23 (-71.25%)
Mutual labels:  dagger2, retrofit2, livedata
Offlinesampleapp
Sample Offline-First MVVM app that uses Android Priority Job Queue, Room, Retrofit2, LiveData, LifecycleObserver, RxJava2, Dagger Android
Stars: ✭ 653 (+716.25%)
Mutual labels:  mvvm, retrofit2, livedata
Games
The Games app has two features which are listing and showing detail of games.
Stars: ✭ 15 (-81.25%)
Mutual labels:  dagger2, repository-pattern, rxkotlin
Business Search App Java
Showcases object oriented programming in Java, Java Swing, Kotlin, and Android
Stars: ✭ 53 (-33.75%)
Mutual labels:  dagger2, mvvm, retrofit2
Movie Zone
movies application using MVVM Architecture
Stars: ✭ 25 (-68.75%)
Clean Marvel Kotlin
This repository contains a detailed sample app that implements Clean architecture and MVP in Kotlin using RxJava2, Retrofit
Stars: ✭ 27 (-66.25%)
Mutual labels:  dagger2, retrofit2, rxkotlin
libbra
A currency tracker app demonstration. It refreshes currency list every single second based on the main currency. In addition to that, main currency is selectable.
Stars: ✭ 45 (-43.75%)
Android App Architecture Mvvm Databinding
A simple but complete project (in both Java & Kotlin) to demonstrate the Android application architecture with MVVM pattern, a client app for The Movie DB Web API. Dagger2 is used for dependency injection and RxJava is used for RFP (Reactive Functional Programming).
Stars: ✭ 69 (-13.75%)
Mutual labels:  dagger2, mvvm, dependency-injection
Android App Template
Kickstart your new project with Android App Template (Kotlin + MVVM + AAC + Dagger 2 + Retrofit 2 + RxJava)
Stars: ✭ 34 (-57.5%)
Mutual labels:  dagger2, mvvm, retrofit2
Foodium
It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
Stars: ✭ 1,940 (+2325%)
Mutual labels:  mvvm, retrofit2, livedata
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (+20%)
catchflicks
🎬 Kitchen sink project for learning android concepts 🎬
Stars: ✭ 12 (-85%)
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-66.25%)
Mutual labels:  dagger2, retrofit2, rxkotlin
searchi
Demo of PagedListAdapter, PageKeyedDataSource, LiveData, ViewModel in Kotlin
Stars: ✭ 13 (-83.75%)
Mutual labels:  dagger2, retrofit2, livedata
ToDoApp
📱My android playground app - Simple and Fastest todo app - developing to cover most android concepts, simple logic can make me focus more on framework
Stars: ✭ 28 (-65%)
StackOverFlowApi
working with Stack OverFlow Api
Stars: ✭ 24 (-70%)
Mutual labels:  mvvm, retrofit2, livedata
Pokehub
This is a sample project that uses Graphql API's with Rx implementation.
Stars: ✭ 40 (-50%)
Football-App
⚽ Football App using MVVM, LiveData, RxJava2, DI, Room, Repository Patern
Stars: ✭ 17 (-78.75%)
modern-android
Modern Android Project Skeleton
Stars: ✭ 17 (-78.75%)
Mutual labels:  mvvm, repository-pattern, rxkotlin
Daggerandroidmvvm
Demonstrates using Dagger 2.11+ in MVVM app with Android Architecture Components, Clean Architecture, RxJava
Stars: ✭ 255 (+218.75%)
Architecturecomponentsdemo
Kotlin demo project that uses some Android Architecture Components (ViewModel and LiveData) with Dagger 2 and Coroutines
Stars: ✭ 269 (+236.25%)
Githubfollows
A demo project based on MVVM architecture and material design & animations.
Stars: ✭ 272 (+240%)
Mutual labels:  mvvm, repository-pattern
Mvp Dagger2 Rxjava2
Android 基本mvp+dagger(dagger2.android)+rxjava2+retrofit+ormdb框架。简单组件化架构 with Base Activity,Presenter ,View,Model 的抽象封装,http 请求封装&错误统一处理
Stars: ✭ 274 (+242.5%)
Mutual labels:  dagger2, retrofit2
Kotlin Cleanarchitecture
This 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 and Fernando Cejas Android-CleanArchitecture in Kotlin. Post in Spanish: http://katade.com/clean-architecture-kotlin/
Stars: ✭ 274 (+242.5%)
Mutual labels:  rxkotlin, dagger2
Crazydaily
[开源项目] 一款程序员日常放松的App,基于Material Design + MVP-Clean + Weex + Flutter + RxJava2 + Retrofit + Dagger2 + Glide + Okhttp + MTRVA + BRVAH + 炫酷控件 + 炫酷动画
Stars: ✭ 294 (+267.5%)
Mutual labels:  dagger2, retrofit2
Tvflix
TvFlix android app using Dagger Hilt, Coroutines, Flow, KTX, Jetpack(Room, ViewModel, Paging3, Lifecycle) based on MVVM architecture purely written in Kotlin
Stars: ✭ 286 (+257.5%)
Mutual labels:  dagger2, retrofit2
Swinjectmvvmexample
An example to use Swinject in MVVM architecture with ReactiveCococa
Stars: ✭ 301 (+276.25%)
Mutual labels:  mvvm, dependency-injection
Aacomponents
基于google Android Architecture Components 封装实现组件式MVP快速开发框架
Stars: ✭ 66 (-17.5%)
Applocker
🔐 Open source app locker, vault, call blocker application
Stars: ✭ 321 (+301.25%)
Mutual labels:  dagger2, mvvm
Open Api Android App
Kotlin, MVI Architecture, Dagger2, Retrofit2, Coroutines, Room Persistence, REST API, Token Authentication
Stars: ✭ 324 (+305%)
Mutual labels:  dagger2, retrofit2
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (-33.75%)
Mutual labels:  dagger2, retrofit2
Qksms
The most beautiful SMS messenger for Android
Stars: ✭ 3,519 (+4298.75%)
Mutual labels:  dagger2, mvvm
Easychatandroidclient
EasyChat是一个开源的社交类的App。主要包含消息、好友、群组等相关的IM核心功能。部分界面参照了QQ、微信等相关社交APP。EasyChat APP整体采用MVVM模式,基于JetPack(Lifecycle,LiveData,ViewModel,Room)构建
Stars: ✭ 64 (-20%)
Mutual labels:  mvvm, livedata
Mockstar
Demo project on How to be a Mockstar using Mockito and MockWebServer.
Stars: ✭ 53 (-33.75%)
Mutual labels:  dagger2, retrofit2
Android Architecture Components Kotlin
Sample used to practice Kotlin and Android Architecture Components.
Stars: ✭ 326 (+307.5%)
Clean Notes
Clean Architecture by layer
Stars: ✭ 259 (+223.75%)
Mutual labels:  dagger2, retrofit2
Jetpack github
基于Kotlin + Jetpack全家桶 + Coroutines(协程) + Flutter等架构实现的一款精简版Github客户端项目,望与广大小伙伴一起成长,欢迎start or fork!
Stars: ✭ 314 (+292.5%)
Mutual labels:  mvvm, retrofit2
Moviehub
Showcases popular movies, tv shows, and people from The Movie Database
Stars: ✭ 325 (+306.25%)
Mutual labels:  dagger2, retrofit2
Android Architecture Components
The template project that uses Android Architecture Components with Repository pattern. The simple app that uses awesome Fuel library instead of Retrofit for perfoming HTTP request. The app also persists data using the Room library and display data in RecyclerView.
Stars: ✭ 329 (+311.25%)
Mutual labels:  repository-pattern, livedata
Daggraph
Dagger dependency graph generator for Android Developers
Stars: ✭ 1,140 (+1325%)
Mutual labels:  dagger2, dependency-injection
Simplify
Simplify is a set of .NET libraries that provide infrastructure for your applications. DI and mocking friendly.
Stars: ✭ 52 (-35%)
Androidproject
Android 技术中台,但愿人长久,搬砖不再有
Stars: ✭ 4,398 (+5397.5%)
Mutual labels:  mvvm, retrofit2
Gsygithubappkotlin
超完整的Android Kotlin 项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:目前已经拥有Flutter、Weex、ReactNative、Kotlin四个版本。 功能齐全,项目框架内技术涉及面广,完成度高。开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本: https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、 同款Flutter版本: https://github.com/CarGuo/GSYGithubAppFlutter
Stars: ✭ 1,066 (+1232.5%)
Mutual labels:  mvvm, livedata
Stackzy
💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Stars: ✭ 307 (+283.75%)
Mutual labels:  dagger2, mvvm
Android Jetpack Demo
🔥 快速入门Android Jetpack以及相关Kotlin、RxJava、MVVM等主流技术,独立构架App的基础技能
Stars: ✭ 335 (+318.75%)
Mutual labels:  mvvm, livedata
Jetpack Wanandroid
Kotlin+Jetpack+Coroutines+Retrofit+koin 完成的MVVM 组件化客户端 🔥🔥
Stars: ✭ 353 (+341.25%)
Mutual labels:  mvvm, livedata
Livedata Testing
TestObserver to easily test LiveData and make assertions on them.
Stars: ✭ 358 (+347.5%)
Themovies
🎬 A demo project for The Movie DB based on Kotlin MVVM architecture and material design & animations.
Stars: ✭ 374 (+367.5%)
Mutual labels:  mvvm, repository-pattern
Paonet
【MVVM+RxJava2+AspectJ】泡网第三方客户端,网站主页:http://www.jcodecraeer.com/index.php
Stars: ✭ 374 (+367.5%)
Mutual labels:  mvvm, retrofit2
Upcoming Games
Android app for viewing release dates and other details for every video game ever made.
Stars: ✭ 65 (-18.75%)
Mutual labels:  mvvm, retrofit2
Lynket Browser
🌐 A better browser for Android using the Custom Tab protocol. Previously called Chromer.
Stars: ✭ 364 (+355%)
Mutual labels:  dagger2, mvvm
Professionalcsharp7
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
Stars: ✭ 403 (+403.75%)
Mutual labels:  mvvm, dependency-injection
61-120 of 1382 similar projects