Latest Android Aptitude Question SOLUTION: How to pass data from activity to service? Options 1) pass data in intent-putextras, and using setResult() 2) pass data in intent-putextras, and say startService() with that intent