Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
02/23/14 05:25 PM (10 years ago)

iOS to Android Developer - A short guide

This is a quick guide to transitioning from iOS development to Android development. It connects the things one does for iOS with the means of doing it for Android. For example, to set a view to the controller: iOS: [aViewController setView:aView] Android: activity.setContentView(aView) http://markglagola.com/blog/post/ios-android-developer-quick-transition-guide/ Keep on trucking -- Niraj
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
02/23/14 05:56 PM (10 years ago)
Too bad there isn't a direct transition to XML Layouts ;) Nice read, thanks Niraj! Cheers! -- Smug
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
02/23/14 06:32 PM (10 years ago)
Cool thanks!
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
02/23/14 06:47 PM (10 years ago)
This post made me want to see if there were anymore posts like this.A google search gave this.Its somewhat similar but not as good as Niraj link. http://sketchytech.blogspot.com/2014/02/android-through-eyes-of-ios-classes-and.html?m=1
 
TFVPCMG
Lost but trying
Profile
Posts: 4
Reg: Dec 14, 2009
Orange County, ...
40
like
02/23/14 07:27 PM (10 years ago)
wrong string
 
Joe Sprott
Code is Art
Profile
Posts: 414
Reg: Aug 20, 2011
Melbourne, FL
10,290
like
02/23/14 07:29 PM (10 years ago)
Thanks I can use this in reverse for learning xcode from android perfect Thanks helpful Niraj The rock star of helpers Joe Sprott Bodacious Media LOL 9000 points I am tearing it up
 
Dusko
Veteran developer
Profile
Posts: 998
Reg: Oct 13, 2012
Beograd
22,680
like
02/24/14 12:22 AM (10 years ago)
Excellent, thank you Niraj.
 
EdReyes
Lost but trying
Profile
Posts: 574
Reg: Oct 21, 2013
location unknow...
17,640
like
02/24/14 12:48 AM (10 years ago)
Thanks alot of useful info to have on hand
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
02/24/14 07:00 AM (10 years ago)
Here's a cheat sheet comparing android and ios http://maniacdev.com/objectiveccheatsheet.pdf
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.