portable-class-library Questions

1

A program I am working on has a logging function appropriately named "Error," to notify of errors without crashing the program, however, I would like to include a stack trace so these non-fatal err...
Numeration asked 27/12, 2014 at 9:5

20

Solved

I'm preparing a brand new ASP.NET MVC 5.1 solution. I'm adding in a bunch of NuGet packages and setting it up with Zurb Foundation, etc. As part of that, I've added a reference to an in-house NuGet...
Rusk asked 2/4, 2014 at 20:32

6

Solved

Using Windows.Web.Http.HttpClient how can I download an image? I would like use this HttpClient because it is available to use in portable class libraries.

2

Solved

I am trying to display ActivityIndicator After I press a button while I am trying to update The Column Field On DataBase, it is not appearing? What is the problem? On the following My Code: Acti...
Konstantine asked 15/3, 2016 at 10:3

3

What's the current preferred method for setting up NuGet to have a common package directory across all solutions in a project? Also is there a way I can include PCL packages in a common folder acro...

5

Solved

I tried several solutions including: <item name="android:actionBarSize">0dp</item> or var activity = (Activity)Forms.Context; this.Window.AddFlags(WindowManagerFlags.Fullscreen); ...

8

Solved

I know the question has been asked before but none of the suggested resolutions are working for me so I'm going to ask it again and hopefully get new suggestions. Some of the articles I've read: V...
Irrigate asked 13/5, 2016 at 11:25

2

Solved

I want to run asynchronous uploads with a progress bar in WPF (and preferably use PCL for code reuse in Xamarin and SL too.) I've been trying to use System.Net.HttpClient. Unfortunately, PutAsync ...
Rubierubiginous asked 15/1, 2014 at 6:17

2

Hi I am building an cross platform app using Xamarin forms PCL. In that app I need to add letter spacing to label text. I need space between label text characters. Is there any way to achieve this...
Disrespectable asked 3/1, 2017 at 15:38

8

I am developing an app using Xamarin Forms PCL. I need a StackLayout with rounded corners. I have tried frame as well for rounded corner container but there is no corner radius property available f...
Putscher asked 16/12, 2016 at 14:35

3

Solved

This is where the problem is - red lines under "String". I´m developing a xamarin forms application, and i'm using the PCL Storage plugin.. I think this is whats causing the problem somehow, and i...
Hanzelin asked 2/12, 2015 at 12:24

3

So I noticed that an App I made will look messed up if the Font size in the users phone is changed to above medium, I googled a bit found many unanswered or answered but not to the point of the sam...
Mailemailed asked 8/4, 2017 at 6:3

2

Solved

I have just started to create an ASP.NET Core Web API Project. I am not much aware of "ASP.NET Core .NET Standard Library". I am creating this application using Visual Studio 2017 RC and in the a...

2

I would like to add the SharpZipLib.Portable library to my Xamarin.Forms PCL project. I am targeting Android and iOS. The documentation mentions that you must implement a VirtualFileSystem in order...
Battleship asked 6/7, 2015 at 14:28

5

Solved

I have a PCL which stores my MVVM pages in XAML. I have the following in the XAML file, but I'd like to disable the autocomplete feature on the keyboard. Does anyone know how I can do this in the X...
Ortego asked 17/11, 2014 at 5:54

3

Solved

So I have a PCL project but would like to now update it to support .Net Standard I have read on the Microsoft website steps to do this: Right-click on the project file and select Properties. ...
Elwin asked 19/10, 2017 at 8:37

1

First time using SQLite, opted for SQLite.net-pcl, I have a PCL library, that I consume from my UWP app, my PCL library has the DBContext class : public NewspaperDataContext(ISQLitePlatform sqLit...
Presidency asked 27/2, 2016 at 11:18

4

Solved

I have 2 projects, a Portable class library and a regular unit test project. In the Portable class library, I use NuGet to reference the Microsoft.BCL Portability pack, which comes with 2 assemblie...
Sadism asked 8/7, 2013 at 12:16

3

Solved

I have a StackLayout with a ListView and I have an add-button that I want to display right under the ListView. But the ListView displays many rows which are not used. Just empty rows, this is forci...
Aether asked 12/6, 2017 at 13:54

4

Solved

I would like to store an API key in a configuration file without checking it into source control, and read the data in my UWP app. A common solution is to store the key in .config file (such as ap...
Globoid asked 15/1, 2016 at 2:54

5

Solved

I'm developing a Xamarin Forms mobile app, which has a page containing a SearchBar, a ListView, and Map control. The list view contains a list of addresses, which are reflected as pins on the map. ...

4

Hi I am trying to build an application in xamarin forms using PCL. I am trying to logout user from my app if the app is idle more than 10minute or more. I tried it by events that are called on the ...
Griffey asked 4/1, 2017 at 14:53

3

Solved

I tried this: iPhone MonoTouch - Get Version of Bundle NSBundle.MainBundle.ObjectForInfoDictionary("CFBundleVersion").ToString(); But this didn't work. As NSBundle can't be found. How can I get...

1

I am developing a cross-platform app in c# using Xamarin Forms. I am new to xamarin. I have created a Portable Cross-Platform App. In which I am trying to open local html pages in webview. For Call...
Tella asked 24/11, 2016 at 11:34

2

Solved

I use SQLite from windows app and now I am developing in Xamarin a portable app so I am using the plugin sqlite net pcl and I am having great trouble to understand how it works. I have a table tha...
Baird asked 9/6, 2015 at 20:25

© 2022 - 2024 — McMap. All rights reserved.