Everybody.
Now I am building a simple titanium project using appcelerator studio.
I am a beginner in this scope(titanium).
So I have some problems.
First I can't use "Alloy.createcontroller()".
Anyway I can see the message after running my project in iOS simulator (iOS 9.1).
Please let me know the reason why.
Help me!
Regards.
This error should only occur if you are missing this controller in app/controllers/container (case sensitive)
Related
Android emulator has not been working properly for the past 1 month. Can someone please suggest what might be the issue. It works for some time and again becomes as shown above. Even sometimes gets stuck.
I believe thats not a problem of react native here, try reporting this to google team.
ALso you can check by. creating a kotlin starter project, which will be available by clicking new android project in andorid studio and try checking there if the problem persist, if its still there, report the isseu with google team.
I have seen that titanium support CoverFlowView in titanium but it works only on ios, Can anyone have idea to achieve CoverFlow in android with titanium
Thanks in advance
Looks like you are in luck! Someone already built a coverflow module for Android using the Android development environment.
https://github.com/moondroid/CoverFlow
You need to be willing to write the additional code for that to turn it into a module for Titanium.
http://docs.appcelerator.com/titanium/3.0/#!/guide/Android_Module_Development_Guide
It should be possible, but I must admit I've never tried to write one myself.
Basically you cannot get Coverflow on Android. Since it is a native iOs component which is not implemented in Android at all. Frameworks like Titanium always "link" your commands to internal system APIs. When there is no API there is no way to access it. Of course you could try to build it on your own but I think this would not work that well. And its a lot of work!
Additionally cover flow is not really useful (except for holding just a few items). Have a look at my question at ux.stackexchange.
I'm testing a Titanium App on an Android emulator.
I use dip units, so i need to know the Ti.Platform.displayCaps.logicalDensityFactor to get the propers numbers.
But when I try to read:
Ti.Platform.displayCaps.logicalDensityFactor
Ti.Platform.displayCaps.xdpi
Ti.Platform.displayCaps.ydpi
I get undefined everytime!
Someone knows why this happen to me? is the emulator or what?
Thank you
Found the solution!
The string is Case Sensitive and Titanium don't generate any error if you write it wrong.
Another problem is that Titanium suggest me
Ti.Platform.DisplayCaps
and not with a lower "D"
Ti.Platform.displayCaps
So if you get this error, make sure that you had write correctly the string!
Does anyone have a clear idea about or a sample of air native extension that helps me use alert view of apple touch devices.
I tried a lot for the same but ended up getting no success.
Thanks in advance.
I am not tried this library anyhow please try with NativeAlert.
(OR)
This for alternative for access native UI.
You can try with ios-theme-for-flex-mobile-projects link.
This link shows like iOS Alert view.
Please find mobiletheme_ios_usage.fxp link you can download that project then workout.You can see iOS alert view(Not Native UI).
What is it im supposed to set in the plist so that it shows that it does not work on the ipad on itunes?
its somthing to do with this http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedFeatures/AdvancedFeatures.html but I dont see anything that seems appropriate?
Im still kind of noobish so I'd appreciate a really simple answer or as simple as possible.
Thanks for your time
In Project Settings -> Build tab, Deployment category, Targeted Device Family.