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

Latest commit

 

History

History
47 lines (30 loc) · 1.1 KB

File metadata and controls

47 lines (30 loc) · 1.1 KB

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