Is it possible to Create custom album in IOS 6 - uiimagepickercontroller

Can any one tell me.. I want to work with Camera Application now so I have to know Is it possible to create custom album in IOS 6. I know it is possible in IOS5 then I searched it for IOS6
I did not get any clear information..

Yes, it is possible. The method you want is the ALAssetsLibrary method addAssetsGroupAlbumWithName:resultBlock:failureBlock: which is detailed in the docs here: http://developer.apple.com/library/ios/#documentation/AssetsLibrary/Reference/ALAssetsLibrary_Class/Reference/Reference.html#//apple_ref/occ/cl/ALAssetsLibrary
It was introduced in iOS 5 and has not since been deprecated, so I'm not quite sure what the issue is if it's not working for you. You may have to update or repost the question if you are having trouble with it.

Related

Building a Custom Browser in JavaFx 8

I am interested in building a custom browser in javafx 8 using the WebView component as a personal project. One of the features I hope to include is the ability to play flash video / sound. I'm not sure where to start so I'm hoping someone here could give me a few pointers as to how I'd go about accomplishing this.
Also, if you're aware of any resources out there that might come in handy when it comes to adding additional functionality I'd appreciate it. I'm hoping to make this fairly full featured.
Thanks in advance!
I'd stop this project because WebView does not support flash videos.
https://docs.oracle.com/javase/8/javafx/media-tutorial/overview.htm
It looks like I found a component that meets my requirements. JxBrowser.
https://dzone.com/articles/htmlcssjavascript-gui-java-0
https://www.teamdev.com/jxbrowser

Xamarin Forms photo Pan/Scale/Crop plugin?

I'm making app with using XF pcl.
To make photo viewer/editor function, you should add Pan/Scale/Crop.
Is there good plugin that somebody already have done for it?
Of course I can make my own but
It's very common behavior so I'm curious.
Thanks.
You might want to try this, this library has a lot of different transformations.
https://github.com/luberda-molinet/FFImageLoading
https://www.nuget.org/packages/Xamarin.FFImageLoading.Forms/

Sample with Xamarin.Forms and Vuforia?

Where can I find a working example that uses the library "Vuforia" in Xamarin.Forms portable (Droid+iOS) for WinPhone I know that does not work?
Or working converted library for specific platform?
From what I understand. Xamarin is for Custom Touches and UI. So when it comes to Vuforia, the only feature it is going to use is the augmentation.
Hence, if you want to use Xamarin for it's functionalities, you can do so but it will not interfere with the Vuforia virtual touch buttons.
I hope this is what you asked for. Examples this specific aren't available online, I would think.

Where to report bug against Plone.org site

I found a bug on Plone.org portal (there is totally messed up creating new release for your product), I made a proper screenshot and wanted to submit it somewhere. However, I can't find information where it should be done - is https://dev.plone.org is correct place?
If not - where I should do this?
Yes, https://dev.plone.org/ is the correct location.
Use the Website component when filing a ticket.
There is also a mailing list.
https://lists.sourceforge.net/lists/listinfo/plone-website
It may help draw attention to your problem.

Air 3 for Mobile - StageText example?

Air 3 for mobile introduces a nice feature - StageText. I have seen a few videos showing what the end result looks like, but I cannot find how to actually implement it in code.
There is this page here, however, when trying to add the extra properties to the s:TextInput elements, I only get errors. Obviously, something is missing.
Anyone out there have any hints or working examples?
Thanks!
The new TextInput enhancements are part of the Flex 4.6 SDK which has not been released yet (as of 11/3/2011). If you want access to it right now, you need to sign up for the pre-release program.

Resources