Is blank app (Xamarin portable) actually a combination [closed] - xamarin

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
of :
- an Android class library
- an iOS class library
- and an pcl.
?
Can i create an fully functionnal app with these three projects in a solution instead of simply create a blank app ?
It's just for my education.

A blank Xamarin app template (Portable) consists of a shared PCL and a platform app (not a library) for each selected platform. You're correct that there is nothing in the template that you couldn't create by hand.

Related

Run UWP on Android or iOS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to add finished UWP app to Xamarin Forms. When i do that, can i run this finished UWP app on Android or iOS ? It will be best if you answer "Yes" or "No". Have a nice day.
No, of course not. UWP apps run on Windows, not Android/iOS.

Phonegap or Xamarin: Which is better for cross platform? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
While most articles and posts I have been through discuss about Native vs Xamarin or Native vs Hybrid(Phonegap) I searched around and very few with Xamarin and Phonegap.
Me and a group of my friends are developing a photo-sharing app of sorts and we want it to be cross platform. But we're stuck with the dilemma of going with Phonegap or Xamarin.
While price-wise both are free(except for iOS development) and we're familiar with the languages and technologies used by both, we're at a stalemate arguing on points such as;
Developer support
API availability
Ability to debug and update easily.
Whichever platform which delivers the best of all of this is what we hope to go with.

ToolBox missing for Xamarin Android Project [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am using Xamarin in VS 2015. I am not able to see the design view of the axml file. The controls in the toolbox are missing too.
Are there any settings I need to look at? I have tried to do a reset all settings from the Tools - Import And Export Settings option.
How do I get the toolbox to work?

Should I choose MvvmLight or MvvmCross on a new project of simple to medium complexity? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I am trying to find the main difference between MVVMlight and MVVMCrossthose frameworks. I am planning to develop for Android and Windows Phone. I will use the Xamarin framework. (and Xamarin.Forms)
The project should be a vehicle tracking application that talks to Azure-run server. The app itself will be (as usual in the beginning of a project) very simple (start, stop, keep recorded locations).
Why should I use one over the other?
Other details: VS2012
Completely up to you. People have gotten MvvmCross working with Forms here but still early days. Do you need any of the nice plugins of MvvmCross? Will there be screens that you'll need to manage per platform because they are too complicated for Forms? I don't think there is a right or wrong answer here....

ibeams ipad application in itunes [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
http://itunes.apple.com/us/app/ibeams/id398882202?mt=8
It is a free iPad application in iTunes. Do you know which framework is used in this application.
iOS has a lot of different frameworks, and in order to successfully finish app you need to use at least Foundation and UIKit frameworks. That app uses some custom graphics component, so it can use CoreGraphic, Quartz framework or author of this app had wrote his own library for drawing and used it.

Resources