Posted on Aug 15, 2011
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
Posted on Jan 27, 2011
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
Posted on Jan 2, 2011
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
Posted on Jul 17, 2010
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
Posted on Jun 23, 2010
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