Click here to Skip to main content
15,890,609 members
Everything / Mobile Apps

Mobile Apps

Mobile

Great Reads

by Colin Eberhardt
This article describes the development of a cross-platform HTML5 application for Windows Phone and iPhone.
by Miguel Diaz Kusztrich
Be notified in your mobile phone of intruders in your home, and take photos of them
by Oz Solomon
Window and File Management add-in for Visual C++
by ridoy
A brief explanation of application development for Android Wear, helpful for every beginner and intermediate android developer.

Latest Articles

by adriancs
Convert Website into Android Web App with WebView
by Serhii Krotkykh
On easy example shown how to implement UIKit and SwiftUI TableView auto resizable cells and explained difference between Nib and Xib, how to load nib file and what exactly owner parameter of the load nib file method.
by Dearich
First part of the ultimate guide on how to add a Live Activity feature to your project
by Roman Kiss
Design and implementation of small tool, tester for Azure IoT Central

All Articles

Sort by Updated

Mobile Apps 

9 Dec 2002 by #realJSOP
One technique for performing a binary insertion sort on a std::list
22 Dec 2003 by #realJSOP
Add a scrollbar to a property page when the SIP is displayed.
17 Jan 2010 by #realJSOP
Don't use MS Shell Dlg for your font. Select a specific font (and I recommend selecting one that comes with a standard Windows install). I use Arial (I like it better than MS San Serif).EDIT =============I don't understand why this was voted a 3. You may not LIKE the answer, but it's...
7 Apr 2010 by #realJSOP
Wow. Google has the answer. Imagine that. I found this on another web site:-----------------I think you want the Phone API:http://msdn.microsoft.com/en-us/library/bb416387.aspx[^]Specifically, there are calls to PhoneOpenCallLog, PhoneSeekCallLog, etc.
21 May 2010 by #realJSOP
Have you established that the device even has .Net on it?Oh yeah - smply saying "it didn't work" is completely useless when you're trying to get help from someone.
21 May 2010 by #realJSOP
No tools are available that I'm aware of. If you write the code with the test in mind, it shouldn't be hard to put a switch in your app that you can use to toggle which comms code it uses, etc, etc.
10 Jun 2010 by #realJSOP
saivijayalaksh...
15 Jul 2010 by #realJSOP
No, they can't. You have to use one of the apple-approved languages.
2 Sep 2010 by #realJSOP
Yes, but only if the phone's OS supports it.
8 Oct 2010 by #realJSOP
Flash, HTML5, Silverlight.Links for these things are everywhere.Grasshopper, you may leave the temple when you can snatch the ability to use google from thin air.
20 Mar 2011 by #realJSOP
I think the best way is to store the browse history in your own list, and then you can just go to the URL at the desired list location. I suppose you could call it a breadcrumb list.
24 Mar 2011 by #realJSOP
http://ra-ajax.org/developing-apps-in-c-for-the-iphone-and-ipad[^]
28 Mar 2011 by #realJSOP
Go here:http://51degrees.codeplex.com/[^]It's a library that you add to your website so it can automativally detect what jkind of device is connecting, and then redirecting to the url of your choice. At that point, you can write a mobile version of your site.You can find "best...
29 Mar 2011 by #realJSOP
Yes. A web site is a web site. You can use any version of Visual Studio from 2003 on up. These are not "applications" per se, because the devices don't have to download and run an executable. If you want to write actual apps for those devices, go to apple.com and look around. This link might...
5 Apr 2011 by #realJSOP
This is the first of 132,000 results returned when you google "android alarmmanager":http://developer.android.com/reference/android/app/AlarmManager.html[^]And you spelled your user ID incorrectly - it's "Bourne", not "Borne" (unless of course, your last name really is "Borne").
6 Apr 2011 by #realJSOP
No. Android is Linux, not Windows. What you want are .SO files (the Linux equivalent of a Windows DLL file).
18 Apr 2011 by #realJSOP
I think the closest you can get to a cross-platform code base is using MonoTouch which allows you to use .Net as your framework. The only problem with MonoTouch is that Mono (the basis for MonoTouch) is at an unknown level of compatibility for various versions of .Net.
18 Apr 2011 by #realJSOP
The best I can do is refer you to this google search phraseandorid speech recognition[^]
24 Jun 2011 by #realJSOP
Wow. Really? Have you learned how to breathe on your own yet? Can you look in a mirror and say "Hey! That's me!"? (You have to be self-aware before you can - well - do anything else...Just click the hyperlink at the top of the article content.
2 Dec 2011 by #realJSOP
I believe you need the Standard or Pro version of VS2008. The Express version dosn't have the mobile stuff in it.
18 Mar 2014 by . _Puneet Sharma
Dear Friends,How To Call WCF Service in Android app for Data exchange?Kindly Provide me step by step solution
20 Mar 2014 by . _Puneet Sharma
Following is Complete Code service is live alsoon 223.30.26.198/MyWcfServiceusing System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.ServiceModel.Web;using System.Text;namespace...
28 Mar 2014 by . _Puneet Sharma
How to Start new Activity in android (in AsyncTask) on Post execute use if and else statement ?
10 Apr 2014 by . _Puneet Sharma
Dear Friends, I want to integrate Google map with my app. I have google api key , i have done all permission in manifest and in layout using fragment to call google map but when i debug my code then its returning google map null can give me solution .........
23 Jun 2012 by 07405
Hi..Is it possible to convert visual studio 2010 project to android. If possible let me know details about how to convert.Thanks in advance....
19 Jan 2014 by 09hadi
I just downloaded Eclipse Keplar, followed by the Android SDK and the ADT. When going to make an android project it shows a cross against package name and theme. Also the next button is disabled. What to do?
8 Jul 2002 by 0xdeadbeef
Advanced critical section which features TryLock and timeouts
19 Oct 2023 by 10. Gunawan.Widya.Nugraha XI RPL 2
I'm facing a problem in my Flutter project where I'm trying to generate the $initGetIt function using Injectable, but it's not being generated as expected. Here are the details of the issue: I've checked my pubspec.yaml, and the dependencies...
31 Jul 2011 by 123arvind123
Hello Guys, Well I am converting a web application which is made using html, javascript, css and ajax.Now I also want to open this apps on the android tablet but I do not want to change the coding techniques because this apps will going to open on the browser of the...
2 Aug 2011 by 123arvind123
Hello Guys, Well from last couple of weeks I am developing an application using html, javascript on android emulator3.0which I am running on my desktop.To run my programs I use webkit browser which I think default one for the android emulator and it is showing many problems to...
19 Aug 2011 by 123arvind123
Well I am developing a lookup using window.open object for the web apps which runs on the webkit browser of android tablet.Now the problem is the object is not displaying to its given height & width on the tablet while it is displaying good on the windows desktop.Following is my...
30 Sep 2014 by 1650
Please, how do I view the mobile version of this site? I was reading on my tablet and all of a sudden, the site switched to desktop version and have not found how to get it back yet. Please help me find a button or link to switch it back to mobile version. Thanks --jm
3 Feb 2012 by 2irfanshaikh
Check the links given belowhttp://msdn.microsoft.com/en-us/library/sa69he4t.aspx[^]http://forums.asp.net/t/1557273.aspx/1[^]
18 Apr 2011 by 3bou Habeeb
Hi,I want to know how I can recognize a person by his voice in order to log this person in to phone on androiod mobile?Can any one help me to find out how to match audio/voice on mobile or using a framework om mobile plz????
12 Sep 2012 by 3PillarLabs
This article help users to integrate Facebook, Twitter, Linkedin, MySpace functionality easily in Android apps.
21 Nov 2013 by 3PillarLabs
Get photo albums from Facebook and Twitter in Android.
29 Nov 2012 by 404337943@qq.com
兄弟 这个有点难度 坑爹啊你不懂得 以后可以交个朋友吗
9 Nov 2010 by 5seconds from impact
i would like to know if there is a template for app making out in the market place.os systems would be android or for the iphone.please help i've got to get it out quickly before some one else does
5 Mar 2015 by 65Goat
This contest submission is for a home monitoring solution that reads temperature, humidity and states from various sensors around a home. The data is stored in Azure and can be accessed via mobile devices.
29 Jan 2011 by 69Icaro
Analyzing the Snake game, we'll study an application for the new Windows Phone 7 platform, focusing on localization, Inversion of Control, navigation, transition effects, triggers, Isolated Storage, audio and we'll also use Blend to create a rounded glowing button, and other things...
23 Feb 2014 by 7045Jeegnesh
we used extjs grid in our application, it's working fine in all the Internet Browser,Ipad ,Iphone ,Android phones yet..but now with jellybean 4.4.2, we face a problem in all android i-pad that is Extjs Grid is not loading value on first time load, we always need to refresh it.why this is...