True Caller Clone
Android caller identification application that stores contact information on a server and identifies callers by matching incoming phone numbers.
- Company
- Frontlink
- Role
- Application Developer
- Domains
- Android · Caller Identification · Contacts · Networking · Client-Server · Phone · Lookup
Overview
True Caller Clone is an Android learning project built around caller identification. The application stores contact information on a server and uses an incoming phone number to look up the corresponding contact, allowing the caller's name to be displayed when a matching record is available.
The problem
When an incoming call comes from an unknown number, users may not know who is calling. A caller identification system needs to associate phone numbers with contact information and retrieve the relevant identity when a call arrives.
What I built
Built an Android caller identification application that maintains contact information on a server and uses the incoming phone number as the lookup key. When a matching number is found, the application retrieves and displays the associated caller name.
Demonstrated a server-backed caller identification workflow by connecting incoming phone numbers with remotely stored contact information and displaying the matched caller name.
Related projects
- ToolsHAT — Hand Assist ToolAndroid IoT application for UK smart-meter installation and diagnostics, providing dual-band HAN surveying and HHT proxy capabilities over Wi-Fi.
- ToolsLumInsightLocation-based Android survey application for collecting field data, storing records offline in SQLite and synchronizing with a server when connectivity is available.
- ToolsCall AnnouncerAndroid caller identification utility that displays incoming caller details and announces known contact names aloud using text-to-speech.