I\'m loading many images from a server, and can\'t hammer th开发者_JS百科e server with all those requests at once. I want to only load the images once they\'ve scrolled into view on screen, similar to
Has anyone been able to do the equivalent of border-left: on a View?(I wan开发者_运维问答t to create a border on just one side of an ImageView.)The trick is to create another view with the dimensions
I am developing a mobile application and I am not开发者_JAVA百科 sure how to do this. I am going to use Appcelerator Titanium for iPhone.
I am using Appcelerator Titanium and the code below works fine on iPhone but not on Android and I am unable to find out why. Can anyone help?
I have a table view that I am going to populate with data from a con开发者_运维百科tacts picker I then need to get that data back from it when another button is clicked with a while() loop however I c
I\'m making an iPhone app in appcelerator where students can see their classes schedule. I have a JSON response where it brings me the classrooms with these attributes:
assume a fake json response, i have this json string... [{\"A\":\"1\",\"B\":{\"name\":\"joe\",\"lastname\":\"jones\"},\"COLORS:{\"red\":\"rojo\",\"blue\":\"azul\"},\"active\":\"yes\"}]
I am finding the current X and Y position in \'touchend\' event. Now say the original position of ImageView is ; left=100 and top=100. On touchend it just gives value in 2 digits that is either 8,10 o
I am using Appcelerator Titanium for an Android app and the code below generates an error in the Android emulator, not sure if its my Javascript OR something in Appcelerator.
Anyone shed any light onto why this doesn\'t work?! I\'ve been at it for days now, I admit to being a bit of a newbie.