All Projects → karntrehan → Starwars

karntrehan / Starwars

Licence: MIT license
A sample modular Android app written in Kotlin using Rx, Koin, Coroutines, Dagger 2 and Architecture components

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Starwars

Android-Mvi-Starter
Android MVI Starter application
Stars: ✭ 19 (-53.66%)
Mutual labels:  rxandroid, rxjava2, architecture-components
Kotlin Android Mvvm Starter
Android Kotlin Starter is a starter project which implements MVVM Pattern.
Stars: ✭ 276 (+573.17%)
Mutual labels:  rxandroid, rxjava2, architecture-components
Pagingroom
Demonstrates various ways of using Paging library with Room (LiveData, RxJava, custom datasource)
Stars: ✭ 139 (+239.02%)
Mutual labels:  rxandroid, rxjava2, architecture-components
Posts
A sample Android app using Kotlin, Dagger 2, RxJava, RxAndroid, Retrofit and Android Architecture Components with a modular setup & effective networking
Stars: ✭ 599 (+1360.98%)
Mutual labels:  modular, architecture-components
AndroidCleanArchitecture
Android Project with clean android architecture contain Dagger, Retrofit, Retrofit, Android archtecture components, LiveData with MVVM architecture
Stars: ✭ 22 (-46.34%)
Mutual labels:  rxjava2, architecture-components
Reactivenetwork
Android library listening network connection state and Internet connectivity with RxJava Observables
Stars: ✭ 2,484 (+5958.54%)
Mutual labels:  rxandroid, rxjava2
Androidbasemvp
🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
Stars: ✭ 184 (+348.78%)
Mutual labels:  rxandroid, rxjava2
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-60.98%)
Mutual labels:  rxandroid, rxjava2
Androidmodulararchiteture
✔️ Android组件化架构,支持组件代码完全隔离/组件循环依赖/便捷集成调试/快速接入,组件内基于 mvvm结构,组件提供高度服用的模块可直接使用,采用 wanAndroid api进行迭代开发。Android componentized architecture, support component code complete isolation / component circular dependency / convenient integrated debugging / fast access, component based mvvm structure, iterative development using wanAndroid api
Stars: ✭ 144 (+251.22%)
Mutual labels:  modular, architecture-components
TeamManagerApp
A sample app structure using the MVVM architecture LiveData, RxJava, ViewModel, Room and the Navigation Arch Components.
Stars: ✭ 36 (-12.2%)
Mutual labels:  rxjava2, architecture-components
Poolakey
Android In-App Billing SDK for Cafe Bazaar App Store
Stars: ✭ 60 (+46.34%)
Mutual labels:  rxandroid, rxjava2
YTS
YTS site sample app written in Java & Kotlin, implemented with MVP pattern and powered by Rx.
Stars: ✭ 42 (+2.44%)
Mutual labels:  rxandroid, rxjava2
Conductormvp
Multi-project Clean Architecture MVP app in Kotlin using Conductor, Room, RxJava 2, Dagger 2 with custom scopes
Stars: ✭ 192 (+368.29%)
Mutual labels:  rxandroid, rxjava2
Prefser
Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Stars: ✭ 228 (+456.1%)
Mutual labels:  rxandroid, rxjava2
Reactivewifi
Android library listening available WiFi Access Points and related information with RxJava Observables
Stars: ✭ 186 (+353.66%)
Mutual labels:  rxandroid, rxjava2
kotlin-maze
🚂 A simple way to implement applications using observable streams
Stars: ✭ 56 (+36.59%)
Mutual labels:  rxandroid, rxjava2
AndroidVIP
Android project to experiment the VIPER approach using mosby, RxJava and dagger2
Stars: ✭ 21 (-48.78%)
Mutual labels:  rxandroid, rxjava2
android-kick-start-modular
Android Kick Start Project Template Framework FrogoBox || Admob, MVVM Archictecture || Clean Architecture Modularization
Stars: ✭ 16 (-60.98%)
Mutual labels:  rxjava2, architecture-components
RxPagination
Implement pagination in just few lines with RxPagination
Stars: ✭ 20 (-51.22%)
Mutual labels:  rxandroid, rxjava2
Android Audiorecorder App
Android application to record audio. RxJava2, Dagger2, MVP, RoomDb.
Stars: ✭ 180 (+339.02%)
Mutual labels:  rxandroid, rxjava2

A sample modular Android app

This sample app has been developed with Kotlin following an MVVM architecture pattern with a modular approach.

Working

Working

Branches

master

coroutines

Decisions

  • Koin: This is my first experiment with Koin, and it turned out to be straight-forward to implement. The performance is also great. Although, feature module support is something they are still working on.
  • Modular: The app is developed with a modular approach to support instant apps & dynamic delivery for the users. Modularity also allows us to have faster gradle build speeds, clear ownerships amongst the team & cleaner git flows. More info about modular apps can be found here.

Structure

app module is where the application initializes & characters dynamic module is where our sample screens reside. CharacterActivity holds the CharacterSearchFragment & CharacterDetailsFragment. The packages are "by-feature" for easier access.

Running

You will need a device / emulator with Android Oreo (API 27) and up. Configuration

Testing

Test cases for the CharacterSearchVM & CharacterDetailsVM have been implemented.

Write-ups

Contribution

Feel free to open an issue or submit a pull request with improvements.

Licence

MIT License

Copyright (c) 2019 Karan Trehan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].