Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

voituk/appkernel-commons

Repository files navigation

appkernel-commons

Set of useful Android helper-classes

Quick overvew:

com.appkernel.io

  • Cache - Abstract single threaded sync & async implementation of cache
  • FileCache - File-backed implementation of Cache
  • IOUtils - Simple work with IO-channels and Exception-free close() method for all types of classes

com.appkernel.json

  • JSONObjectIterator - Type-Filter Iterator implementation for JSONObject
  • JSONArrayIterator - Nullsafe & JsonType-safe iterator over JSONArray
  • JSONListAdapter - AdapterView<?> adapter for a collection of JSONObjects

com.appkernel.util

  • CollectionUtils - Missing findFirts / findAll method for java collections
  • Filterable - interface for filtering
  • FragmentSpec
  • Dialogs
  • OnTripleClickListener
  • LocalBroadcasts

com.appkernel.view

TODO:

com.appkernel.http

TODO:

com.appkernel.v7

TODO:

TODO:

  • Finally migrate to gradle-supported project structure. Give up on Eclipse support
  • Add AutoLoading ListAdapter
  • Add AutoLoading GridAdapter

To be continued...

About

Set of useful Android helper-classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages