how make call log app in android
android, calllog
Solution
Take a look at CallLog.Calls
Here are some good tutorials on using call log:
android-tutorial-call-logs
Call Log in Android Application
reading-call-log-from-phone
accessing-call-logs
Problem
I'm a newbie programmer android I want to make an android app to record phone activities such as incoming calls, outgoing calls, or miss call and record the logs to a file .txt what should I do ? please help me ...