Titanium how to open playlist android - titanium

Does anyone know how to open the playlist in android..It is working on IOS..But Android is there anyway we can implement this?.
On IOS you can use Ti.Media.openMusicLibrary()..
Any help?

Here's what I found on gitTio:
http://gitt.io/component/com.alcoapps.androidplaylists

Related

I am using https://github.com/alinz/react-native-share-extension my app got crash(keep stoping) for bot ios and android

https://github.com/alinz/react-native-share-extension
please check i have followed all steps but, i got crash issue in iOS and Android both
is there any other working module for that? it will be really helpful for me thanks

QR Code reader on Appcelerator/Titanium/Alloy?

I would like to create a qr code reader on my iphone/android app developed with alloy framework on appcelerator platform.
It seems that every modules that i've checked are deprecated or simply not working.. i'd like to know if there is something open source that is working on the newer sdk versions (>=5.5.1)
If anyone have an idea or a tips to help me..
Thanks in advance !
you'll find the good release for SDK 7 here :
https://github.com/appcelerator-modules/ti.barcode/releases
I use the following modules, currently work with 5.5.1
Android : com.acktie.mobile.android.qr - https://github.com/acktie/Acktie-Mobile-Android-QR-Reader
iOS : ti.barcode - https://github.com/appcelerator-archive/ti.barcode/releases/download/ios-1.9.1/ti.barcode-iphone-1.9.1.zip

Is there any native panorama SDK, especially for Titanium?

I am looking for a panorama SDK for native mobile app. but I haven't found any one. could someone give me a clue?
I am planning to use this SDK in Titanium project. so either native or Titanium SDK is OK.
thanks.
In mobile development, there's no need to implement another SDK for "panorama", just use WebView and then include the "panorama web url". That's it!
example: http://yun.kujiale.com/design/3FO4KBFUDDEK/show

File Upload in Android WebView

I was wondering, is there any way to simulate the File Upload using javascript interface provided by android webview?
Currently Android KitKat doesn't support file upload and i can not wait for next update.
Can anybody help me on this?
This similar stackoverflow question demonstrates that it can be done, and links to a Cordova plugin to achieve what you want. From looking at that plugin source code you should be able to see how to do it ;)

Xcode4.3.2 AVFoundation.framework not found?

Xcode4.3.2 AVFoundation.framework not found
I am missing the following Framework: /System/Frameworks/AVFoundation.framework. so cannot use the AVFoundation frameworks for the iPhone simulator or device. Is there a way to download just this foundation?
can anyone help me please
thanks in advance
You can see here
System/Library/Frameworks/AVFoundation.framework
Refer this link too
How add Framework to project on Xcode 4.3.2