Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
So if you have some solutions (code or video tutorial would be perfect) or some links were I can find solution please sand me.
Thanks in advance
All the best
Here is the task:
Create an Android application that will save all calls (incoming, outgoing and missed calls) to its internal database. The application must have its own database containing all calls.

When the application is started, the list of calls should display. This list can have the design of the existing phone call log, or you can choose to make your own design.

Every call entry should have a button for adding a note to that call. The purpose of this application will be adding notes to calls. When this button is clicked, an input field should appear which will enable you to enter some notes for that call. These notes should also be in the application database, so that they are available at any time.

Once a note has been added to a specific call, the button for adding a new note should not be visible anymore. Instead, two other buttons should appear: one for editing the note and one for deleting the note. If you click on the button for editing, an input field should appear with the contents of the note. You can then change the note and save the changes. If you click on the button to delete the note, the note should be deleted and the button for adding a new note should be visible again.

my address: ckagenda5@gmail.com
Posted

1 solution

Sorry, but this site does not provide code to order. you can find many samples at http://www.codeproject.com/KB/android/[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900