I am a newbie in xamarin.I want to create a iOS multilingual application in xamarin but not able to find in reference for the same.plz provide me with the way out.
Thanks in advance
Take a look here: Localization on Xamarin.iOS
You have to use the standard lproj to translate your application. Some of the fundamentals are covered here: http://developer.xamarin.com/guides/ios/application_fundamentals/working_with_resources/
Related
I have a Android application project but i don't know how to start. In how many ways can an adroid application could be develop?. What are the steps to be taken while developing the application? Is it possible to develop in Xamarin? And what are the steps are involved while implementing a project???
Sure you can develop android application with Xamarin but can you provide us more info about what specificly your skills are like do you know programming languages like c# etc or you are just a beginner and want to learn..
I am developing a multi-platform app with Xamarin Forms. I need to support Touch ID/fingerprint authentication for both the iOS and Android platforms. How can I do this? I am new to Xamarin.
I've developed a Plugin for this. It's available on NuGet, too. Feel free, to drop an issue, if you miss something, or found an error.
https://github.com/smstuebe/xamarin-fingerprint
In general: There are alot of Plugins that abstract platform specific behavior. Before you write something on your own, just google for "<feature> xamarin plugin". It will safe much time.
You will need to use a Dependency Service for platform-specific behavior. Look to the linked guide as a starting point.
Is it possible to disable builds for Windows Phone in Phonegap Build?
Let me know if it's possible, Thanks!
#Renesansz,
This item is poorly documented, but you need to add a line to your config.xml.
Here is your documentation:
The Basics
Here is a working example:
Phonegap--Generic-Boilerplate
The Blog on the boilerplate is here:
Three (3) Phonegap Build Boilerplates for For Android and iOS
You will want to read the bold points in this FAQ
Top Mistakes by Developers new to Cordova/Phonegap
Best of Luck,
Jesse
I have found a nice topic about porting WinJS Apps to Android ( and now can use WinJS ), but have not found any else information.
For example I want to use Windows.Storage.Pickers.FolderPicker(). As I have understand namespace Windows is missing. What should I use instead of?
Have no idea - could someone who knows Cordova well help? I'll write an article if I'll understand it)
The Windows namespace is not a part of WinJS but a part of WinRT. So you cannot use it on android cordova project.
We have developed an abstraction layer to provide the same functions to access to multiple operations like reading / writing files / access to photo library, recording sounds regardless on WinRT or Cordova context. (namespace : winjscontrib.datacontainer)
You can find in this project (https://github.com/gleborgne/winjscontrib)
Other explanations are here (but written in french :))
http://mcnextpost.com/2015/02/16/ecriturelecturemodification-de-fichiers-dans-un-projet-universel-app-et-cordova/
http://mcnextpost.com/2015/02/16/winjs-dans-une-application-cross-plateforme-cordova/
I'm developping Iphone application and I want to convert it to a universal one.
I found many tutorial that deals with this issue but they seems to be ancohérent to the new release of SDK and Xcode.
As many said I think that making a universal application is so easy.
Can you give me the necessery steps or a tutorial link? Thanks.
I think you will find necessary information and steps in this tutorial
http://iphonedevelopment.blogspot.com/2010/04/converting-iphone-apps-to-universal.html
and as a side note you should be aware of converting an existing app to universal app
http://useyourloaf.com/blog/2010/4/7/converting-to-a-universal-app-part-i.html