5
votes
2answers
108 views
+50
Xamarin Android: Keep control with Alert Dialog until a button is clicked
We are using a static Alert Dialog to get confirmation from the user for certain actions. In our call to Show() we want to keep control until the user clicks a button so that we can return the button ...
0
votes
0answers
27 views
iPhone Programming--Changing Screen on Button Click
I am developing a simple iPhone application that has 3 layers of screens. The second layer has a problem connecting up to the third--you'll see code below, mostly pulled from a tutorial. The ...
0
votes
0answers
11 views
Exception thrown when using a custom version of UITextField
I'm trying to use a custom control which extends UITextField so that I can hide the selection caret when my text field is activated. The text field has a picker as its inputview, so I don't want the ...
1
vote
1answer
23 views
Bluetooth and playlists on iOS
I'm getting tired of navigating my playlists all the time. I have iOS development tools, so I'm wondering if I can solve this problem...
What I would like to do is have an app where I can associate a ...
0
votes
2answers
42 views
Customize Grouped UITableView
I'm varely new with iOS and I'm working on a simple application that requires a grouped UITableView. I managed to setup the UITableView programatically and now I'm down to the styling part. This is a ...
0
votes
1answer
41 views
sqlite-net fails to create database in MonoDroid application
I start Xamarin Studio 4.0.3 and create a new solution for MonoDroid application. I am targetting version 2.3 or higher. I include Sqlite.cs from the sqlite-net (latest from site) project. I make ...
1
vote
1answer
16 views
Does MonoTouch have CGRectGetMaxX and CGRectGetMaxY?
I need to place 2 UILabel's right next to each other... Where the first one end the other must start... In Xcode, Obj C I can use CGRectGetMaxX and CGRectGetMaxY... Does Monotouch have these functions ...
0
votes
1answer
18 views
The type `System.Xml.XmlElement' is defined in an assembly that is not referenced. Consider adding a reference to assembly System.Xml
I tried to import an external library to my project, but I'm receiving an error:
Error CS0012: The type System.Xml.XmlElement' is defined in an assembly that is not referenced. Consider adding a ...
0
votes
1answer
37 views
Mobile app backend that supports c#
This question might have been asked before but after searching I could not spot the answer I am looking for.
Basically I am using Xamarin to develop an app for iOS, Android but I will need to host a ...
0
votes
0answers
26 views
Expandable ListView with section header
I want to create an Expandable list view with section headers. I attempted two example methods of the the following example,
Merge Expandable Example by CommonsWare (http://bit.ly/gm6roZ)
Separating ...
0
votes
1answer
11 views
Monodroid ActionBar show menubutton on Galaxy
I need to show the menu button, in the ActionBar, even if it has a hardware key.
I found this in android:
try {
ViewConfiguration config = ViewConfiguration.get(this);
Field ...
1
vote
1answer
53 views
MVVM Cross support for Xamarin Studio on a Mac
I have been exploring the use of MVVM Cross on Xamarin Studio on a Mac. I've been going through the tutorials for N+1 days of MvvmCross on YouTube and I've run into a roadblock that hopefully someone ...
1
vote
1answer
49 views
Moving an ImageView located in a WindowManager doesn't work properly
I'm trying to draw an Icon over everything on the screen (TOP MOST) similar to the chathead of new Facebook messenger
I have create a service to work in the background and based on a specific ...
0
votes
2answers
46 views
Support Fragment Manager always return null in google maps android version 2
I'm using this code from xamarin studio sample for showing google maps android version 2 in my project:
_mapFragment = SupportFragmentManager.FindFragmentByTag("map") as SupportMapFragment;
...
0
votes
1answer
18 views
Multiline titles in TeeChart Legend?
Is it possible to have the title of a series span more than one line in the chart legend? I can't seem to find a way to get a reference to the UILabel, or whatever control is used to display the ...
7
votes
2answers
2k views
system.web functionality in Mono missing?
I need HttpUtility for encoding strings, but it seems it was supported, but no longer.
Actually, the whole System.Web is gone.
Is there an alternative? I need to Javascript Escape some strings.
1
vote
2answers
38 views
Quick image downloading
In my app I need to download several images, the images are 60kb tops.
The way I have been going about this is:
image.Image = UIImage.LoadFromData (NSData.FromUrl (new NSUrl("http://url")));
This ...
2
votes
2answers
911 views
Monodroid putting parcelable objects to bundle
So I've been struggling with putting some values into a bundle in my overrided OnSaveInstanceState. I need so save some class objects on activity restart, meaning they have to be parcelable, which ...
1
vote
1answer
25 views
Porting Windows Phone game with Xamarin
I currently have a very simple memory game for Windows Phone that I would like to port over to iOS, Android and possibly Win8 using Xamarin tools.
I would like to centralize my business logic in one ...
0
votes
1answer
14 views
Monotouch SIGSEV In simulator only
I'm pretty new to Monotouch, and running into an error that is baffling me. I made a binding to an objective-c library for a sliding-style view ( https://github.com/edgecase/ECSlidingViewController ), ...
0
votes
3answers
47 views
Deploying from xamarin android to samsung s3 jellybean 4.1
Hi guys I have some questions regarding deploying apps from Xamarin for Android. I have a samsung s3 with jellybean 4.1 in it and I want to deploy my app that I developed from Xamarin to my phone. But ...
0
votes
1answer
31 views
Android Scaling & Density Issues
Update: Some research has turned up that the Asus Transformer TF700T (high end) should have a pixel density of about 224, so the values of 159 android is reporting are either erronus, or have been ...
0
votes
1answer
46 views
Label in custom cell is null when populating UITableViewController
I'm using Xamarin.iOS to build an iOS app. I'm using a storyboard and have created a UITableViewController with a grouped table using custom cells. The cell contains a label to which I want to assign ...
0
votes
1answer
39 views
Is Xamarin.Social open source?
Xamarin.Social is available as a component, but I can't find its source and the license disallows decompiling it. I was hoping to fork it to use with my project.
Is there no publicly available ...
1
vote
1answer
19 views
MvvmCross: What is the best way to get the selected item from an MvxListView in android?
I'm using MvvmCross v3.06 and I've defined a MvxListView in android which is bound to a list. I can see the list but can't work out the best way to get hold of the item that is selected when I click ...
0
votes
1answer
27 views
Is it feasible to extend Xamarin.Auth or Xamarin.Social to support native iOS 6 login with fallback to Safari?
We have an app that uses Facebook SDK for logging in.
We support iOS 6 native login, with fallback to Facebook App and Safari.
We're adding Twitter support soon.
We also want to implement iOS 6 login ...
1
vote
2answers
32 views
Mono.Data.Sqlite.dll compatability with SQLite.Net
I built the core logic for my app using a console application in Visual Studio using SQLite.Net, I thought I was simply going to be able to switch out the using statement from
using ...
0
votes
1answer
22 views
Doesn't create save database
I`m using monodroid and work with database via sqlite-net library.
In one application transaction all data correctly putting and getting from database,
but when I deploy application next time my ...
0
votes
1answer
23 views
Error when declaring UITableView object
I'm using Xamarin.iOS 6.3 and I'm having a weird problem: when I declare (not even initialize) a UITableView object, I receive an error:
Type is not derived from System.Attribute. Parameter name: ...
0
votes
0answers
15 views
Null referance on dynamic viewPager when creating an eventhandler
I got this MonoDorid app that have some static viewpagers in a activity, when i tried to make the viewpagers dynamic, i got a null reference, on the onClickEvent. further details on my code can be ...
0
votes
1answer
45 views
Return JSON in Xamarin.iOS
I am trying to run a sample WebRequest to return JSON data. I keep on getting XML response. any idea why?
this.btnGetCoordinates.TouchUpInside += (sender, e) => {
var rxcui = ...
0
votes
0answers
26 views
GCM (PushSharp) is unreliable
I've been using PushSharp to implement GCM push notifications in my app. It usually works great, but sometimes, push notifications simply are not delivered. It seems that the server portion works as ...
0
votes
7answers
83 views
How to develop this design? [closed]
I'm varely with iOS and the only problem I'm facing is turning my designs into real screens.. I think that's the only hard part of iOS to be honest. I made this design and I would like to have some ...
0
votes
0answers
18 views
Custom GoogleMaps Marker monotouch
Hi I would use a custum Marker with GoogleMaps ios SDK in particular, I would always display the title, because when I click the marker change the CameraUpdate or if possible add a new UILabel
thank ...
0
votes
1answer
41 views
Dismiss modal and push a segue
I'm pretty new at iOS development and I'm stuck using storyboards. I've a modal view (ZoekCriteriaViewCOntroller) with a button on it. When the button is Pressed I would like to dismiss the view with ...
-1
votes
1answer
64 views
Testflight install bricks my iphone
Whenever I try to install my app over testflight my iPhone bricks and needs to be restored. Am I doing something drastically wrong?
To add to this, I created a blank storyboard app with one screen ...
0
votes
0answers
63 views
async / await in .NET 4.5 PCL targeting Mono for Android?
I'd like to make a Portable Class Library (PCL) version of a .NET 4.5 library capable of targeting Mono for Android. This library also makes heavy use of async / await.
I understand that the latest ...
0
votes
0answers
27 views
Phonegap/Cordova camera.getPicture behaves oddly when placed in subview
I am creating an app where I use Cordova Cleaver as a subview within an app. Depending on the state of the app, we may have a toolbar at the bottom of the view. When we hide the toolbar, we increase ...
1
vote
1answer
32 views
Resize TableCell on select/deselect
I'm new to iOS and MonoTouch, and I have a pretty basic need - I have two vastly different views to display in the same table cell depending on whether it is selected or not. When you load the app ...
1
vote
1answer
13 views
Topleft and bottom right points in android google maps version 2 monodroid
newly I switched to Google Maps version 2 for android in my monodroid project. in version 1 by using LatitudeSpan and center point of a the map view we can execute the topleft and bottomright point's ...
2
votes
4answers
76 views
App started to crash
After sending out my update to App Store, the app crashes when downloading it from the App store, however debugging via Xamarin Studio works just fine.
But now when trying to release/debug on my ...
1
vote
0answers
138 views
Monodroid WebView Loading SSL page
I have tried loading a WebView with a SSL page, and I am getting an error. Code and error below. I have set my permissions to allow Internet access.
I think this is a Mono-only issue. When I try my ...
0
votes
2answers
67 views
Poor performance when using MonoTouch's HttpWebRequest
I'm downloading some small images (about 40 KB each) in my MonoTouch app. The images are downloaded in parallel - the main thread creates the requests and executes them asynchronously.
I use ...
0
votes
0answers
36 views
How can I resolve “No resource identifier found” for attributes in my Android project?
I'm trying to implement a simple GridLayout in Xamarin Studio, as outlined in this example:
...
1
vote
1answer
41 views
Xamarin Studio iOS assembly error
After I updated my Xamarin Studio (iOS) it gives me this error when trying to build/debug.
I ain't got no clue how to fix this, would appreciate some help
Error:
The type 'MonoTouch.UIKit.UIView' ...
3
votes
1answer
4k views
App crashing after returning from background on iOS6
I have an app that has been running fine on iOS 5, but after some testing on iOS 6, it runs fine except for when returning to the app after it has been running. Once it returns from the background it ...
0
votes
0answers
20 views
HTTP caching in RestSharp (monotouch)
RestSharp (monotouch) seems to disregard the Cache-Control headers replied by the server (for GET calls). Is that the general case, that RestSharp doesn't perform proper HTTP caching? Or have I missed ...
0
votes
1answer
67 views
Invoke PublishProgress() from a callback yet invoked from AsyncTask
After 3 years of reading it's my 1st post here. There never was a need to write one. It's a very good site here.
I got the idea to extend the native AsyncTask class to support callbacks invoked ...
0
votes
0answers
46 views
Imageview doesn't load the image programatically
I have a layout with a ImageView component
I want to load a image programatically
I tried to load a image from a file and from a drawable resource, in the OnCreate() event and when a button is ...
0
votes
0answers
20 views
Delay between calling NotifyDataSetChanged and seeing the change happen
I have the following code in the constructor of my BaseAdapter<T> that tells the list to update when the FinishedSearch Action is fired.
public SearchListAdapter (Activity oContext)
: base ...




