Hello! I have this code: ~~~ var button = Titanium.UI.createButton({ title : 'Close', width : 150, height : 40, backgroundImage : 'none', borderRadius : 10, font : { fontSize : 16, fontFamily : 'Optima',//_fontFamily, fontWeight :...
I'm making an app using a map. It reads locations from the local database and puts them in an array so I can easily make 2 annotations for the first 2 locations. When you click an annotation you get information about that location. When you click the...
Showing 1-2 of 2