I am currently working on a Spy Android app which will fetch user’s call logs, SMS, Whatsapp messages, and even i want to record calls (like listen on going call or record calls on server). I am begginner and i dont know much about Android development but still i am creating and trying hard to finish that. I am stuck at a point that how to get access to user’s whatsapp messages and store them on server. Further, i don’t know how to track user’s calls. I want to ask you all please suggest me some sources, functionalities any thing which will help me to fulfill my task. I am searching hard on internet but i not get any relevent information to fulfill my task. For whatsapp, i come to know that if we get mobile’s root access then we can get decryption key of encrypted whatsapp database from user’s phone but i know how to write a code to get android’s root access…Please help.
For a very basic functionality I would encourage you to focus on something simple, like an app that surreptitiously captures the screen and sends that to a server. Once you have that you can take additional functions one step at a time.
I agree that should start with something more simple app.
I can add from my experience.
Back in times, when I wanted to become android dev (now I’m PHP dev) I red a book (sorry, don’t remember name), where you walk through process step by step. In addition read Java: Complete reference (if you are using java not kotlin) and always keep android developer docs keep.
Android developer docs are just awesome.
I suggest to understand all about android. How things work. And only then try to “steal” things.
Clipping together code from stackoverflow or some random github repo’s won’t make a good app.
I hope You understand my point-of-view.
Best regards!