Skip to content

Boilerplates for Android Components Architecture with Rx, Dagger & Realm written in Kotlin

Notifications You must be signed in to change notification settings

ahmedrizwan/AndroidKotlinComponents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Kotlin Components

Starter boilerplate projects for Android, with Components Architecture implemented, written completely in Kotlin. Variations include Rx, Realm & Dagger usage.

Medium Article

Basic Version

Fetches Repositories from Github API

  • Rest API -> Retrofit
  • Database -> Room
  • Based on GithubBrowserExample
  • And a simple MainActivity that queries & shows the list of Repos

BasicRx Version

  • Basic version but utilizes Rx with Room & Retrofit

Dagger Version

  • Basic version but uses Dagger2 for Dependency Injection

Realm Version

TODOs have been added to each project variation for an easy transition into making it your own.

License

Copyright 2017 Ahmed Rizwan

Licensed 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

Boilerplates for Android Components Architecture with Rx, Dagger & Realm written in Kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages