As I am new to android, trying to learn the basics in detail. Basically I am an iOS programmer. I would like to know how the “Activity in android” is compared with iOS. That means, what is Activity in android when comparing with iOS.
Thanks in advance.
Although there is no 1:1 match for an
Activityin iOS SDK,UIViewControlleris the closest match.Beginning Android for iOS Developers can help you to cover some ground in writing your first Android app.