Тег ‘Кодинг’:
Рубрики: iPhone on Jun.13, 2010
Resource site
Start a new Window-based Application Project called LocalPush
Add an instance variable bgTask in LocalPushAppDelegate
Download Sample + 2 books “iPhoneMemoryManagementFinalVersion” and “ES 2.0 Programming Guide”
@interface LocalPushAppDelegate : NSObject {
UIWindow *window;
UIBackgroundTaskIdentifier bgTask;
}
It will fire up a Local Notification to remind you one min before the event which is 2 [...]
Теги: 4.0, iPhone, OS, xCode, Кодинг
Рубрики: iPad, iPhone on Jun.13, 2010
Написал простенькую программку ради эксперимента. С помощью программы можно ходит по корневому разделу системы, без Jailbreak. Если кто-то имеет опыт как создать фаил в директории не принадлежащей программе, без взлома устройства, и поделится! Буду очень признателен!
И собственно сам код
Теги: iPad, iPhone, Jailbreak, OS, Private, xCode, Кодинг
Рубрики: Apple, OOP, others on Jun.12, 2010
На написание данного поста меня с подвигла недавняя задача! Мне нужно было для записки и слайдов дипломного проекта предоставить UML диаграммы. Сначала по гуглил и сразу попал на страницу одной софтины, которая называется MacTranslator, забегая на перед, т.к. многие могут просто не дочитать, НЕ РЕКОМЕНДУЮ ее покапать, хотя вряд ли ее кто и купит из [...]
Теги: objective-c, OOP, UML, xCode, Кодинг
Рубрики: OOP, iPad, iPhone on Jun.10, 2010
+[UIImage imageNamed:]
• Reads the file, uncompresses it, caches result
• Cached copy of data is kept even if the UIImage is deallocated
• Low memory condition causes cache to be purged.
• No direct control over when cache is purged.
• Use for small frequently drawn images.
+[UIImage imageWithContentsOfFile:]
• Just reads enough of file to determine if it can open [...]
Теги: iPad, iPhone, Memory, objective-c, UIImage, UIKit, Ukraine, work, Кодинг
Рубрики: Apple, OOP, Tutorials, iPad, iPhone on Jun.09, 2010
iPhone 3D Samples from “iPhone 3D Programming Developing Graphical Applications with OpenGL ES” book.
Thanks Frank and Doris Rideout and O’REILLY
31 iPhone 3D Samples OpenGL ES 1.1 and 2.0
All links direct to http://examples.oreilly.com/
All Samples
HelloArrow
Теги: Book, C, ES 2.0, iPad, iPhone, OOP, OpenGL, Кодинг
Рубрики: Apple, Mac OS X, OOP, Tutorials, iPad, iPhone on Jun.08, 2010
Do you have a great idea for a graphics-intensive iPhone or iPad application, but don’t know how to bring it to life? This book offers the perfect solution: a crash course on the OpenGL graphics library with an overview of iPhone 3D development. Whether you’re an experienced OpenGL developer looking to build iPhone apps for [...]
Теги: Apple, Book, iPhone, objective-c, OpenGL, Кодинг
Рубрики: Mac OS X on May.22, 2010
Video Tutorial working with NSTableView
Part 1
Download Video part 1
Part 2
Download Video part 2
Source
Теги: Apple, Mac OS X, objective-c, OOP, Кодинг
Рубрики: Apple, Mac OS X, OOP on May.02, 2010
В свободное время решил поработать немного над созданием простого клиента для социальной сети “Вконтакте”. Хочу поделиться маленьким результатом. Это пока скромная версия, которая может вывести список, отправить сообщение, изменить статус и еще несколько мелочей…
Я не руководился тем нужно это или нет, просто было интересно поработать с новым API от “Вконтакте”.
Спасибо за [...]
Теги: Apple, Cocoa, Free Time, iPhone, Mac OS X, objective-c, OOP, Vkontakte, xCode, Кодинг
Рубрики: Android, Mac OS X, Mob1serv, iPad, iPhone on Feb.25, 2010
Hi there! We are a group of iPhone / Android developers who have developed a suite of web services to assist us and other developers in building great apps.
After numerous projects we have become tired of having to set up the server scripts to do all the same things for different clients. Most of the [...]
Теги: Android, Apple, iPad, iPhone, life, Mob1serv, objective-c, OOP, Private, work, Кодинг
Рубрики: Apple, Mac OS X, OOP, iPad, iPhone on Feb.09, 2010
Many people could not find this solution! It’s really very simple solution and it does not contain any private methods and functions. It’s based on the drawRect method and the simple manipulation with the title. If the title is specified, then the text of title displays, but if not, then displays the [...]
Теги: Apple, iPad, iPhone, UIKit, UINavigationBar, Кодинг