nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: Some basic templates for Iphone coding
http://nds-homebrew-hslleiden.blogspot.com/2010/05/some-basic-templates-for-iphone-coding.html
Nds - iphone - homebrew. Samedi 29 mai 2010. Some basic templates for Iphone coding. Starting up a simple Iphone app, without much coding.:-). A link to a photoshop template:. Http:/ www.teehanlax.com/blog/2009/06/18/iphone-gui-psd-30/. Download the 3GB Xcode with simulator:. Http:/ developer.apple.com/technology/xcode.html. A very basic template with 5 backgrounds is downloadable here:. Unzip the folder and look at the contents:. And all the possible other steps:-). Change the names in the folder AND.
nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: mai 2010
http://nds-homebrew-hslleiden.blogspot.com/2010_05_01_archive.html
Nds - iphone - homebrew. Samedi 29 mai 2010. Some basic templates for Iphone coding. Starting up a simple Iphone app, without much coding.:-). A link to a photoshop template:. Http:/ www.teehanlax.com/blog/2009/06/18/iphone-gui-psd-30/. Download the 3GB Xcode with simulator:. Http:/ developer.apple.com/technology/xcode.html. A very basic template with 5 backgrounds is downloadable here:. Unzip the folder and look at the contents:. And all the possible other steps:-). Change the names in the folder AND.
nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: Debugging a double free malloc error
http://nds-homebrew-hslleiden.blogspot.com/2009/12/debugging-double-free-malloc-error.html
Nds - iphone - homebrew. Jeudi 24 décembre 2009. Debugging a double free malloc error. When making an instance you have to free it again with release. But there is also for some familiar things like CGArray an auto release. I had an error in the Debugging Window telling me there was a double release. Malloc: * * error for object 0x1346f90: double free. Set a breakpoint in malloc error break to debug. Where to put what breakpoint? Well somehow this didn't work for me. The debugger told me this:. In the en...
nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: décembre 2011
http://nds-homebrew-hslleiden.blogspot.com/2011_12_01_archive.html
Nds - iphone - homebrew. Jeudi 29 décembre 2011. After an Iphone and the Appstore, in between a Sony, now an android because of the IOIO microcontroller. Starting with Eclipse, the first android tutorial:. Http:/ www.higherpass.com/Android/Tutorials/Writing-A-Basic-Android-Application/. Http:/ www.higherpass.com/Android/tutorials/. But doing buttons and relative layout is not really JAVA. For JAVA in android this link:. Http:/ mobile.tutsplus.com/tutorials/android/java-tutorial/. Search in this blog.
nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: décembre 2009
http://nds-homebrew-hslleiden.blogspot.com/2009_12_01_archive.html
Nds - iphone - homebrew. Jeudi 24 décembre 2009. Debugging a double free malloc error. When making an instance you have to free it again with release. But there is also for some familiar things like CGArray an auto release. I had an error in the Debugging Window telling me there was a double release. Malloc: * * error for object 0x1346f90: double free. Set a breakpoint in malloc error break to debug. Where to put what breakpoint? Well somehow this didn't work for me. The debugger told me this:. In the en...
nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: août 2009
http://nds-homebrew-hslleiden.blogspot.com/2009_08_01_archive.html
Nds - iphone - homebrew. Vendredi 21 août 2009. Beta testing on the iphone. A list of probably useful links for setting up a beta test of a new app on the iphone:. The most important word is "Ad Hoc". Maybe the best is just to follow the list in the developer.apple.com - program portal - Distribution tab (in the link of team, certificates, devices, app id's , provisioning). The problem is that I at least tend to search the web for links about this subject before looking in the apple dev portal. Inscripti...
nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: avril 2009
http://nds-homebrew-hslleiden.blogspot.com/2009_04_01_archive.html
Nds - iphone - homebrew. Mardi 21 avril 2009. C special on arrays and functions. Introductions of C can be found on the internet. These explain basic stuff like pointrs and arrays. But programming a bit for the nds, you need details which are not in the introductions. Programming in Programmers Notepad with testing in an emulator (all for the nds in C) is not the easiest way of experimenting. So sometimes i write some test code in Dev Cpp. This is (part of ) the struct: (in a header file). For ( c1=0; c1.
nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: octobre 2009
http://nds-homebrew-hslleiden.blogspot.com/2009_10_01_archive.html
Nds - iphone - homebrew. Mardi 27 octobre 2009. We had an NSArray of objects of the type UIImageView. The array was retained being a property etc. TestBall2Array = [NSMutableArray arrayWithObjects:. UIImageView alloc] initWithImage: [UIImage imageNamed:@"testBall2.png"] ,. UIImageView alloc] initWithImage: [UIImage imageNamed:@"testBall2.png"] ,. UIImageView alloc] initWithImage: [UIImage imageNamed:@"testBall2.png"] ,. UIImageView alloc] initWithImage: [UIImage imageNamed:@"testBall2.png"] ,. CGPoint aP...
nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: Iphone Provisioning Profile problems links
http://nds-homebrew-hslleiden.blogspot.com/2010/02/iphone-provisioning-profile-problems.html
Nds - iphone - homebrew. Mercredi 3 février 2010. Iphone Provisioning Profile problems links. While trying to submit my app I had to search for links explaining all the details of the weird security system of the Iphone apps, in combination with Xcode. It really took me days and this signing is much more difficult than programming to get it right. Studying relativity theory is easier than getting this right, and a lot more fun! This is a collection of links I found useful:. Debugging has to be allowed!
nds-homebrew-hslleiden.blogspot.com
nds - iphone - homebrew: starting with android
http://nds-homebrew-hslleiden.blogspot.com/2011/12/starting-with-android.html
Nds - iphone - homebrew. Jeudi 29 décembre 2011. After an Iphone and the Appstore, in between a Sony, now an android because of the IOIO microcontroller. Starting with Eclipse, the first android tutorial:. Http:/ www.higherpass.com/Android/Tutorials/Writing-A-Basic-Android-Application/. Http:/ www.higherpass.com/Android/tutorials/. But doing buttons and relative layout is not really JAVA. For JAVA in android this link:. Http:/ mobile.tutsplus.com/tutorials/android/java-tutorial/. Search in this blog.