Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i am working on xamarin forms application. my requirement are
Track all data from mobile application like User login location and Menu clicked by User with timestamp.
Create a Common function to save track details

UserName
Location
Lat
Lang
Menu name
Timestamp
App version
OUID
Role
please give me some hint

What I have tried:

string[] CurrLatLng = LoginSingleton.Instance.UserLatLng.Split(',');
Posted

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