Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

phr0ze

macrumors 6502a
Original poster
Jun 14, 2012
513
0
Columbia, MD
I'm looking for a completed open source project I can use as a starting place. I've run through sample code that do just one peice of a program. But I'm looking for something thats basically complete in a deploy ready state.

Particularly a business type app that lets users search/view/manage data.

I know this sounds weird, but I actually learn faster by trying to make one app into another than starting from scratch.
 
I'm looking for a completed open source project I can use as a starting place. I've run through sample code that do just one peice of a program. But I'm looking for something thats basically complete in a deploy ready state.

Particularly a business type app that lets users search/view/manage data.

I know this sounds weird, but I actually learn faster by trying to make one app into another than starting from scratch.

So do some searching on Github, SourceForge, and other open source sites. I doubt you're going to find release-quality business apps ready for you to download, however. Open source projects tend to be either demos of specific APIs, or collaborative apps for general use. Business apps are likely to be proprietary.
 
If you wanted games, this would be pretty easy as there are several good ones out there.

I haven't seen any complete business apps and this is so broad that it's hard to know if a 'todo list' would be of any help.

In other words 'business app' could be to connect to a remote server to get sales data, could be contact mgmt or many things in between.

Developers do sell source code, they have sites that do this. One concern is that things change, APIs/iOS/devices all change so you probably want source code that takes advantage of newer changes.

I've found a lot of what's out there is pretty dated, but that doesn't mean it won't work as a learning tool. Example is memory mgmt, now ARC is the way to go, most sample code I find doesn't do ARC.

I found the Big Nerd Ranch to have a great projects, one builds on itself and has data saving/display/ etc... pretty easy book to follow too.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.