Posts Tagged "app tips"

Android app 2 day programming tutorial

Break down of jTribe’s 2 day workshop Day One Development Environment Android concepts and framework Activities and Intents User interface elements customising lists Loading data Threading Sharing Data between Activities Populating UI elements in code Retrieving remote data Day Two Background Services Widgets Notifications bar Supporting Multiple Screens Honeycomb...

read more

jTribe article on SitePoint, ‘Writing Your First Android App’

jTribe article on SitePoint, ‘Writing Your First Android App’

New happenings at jTribe- we’ve recently written an article for SitePoint on, ‘Writing Your First Android App.’  Daniel Bradby gives a comprehensive guide to planning and beginning your app development, including tips to improve usability, with the Android Virtual Device (AVD) to run on in the Android Emulator.Daniel explains, “once you’ve figured out a desirable functionality,...

read more

Slides for developers

Slides for developers

jTribe iPhone Development Tools Overview View more presentations from jTribe. jTribe iPhone Development tools overview. The jTribe team frequently presents at iphone and android events as well as hosting informal gatherings from time to time at their co-working office, The Open Hub, in...

read more

Hire jTribe

jTribe has a highly experienced team of passionate iPhone and Android developers based in Melbourne. We have published more than 50 iPhone and Android apps for various Australian and international clients such as Zendesk, Dell, IBM, ANZ and many more. If you have a advanced iOS or Android project then you will appreciate our ability to smoothly deliver. We are committed to provide the best...

read more

Different behaviour in iOS4 for NSError and NSURLConnection

Different behaviour in iOS4 for NSError and NSURLConnection

After running some of our apps now on iOS4 we were surprised that there were many more crashes. This little code section is what caused the crashes: [objc] NSURLRequest *request=[NSURLRequest requestWithURL:[NSURL URLWithString:requestStr] cachePolicy:NSURLRequestUseProtocolCachePolicy timeoutInterval:10.0]; NSURLResponse *response; NSError *error; NSData *responseData = [NSURLConnection...

read more