对于我的团队项目,我需要建议我们应该使用PubNub或Amazon Simple Notification Service(SNS).我发现PubNub的实现和使用非常简单但是我找不到任何具体的东西,它说明了亚马逊SNS的优点和缺点.
notifications push-notification amazon-web-services amazon-sns pubnub
I am porting a game written in C++ to Android using NDK. I need to know how much memory it consumes while running. I am looking for programmatically way to find the memory usage of Android application written in C++.