Implementing a decode text effect
Hello, can anybody help me please to know how to implement this text effect? I have this code:...
View ArticleWhite-labelled apps
I'm interested in people's best practice for "white-label" apps, where you have an app that gets re-branded for different clients, possibly including different functionality, but definitely including...
View ArticleWebService Example Needed (It is Soap Service)
if anyone can test this webservice link which i have give then please let me know, how to implement this, as this webservice is working in android and ios but not in xamarin why, if anybody can provide...
View ArticleHow Detect SSID of wifi connection and wifi router ip address in Xamarin forms?
Please give any solution for Detect SSID of wifi connection and wifi router ip address in Xamarin forms.
View ArticleActivityIndicator Color on PullToRefresh in ListView
I'm using PullToRefresh in my ListView. When the ItemsSource of my ListView is empty the displayed ActivityIndicator on a PullToRefresh operation is black, when the ItemsSource has items in it the...
View ArticleHow to navigate to a new page
Hi, I have write a android app using Xamarin.Forms, and I want to navigate a new page, the following is my code: public class ListViewPage:ContentPage { public ListViewPage () { var listView = new...
View ArticleTabbedPage bug?
Is this a bug or I should use it in another way? public class MyQuestionsPage : ContentPage { public MyQuestionsPage() { Title = "My Questions"; Icon = "TabBar-Icon-MyQuestions"; } } public static Page...
View ArticleHow do I get taps on a view while it's animating?
Hi all. First of all, let me tell you I'm pretty new both with Xamarin and C#, so I may perfectly be asking something either trivial or that just can't be done. The thing is... I have a BoxView in a...
View Article[Guide] Create a Gradient Background without Images
Hey, today I accomplished the task to create Gradient Background without the use of an Image. The task was to make it possible for the user to change the Background of the Views on Runtime! First I...
View ArticleBinary not compatible with Ipad
I have developed an App in Xamain Forms and the iOS app is configured as a universal app . Upload the app to appstore me indicates that your binary is not compatible with Ipad. Any idea?
View ArticleDifferent Grid layout on orientation change
I need to load some images into a grid. Is there a way to show two images in a row when in portrait mode, and show 3 images in a row when in landscape?
View ArticleUnable to publish first app: No -tsa or -tsacert is provided and this jar is...
I have no clue what else I should do to publish an app. I receive the following error when creating a new keystore: _ System.Exception: No -tsa or -tsacert is provided and this jar is not timestamped....
View ArticleLoading images from web
I need to load about 50 images from some URLs into a grid. When the app downloads the images it would freeze until all the images are loaded. Is there a way to show the grid to the user, download the...
View ArticleListView.ItemAppearing works for a ViewCell but not triggered for a cell...
The ItemAppearing event for ListView is triggered for a ListView with ViewCell itemTemplate whose item template has not been rendered in iOS or Android but is not triggered when the ViewCell is...
View ArticleThe Current State of Xamarin Forms...Ready for the limelight?
I'm about to take on a large scale mobile application (ERP system) development project. My question is targeted at individuals who have developed Xamarin Forms applications as well as non-Forms Xamarin...
View ArticleMethod 'ProgressBar.set_IndeterminateTintList' not found.
I'm trying to upgrade a Xamarin Forms app to the latest 1.4.3.6376 and I'm getting the following error. I think it's happening on the ActivityIndicator but not certain. I've updated the Target Android...
View ArticleMessageBox with image?
Hi, Does anyone tried to popup a messagebox with image inside it? Is it possible? Thanks
View ArticleForms uses badge to share project errors
http://www.nuget.org/packages/Xam.Plugin.Badge/ Is there a successful operation of the project? I'd like to find some common packages. But badge seems to be the only one.
View ArticleHTTPClient returning nullreferenceobject from async GetRequest
I'm trying to access the php API on our server that basically outputs a json string as a result. The string is a list of json objects and I'm trying to deserialize them into a List of a class I have...
View Article