All Projects → MobilCat → Androcat

MobilCat / Androcat

Licence: apache-2.0
AndroCat is a GitHub client for Android phones and provides to user GitHub user interface like how they used to.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Androcat

Awesome Android Kotlin Apps
👓 A curated list of awesome android kotlin apps by open-source contributors.
Stars: ✭ 1,058 (+1116.09%)
Mutual labels:  rxjava, mvvm, retrofit, dagger
modern-android
Modern Android Project Skeleton
Stars: ✭ 17 (-80.46%)
Mutual labels:  rxjava, mvvm, rxkotlin
AndroidGo
Android、Flutter 开发者帮助 APP。包含事件分发、性能分析、Google Jetpack组件、OkHttp、RxJava、Retrofit、Volley、Canvas绘制以及优秀博文代码案例等内容,帮助开发者快速上手!
Stars: ✭ 30 (-65.52%)
Mutual labels:  rxjava, retrofit, mvvm
Android Jetpack Demo
🔥 快速入门Android Jetpack以及相关Kotlin、RxJava、MVVM等主流技术,独立构架App的基础技能
Stars: ✭ 335 (+285.06%)
Mutual labels:  rxjava, mvvm, dagger
Star Wars Shop
Simple project with clean architecture and android lifecycle
Stars: ✭ 37 (-57.47%)
Mutual labels:  rxjava, rxkotlin, dagger
WanAndroid
💪 WanAndroid应用,持续更新,不断打造成一款持续稳定, 功能完善的应用
Stars: ✭ 50 (-42.53%)
Mutual labels:  rxjava, dagger, retrofit
Githubfollows
A demo project based on MVVM architecture and material design & animations.
Stars: ✭ 272 (+212.64%)
Mutual labels:  mvvm, retrofit, dagger
Mvvmrxjavaretrofitsample
MVVM RxJava Retrofit Sample
Stars: ✭ 148 (+70.11%)
Mutual labels:  rxjava, mvvm, retrofit
Viabus Architecture
让 Android 开发可以像流水线一样高效的,职责分离架构 ⚡ 不同于 MVP 的配置解耦,也不能和 似是而非 的 MVVM - Clean 同日而语。VIABUS 是世界范围内首个明确提出,通过职责分离,来真正实现 UI 和 业务并行开发的 Android 项目级开发架构和设计模式理念。
Stars: ✭ 485 (+457.47%)
Mutual labels:  rxjava, mvvm, retrofit
Theatre
Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭
Stars: ✭ 577 (+563.22%)
Mutual labels:  rxkotlin, mvvm, dagger
Countries
An example Android app using Retrofit, Realm, Parceler, Dagger and the MVVM pattern with the data binding lib.
Stars: ✭ 616 (+608.05%)
Mutual labels:  mvvm, retrofit, dagger
Dribbbler
A Dribbble client with MVP+Repository pattern , RxJava ,Retrofit , Dagger
Stars: ✭ 56 (-35.63%)
Mutual labels:  rxjava, dagger, retrofit
Eyepetizer
An unofficial Eyepetizer(开眼视频) App built using Ijkplayer, RxJava2, Retrofit2, Dagger2, Room , DataBinding and Clean-MVVM Architecture.
Stars: ✭ 22 (-74.71%)
Mutual labels:  rxjava, dagger, mvvm
Bigbang
Android base project used by Xmartlabs team
Stars: ✭ 47 (-45.98%)
Mutual labels:  rxjava, retrofit, dagger
Relax
☘☘Relax 基于Kotlin语言编写的一套组件化框架,不紧整体组件化、内部也高度组件化🎋你可配置MVP、MVVM的开发模式、也可以配置所需要的业务组件🍁🍁
Stars: ✭ 253 (+190.8%)
Mutual labels:  rxjava, mvvm, retrofit
Androidall
Android 程序员需要掌握的技术栈:数据结构算法、程序架构、设计模式、性能优化、插件化、热更新、Kotlin、NDK、Jetpack,以及常用的开源框架源码分析如 Flutter、Router、RxJava、Glide、LeakCanary、Dagger2、Retrofit、OkHttp、ButterKnife 等
Stars: ✭ 849 (+875.86%)
Mutual labels:  rxjava, retrofit, dagger
Foodsearch
Showcase project of MVP+Dagger+RxJava+StorIO
Stars: ✭ 117 (+34.48%)
Mutual labels:  rxjava, retrofit, dagger
Beaver
Android MVVM + Dagger 2 (Hilt) + JetPack project template
Stars: ✭ 144 (+65.52%)
Mutual labels:  rxjava, mvvm, retrofit
Weatherapp
5 Day Forecast app that works on Android and uses latest tools (Kotlin, Navigation, Room, LiveData, Databinding, Dagger 2)
Stars: ✭ 426 (+389.66%)
Mutual labels:  rxjava, rxkotlin, mvvm
Mvvmhabit
goldze: 本人喜欢尝试新的技术,以后发现有好用的东西,我将会在企业项目中实战,没有问题了就会把它引入到MVVMHabit中,一直维护着这套框架,谢谢各位朋友的支持。如果觉得这套框架不错的话,麻烦点个 star,你的支持则是我前进的动力!
Stars: ✭ 6,789 (+7703.45%)
Mutual labels:  rxjava, mvvm, retrofit

AndroCat is a GitHub client for Android phones like how you used to

codebeat badge

Buy Me a Coffee at ko-fi.com

Important! The old version has been removed from the Google Play Store. Download the updated AndroCat from the store icon above to get the latest updates.

Screenshots

Dependencies

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
    implementation 'com.google.android.material:material:1.0.0'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test🏃1.2.0'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

    // Dagger
    kapt "com.google.dagger:dagger-compiler:${rootProject.ext.daggerVersion}"
    implementation "com.google.dagger🗡${rootProject.ext.daggerVersion}"

    // Crashlytics
    implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'

    // Fabric
    implementation('com.crashlytics.sdk.android:crashlytics:[email protected]') {
        transitive = true
    }

    // Anko
    implementation 'org.jetbrains.anko:anko-commons:0.10.8'

    // Retrofit
    implementation "com.google.code.gson:gson:${gsonVersion}"
    implementation "com.squareup.retrofit2:retrofit:${rootProject.ext.retrofitVersion}"
    implementation "com.squareup.retrofit2:converter-gson:${rootProject.ext.retrofitVersion}"
    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'

    // Http client
    implementation "com.squareup.okhttp3:okhttp:${rootProject.ext.okHttpVersion}"

    // Rx
    implementation "io.reactivex.rxjava2:rxkotlin:2.2.0"
    implementation "com.jakewharton.rxbinding2:rxbinding-kotlin:${rootProject.ext.rxBindingVersion}"

    // LiveData
    implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'

    // Ad
    implementation 'com.google.firebase:firebase-ads:18.2.0'

    // Firebase
    implementation 'com.google.firebase:firebase-core:17.2.0'
    implementation 'com.google.firebase:firebase-config:19.0.0'

    // Advanced WebView
    implementation 'com.github.delight-im:Android-AdvancedWebView:v3.0.0'

    // Quick Action
    implementation 'com.github.mustafaozhan:quickaction:3.0.2'

    // Bottom Navigation
    implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.4'

    // Snacky
    implementation 'com.github.matecode:Snacky:1.0.3'

    // Multidex
    implementation 'androidx.multidex:multidex:2.0.1'

    // Joda Time
    implementation 'net.danlew:android.joda:2.10.1.2'

    // Android Fillable Loader
    implementation 'com.github.jorgecastilloprz:fillableloaders:[email protected]'
}

License

Copyright 2018 Mustafa Ozhan

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.

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].