Scrum: a Breathtakingly Brief and Agile Introduction
I am reading this great little book about Scrum. It has some very good information and details to help you understand Scrum and Agile Development. It also is a great refresher to remind you about the important parts and definitions. It is very cheap and totally worth the cost. Check it out Scrum: a Breathtakingly Brief and Agile Introduction.
Dallas iPhone / iPad Boot Camp
iPhone / iPad App Development with SDK 6.1 Friday, June 28, 2013 at 9:00 AM – Sun, June 30, 2013 at 5:00 PM (CDT) The three day intense hands on boot camp from 9am – 5pm covering the fundamentals and advanced features of iOS development. We will start from the ground up and teach you everything you will need to be able to develop your own iOS application and upload…
Read more...DataInputStream for Objective-C
I have been playing around with writing a Mac OS X app for stock trading. I was granted access to the trade servers API of a major online broker. The stream server API uses a data byte stream to send chunks of data for quotes. I needed this to track the live trades in real time so my app could calculate if it should buy or sell. The problem was…
Read more...Tags:api , byte , code , DataInputStream , iOS , java , Mac OS X , objective-c , sample , stream
Night & Day Magazine Jersey Shore
We have just finished and released a great new app for the Jersey Shore area! Check it out on iPhone and iPad: http://itunes.apple.com/us/app/night-day-magazine-jersey/id524384320?ls=1&mt=8 Check it out on Android: https://play.google.com/store/apps/details?id=com.ndmag.ndmag Looking for a place to eat or drink at the Jersey Shore? Want to find out what concerts or special events are happening at the Jersey Shore? Night&Day at the Jersey Shore gives you all the information you need! This is…
Read more...Mission: Small Business Grant $250k
I am applying for a $250k grant from Chase and Livingsocial but to qualify I have to get 250 votes. It only takes a minute to vote for me. It uses facebook connect, so you just have to go to https://www.missionsmallbusiness.com and click “Log in & support”, then accept the fb connect link, and search for my company Apex Knowledge LLC, then click the vote button. Also, you get unlimited…
Read more...Game App Developer Network
Some of you may have noticed that gameappdev.com is currently being redirected to this site. This is due to the massive about of spam the site received and had to be temporarily taken down. We are currently working on a new version of the site to be release soon. We are going to try and eliminate the spammers but keep open the network to all game app developers. Our goal…
Read more...Understanding Apple iOS Push Notifications
Apple Push Notification Service (APNs) is a bit complex, but I will try to make it simple to understand from a business perspective. First you need to understand that when the notification is received on the device the operating system (OS) processes this data first and most of the time never calls your app code until you click the view button. The notification can contain a payload of data from…
Read more...Tags:APNs , Apple , iOS , notifications , payload , Push Notifications
Hosting apk files on GoDaddy shared Windows servers
Another joy of GoDaddy hosting. Have you ever tried to host an apk file to allow someone to install your Android application? Well on the GoDaddy Windows servers the file will always come up as not found. Well there is a fix. Just add a web.config file to your apk file directory with this text: <?xml version=”1.0″ encoding=”UTF-8″?> <configuration> <system.webServer> <staticContent> <mimeMap fileExtension=”.apk” mimeType=”application/vnd.android.package-archive” /> </staticContent> </system.webServer> </configuration>
Read more...DressCode Nightlife App
I really enjoyed working on the DressCode app for Android. DressCode for iPhone already existed and I was hired to create the Android version. The first step was for me to fix the backend server scripts to output JSON and not XML. The rest of development was spent on coding the Android app to look like the iPhone version but using the native Android features. Check out this cool app!…
Read more...
Add One