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.
我想在没有活动、片段或对话框上下文的情况下截取当前可见的任何活动、对话框片段的屏幕截图,例如在设备摇动时,我确实有应用程序上下文。
以下所有答案都需要 Activity、Fragment 或 View。
I am trying to make list of object as
List<FeedItem> List_feeds = new List<FeedItem>(); FeedItem objFeedItem = new FeedItem(); objFeedItem.feedId = feedNode.SelectSingleNode("id").I