Popularity
3.7
Stable
Activity
0.0
Stable
185
31
26

Code Quality Rank: L4
Programming language: Java
License: Apache License 2.0
Tags: Tools    
Latest version: v2.1

enroscar alternatives and similar packages

Based on the "Tools" category.
Alternatively, view enroscar alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of enroscar or a related project?

Add another 'Tools' Package

README

[Enroscar](logo.png)

A set of Android tools that facilitate apps development

Build Status

Well, this repo contains pretty much code used internally at Stanfy to develop Android apps. Some parts lack documentation and are outdated, we are working on this problem. Currently we have 2 components that are definitely worth to check out now:

  • [Goro](goro) - a generic tool for organizing asynchronous tasks in queues and Android service
  • [Enroscar Async](async) - a library that helps to put any asynchronous operation behind Android Loader and integrate it with RxJava.

Project Async2014 demonstrates how they can be used.

License

 Copyright 2011-2014 Stanfy Corp.

 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 all licence references and agreements mentioned in the enroscar README section above are relevant to that project's source code only.