Mobile Programming
What do you need to start programming iOS apps Part 2 Choosing Your Program
Ok.So you have Mac. Now what? In order to get full access to the Apple developer’s resources you need to be member of one of the developers programs. Apple has several different programs: free commercial enterprise university Free – Registration as Apple Developer No matter which program are you going to use you need to … Continue reading
What do you need to start programming iOS apps – First Steps
First thing first. To start developing iOS apps you need to have … time to do it. The learning curve can be tough for some of the people, and learning process is always time consuming. Let’s assume you have enough time to do it. Now what? Well now it’s time to invest some money. Few … Continue reading
Steps for Creating iOS App
Steps for Creating iOS App 1) Idea. You always start from your great idea. Think about what your app is supposed to do. Write it down. Think how user interface will match your idea. Create a rough interface design on paper. It will help you to visualize how the app will work and help you … Continue reading
Core Image – Drawing Line
Core Image – Drawing Line In order to start custom drawing you need to add a UIView and overwrite the drawRect method, where you would add your drawing code. For example, the code below is drawing a white line on the screen: The process is simple. Create a new project and choose the Single View … Continue reading
Facebook SSO fixed
For most part of the day I was struggling with implementation of facebook SDK for iOS developers. In particular I wasn’t able to implement the SSO. The facebook connect documentation is vague, and is missing some steps but it’s good place to start. I hope this post will be able to help you find out what … Continue reading
Apps Ideas
Do you have any ideas for the app? I found app wish list here. What you would like to see on the app store? Let me know and I will make it happen.
In search for music streaming api…
So I want to add streaming music option to one of my apps and started looking for api. Pandora doesn’t seem to offer any available API. Last FM – offers a lot of different features, but not streaming! . My next choice was spotify, but you can’t use their API for commercial products. Finally I … Continue reading
Building Apps Using Flash
Cool video about build native mobile apps for Android, iOS, BlackBerry using Flash Builder and Flex. Worth watching! Link
Three20
I just found interesting project: http://three20.info It is an open source project that provides view controllers such as the Launcher, the popular Photo Browser, and internet-aware tables. More coming soon…