protobuf-example
Example app to use Protobuf in Android using Square's Wire library.
Source link: https://github.com/kushalsharma/protobuf-example
Example app to use Protobuf in Android using Square's Wire library.
The AARLinkSources Plugin is designed to attach sources for .aar dependencies in AndroidStudio.
Mizuu is a user friendly media center application for Android tablets and smartphones running Android 4.0.3 (API level 15) or newer. The application helps manage all your movie and TV show video files - and automatically fetches useful information about the video content, including title, plot, cover art and actors.
Features:
Navigation Drawer Activity with Google design style and simplified methods.
ListView
in Android supports header and footer views - views that do not belong to the underlying adapter but otherwise show up in the list and scroll along with the contents. However, they only work if you have not yet set your own adapter and are therefore not terribly flexible.
The SackOfViewsAdapter
is another way of approaching this. Here, you provide the Views
that make up the rows, and the adapter feeds them to Android as if they were newly created.
The SackOfViewsAdapter
is designed to be sub-classed, mostly to determine how isEnabled() behaves, so you can control which of those views are selectable and which simply scroll with the list.
StrictMode
is a handy feature in API Level 9 and higher, telling you where your Android application is doing things it probably should not on the main application thread.
In the spirit of StrictMode
, the StrictModeEx
project offers classes to help you diagnose similar sorts of problems beyond what StrictMode itself offers.
Right now, that consists of one class: StrictAdapter
. This ListAdapter
wrapper will log slow-running getView() calls, plus optionally give you an overall performance view on how your Adapter
is doing in the code you control.
Java utility methods for geohashing.