android App

Job ID: 34335894

Budget: $30 – $250 USD

Hi
i looking for good developer to build android app with these details :
- Native App using java and android studio framework

- Forward incoming SMS from customers to API :
secertKey- AgentNumber - SenderName - DateTIme - TextDetails

- Forward customers miss call to API :
secertKey- AgentNumber - customerNumber - DateTIme

- Forward outing call to API with these paraments :
secertKey- AgentNumber- customerNumber - DateTIme



ِApp setting Page :

if secertKey saved before call Permission API with one parameter (secertKey )
you are receive User Permission Like this response :
{
secertKey : ******
ForwardIncomingSMSSetting : True,
ForwardMisscallSetting : false,
ForwardoutingcallSetting : false,
MissCallListSetting : false,
outingCallList: false,
missIncomingSMS : false

}


- secertKey as text control :after user typing and click save the app saved on local and add that when call each API.


- Forward incoming SMS : ON-OFF.
* Enable this setting when ForwardIncomingSMSSetting is True

- Forward miss call : ON-OFF.
* Enable this setting when ForwardMisscallSetting is True


- Forward outing call : ON-OFF.
- SMS list : - ALL incoming SMS -Specific list - Exception list.
* if user select ALL incoming SMS we can also add Exception list.
* Enable this setting when ForwardoutingcallSetting is True


- IncomingSMS : - ALL miss call -Specific list - Exception list.
* if user select ALL miss call we can also add Exception list.
* Enable this setting when MissCallListSetting is True


- miss call list : - ALL miss call -Specific list - Exception list.
* if user select ALL miss call we can also add Exception list.
* Enable this setting when MissCallListSetting is True

- outing call list : - ALL outing call -Specific list - Exception list.
* if user select ALL outing call we can also add Exception list.
* Enable this setting when outingCallListis True

all APIs above is ready