Call Logs - Android library for accessing device call logs
Usage Details:
Visit Here to get detailed information on how to use the library.
Examples
-
Retriving a list of all call logs:
ListView logList = (ListView) findViewById(R.id.LogsList); LogsManager logsManager = new LogsManager(this); List<LogObject> callLogs = logsManager.getLogs(LogsManager.ALL_CALLS); LogsAdapter logsAdapter = new LogsAdapter(this, R.layout.log_layout, callLogs); logList.setAdapter(logsAdapter);
be sure to check out the sample app in the repository.
Acknowledgements
Icons made by madebyoliver from www.flaticon.com