All Projects → thiagokimo → Base

thiagokimo / Base

Licence: apache-2.0
Base is a lightweight library that gives you a clean architecture foundation for your Android MVP's

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Base

Androidbasemvp
🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
Stars: ✭ 184 (+34.31%)
Mutual labels:  base, mvp
Minimalistweather
Android 平台开源天气 App,采用 MVP、RxJava、Retrofit2、OKHttp3、Dagger2、RetroLambda 等开源库来实现。
Stars: ✭ 2,411 (+1659.85%)
Mutual labels:  framework, mvp
Kingtv
📺 高仿全民直播(全民TV),项目采用 MVP + RXJava + Retrofit + OKHttp + Material Design + Dagger2 + Base + Glide + GreenDao构建。因为全民TV已经凉了,导致App已经连不上。所以本项目已暂停维护。仅供学习。 推荐MVPFrame: https://github.com/jenly1314/MVPFrame 和你值得拥有的MVVMFrame快速开发框架: https://github.com/jenly1314/MVVMFrame
Stars: ✭ 1,594 (+1063.5%)
Mutual labels:  base, mvp
Wookiee
Scala based lightweight service framework using akka and other popular technologies.
Stars: ✭ 132 (-3.65%)
Mutual labels:  framework
Pyrogram
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
Stars: ✭ 2,252 (+1543.8%)
Mutual labels:  framework
Portfolio Generator
JS framework to dynamically generate a portfolio site from a JSON file
Stars: ✭ 135 (-1.46%)
Mutual labels:  framework
Burnjs
A framework base on koa with typescript
Stars: ✭ 137 (+0%)
Mutual labels:  framework
Universum
🌌 Prelude written in @Serokell
Stars: ✭ 132 (-3.65%)
Mutual labels:  base
Swift Project Template
Script to easily create an iOS project base code!
Stars: ✭ 136 (-0.73%)
Mutual labels:  base
October
Self-hosted CMS platform based on the Laravel PHP Framework.
Stars: ✭ 10,740 (+7739.42%)
Mutual labels:  framework
Bolt Js
A framework to build Slack apps using JavaScript
Stars: ✭ 1,971 (+1338.69%)
Mutual labels:  framework
Dedsploit
Network protocol auditing framework
Stars: ✭ 133 (-2.92%)
Mutual labels:  framework
Muta
Muta is a high-performance blockchain framework.
Stars: ✭ 135 (-1.46%)
Mutual labels:  framework
Eve
Eve and Wall-e
Stars: ✭ 133 (-2.92%)
Mutual labels:  mvp
Midas
A web framework for Gleam, Midas makes shiny things.
Stars: ✭ 137 (+0%)
Mutual labels:  framework
Retrofit rxjava mvp
Network uses Retrofit and RxJava With MVP architecture
Stars: ✭ 132 (-3.65%)
Mutual labels:  mvp
Easycnn
easy convolution neural network
Stars: ✭ 136 (-0.73%)
Mutual labels:  framework
Hadron
⚛️Framework for building a testable, modular backend with a dependency injection pattern in plain JavaScript.
Stars: ✭ 135 (-1.46%)
Mutual labels:  framework
Mosby Conductor
Plugin for conductor to integrate Mosby
Stars: ✭ 134 (-2.19%)
Mutual labels:  mvp
Slim
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
Stars: ✭ 11,171 (+8054.01%)
Mutual labels:  framework

Base

Android Arsenal Jitpack Badge

Base is a lightweight library that gives you a clean architecture foundation for your Android MVP's.

icon

The main objective of this repository is to show developers how I would architect my Android code in future projects.

For more details of this library, click here.

Using

Add it in your build.gradle at the end of repositories:

repositories {
	// ...
	maven { url "https://jitpack.io" }
}

Add the base into your dependencies:

dependencies {
    // base files
    compile 'com.github.thiagokimo.Base:base:1.3.0'
}

Base can be used with the support libraries as well:

// support v4
compile 'com.github.thiagokimo.Base:base-v4:1.3.0'
// support v7
compile 'com.github.thiagokimo.Base:base-v7:1.3.0'

Credits

  • Icon by Jhun Capaya

License

Copyright 2011, 2012 Thiago Rocha

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