To build send_contact - a simple android app to send a contact details via sms. v 1.0
with features:
ability to select any contact in the android contact list and send the name and number(s) via sms.
with capabilities:
to fit within the normal sms limits.
Requires:
building:
pick_contact_launcher : The main screen that launches existing activity to pick a contact
get_chosen_contact_dtls : logic that gets the details for the chosen contact. Asynctask.
sms_launcher : code that formats an sms message and opens up the "send sms" activity with it
defining:
the exact way in which this can be implemented. DONE. Android doesnt allow menus of apps being changed from the outside. will therefore have to build own contact app first.
the output format of the message
using:
pick_contact_activity : existing activity to pick a contact
os : android
language : java
to realize the architecture:
suggestion
add definitions for declared components