This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Hello, I have tested this with latesat SDK 4.1.0.GA in Android platform 5.1.0, Device Nexus 7. | |
HTTPClient ondatastream is working as expected. | |
*/ | |
var url = "http://www.7-zip.org/a/7za920.zip"; | |
var xhr = Ti.Network.createHTTPClient({ | |
onload : function(e) { | |
Ti.API.info('success'); | |
Ti.API.info('done'); | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, Mauro Parra-Miranda here is the Classic Code that you asked for. | |
CODE SEGMENT | |
app.js | |
var win = Ti.UI.createWindow({backgroundColor: 'white'}); | |
var sections = []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, Here is a solution that might work for you. I haven't experienced this problem after upgrading, So let's start with the basics. | |
* Confirm that the Studio configuration is still correct. Open the tiapp.xml file, click the "Configure" link below the list of platforms. Expand Platforms and select iOS. Make sure the iOS SDK Home is correct. You might want to click Refresh, and you might need to run the xcode-select statement that's shown on that page. | |
* Reset your simulator. Open it (outside of Studio, like via Xcode). Then, from the iOS Simulator menu, choose Reset content and settings | |
Hope this helps. I'm guessing the second one will do the trick. Unfortunately, it means any test apps you installed to that simulator will be gone. | |
Thanks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, Here is Guide to Build a Android Module in Titanium, And Creating the dist.zip file. For More Details Please follow this link below. | |
http://docs.appcelerator.com/titanium/latest/#!/guide/Android_Module_Development_Guide | |
Titanium Android Module Developer Guide | |
Requirements: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Hello, Here is a workaround which can be Android equivalent to iOS indexed UITableView.First, Make a view and add it to left or right on the page where you want to put it on the window. add another 26 view in it for A-Z. | |
On the click of alphabet's view you can scroll the table by scrollToIndex( ). | |
*/ | |
{code} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
CLI version 3.3.0, | |
Titanium SDK version 3.3.0.GA | |
*/ | |
TEST CODE | |
var webview = Titanium.UI.createWebView({url:'http://www.appcelerator.com'}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hy, this Problem Can be Solved, doing the following | |
In your Android SDK folder... | |
- Copy zipalign.exe from "android-sdk\tool" | |
- Paste zipalign.exe on android-sdk\build-tools\17.1.0 | |
Hope it will solve your Problem. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, I have tested this Problem and it's working | |
TESTING ENVIRONMENT | |
CLI version 3.3.0, | |
Titanium SDK version 3.3.0.GA | |
Mac OS | |
CODE SEGMENT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Hi, I have tested this issue in Ti SDK 3.3.0.GA. Its working good. | |
Testing Environment: | |
Titanium SDK: 3.3.0.GA, 3.2.3.GA | |
Titanium CLI: 3.3.0-GA | |
Android 4.4.2 KitKat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Hi, I have tested this issue in Ti SDK 3.3.0.GA. Its working good. | |
Testing Environment: | |
Titanium SDK: 3.3.0.GA, 3.2.3.GA | |
Titanium CLI: 3.3.0-rc | |
Android 4.4.2 KitKat |
NewerOlder