Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想保存用户在我的应用程序中所做的任何事情的日志。例如,如果用户单击特定按钮或图标,我想记录它。我怎样才能在 Windows Phone 中实现这一点?
我会为此使用谷歌分析。 http://devatheart.com/2012/09/02/analytics-for-windows-phone-nuget-to-rule-them-all/
All, I have an View model that is bound to a DataGrid using MVVM.
DataGrid
<DataGrid ItemsSource="{Binding Path=Resources}">...</DataGrid>