Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 696 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 696 Bytes

android-simplehistory

SimpleHistoryLib provides a very easy way to get a download history going in your android application.

By adding this project as library to your android project, a database will be created automatically.

Afterwards use a HistoryHelper(Context ctx) instance to do all operations. To insert / update a database-object, an Entry object is needed.

The HistoryLoadedListener will only be called when using a method to retrieve multiple history entries.

Only use Entry.setId() when you want to update an object.

....more to come....

This project is licensed under the Apache License v2.0
http://www.apache.org/licenses/LICENSE-2.0