In my mobile app, I want to load all images from an arraylist of links. For each link I create a thread and make httpwebrequest. The problem is that my app run not smooth. It seems to get a delay ever
In my project, tree is a list of customers displayed in an ListView control, When user double clicks (or taps) on an item I should show the details of that customer,
Question here is where to find best practices for designing my program and have in mind if user makes a soft or hard reset on the mobile device?! What happens to my program? How i can开发者_StackOverf
In SQL Compact Edition 3.5 , note that it is the Compact Edition I am talking about- Is there a way to limit the amount of rows to only 2? Something like using LIMIT or TOP. I really don\'t want to us
I\'m developing a Windows M开发者_如何学运维obile 5.0 or above with .Net Compact Framework 2.0 SP2 and C#.
Simply I am asked to write an application for a smart device (smart cell phone), which will get the GPS coordinates from the device itself.
Is there a way to allow a user to draw with their stylus (a signature in my case) in a Windows Form? Something like InkCanvas in WPF.
Quick question regarding the Compact Framework DataGrid. How can I scroll a particul开发者_如何转开发ar row into view? We have an application that displays scans in a datagrid. If the user scans a ne
I\'m working with Linq expression trees (from the db4o/Mainsoft/Mono port) on the Compact Framework. Since System.Reflection.Emit doesn\'t exist, I can\'t compile my LambdaExpressions into delegates,
I\'m using the MSTest system for unit testing my compact framework (3.5) application and DLLs. When I test some DLLs it just 开发者_StackOverflowruns but for some it loads the emulator first. Can anyo