Click here to Skip to main content
15,880,469 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 Score

Mobile Apps 

15 Jul 2017 by dsuryd
SignalR is great for building real-time web functionality. MVVM is great for developing your front-end. What if they can be used together? This tip will show how to do just that, using as example a simple project to do live chart on a web browser.
12 Sep 2012 by 3PillarLabs
This article help users to integrate Facebook, Twitter, Linkedin, MySpace functionality easily in Android apps.
31 Mar 2013 by Melih Mucuk
Creating a WCF Service with JSON data for use on iOS
16 May 2014 by B. Clay Shannon
Step-by-step instructions for adding an Async Task to an Android Activity
17 Jun 2013 by josh-jw
This article will give you a good idea about adding external jar files in Android Studio.
18 Apr 2014 by Garvit Arya
It is a personalized web Browser that can open a certain website directly.
15 Jul 2017 by dsuryd
Application of "MVVM over SignalR" library described in a previous CodeProject tip, combined with Dynamic LINQ library to do incremental web search by typing the query
22 May 2016 by pgmr_64804
Tree View in Swift for iOS that is easy to implement and use
9 Jul 2012 by Christian Amado
In this tutorial, we will discuss on ProgressBar & Background worker. Follow the step-by-step tutorial to know how to use these clases.
3 Nov 2013 by Kyle A.B.
Learn how to play Audio in an Android app from an HTML5 page in the Apps Assets folder.
23 Dec 2014 by joseacl79
Create a Google maps app and add markers on it
2 Apr 2014 by Houssem_Dellai
We'll see how SystemTray properties can help you design nifty apps
21 May 2014 by B. Clay Shannon
A potentially-exhausting-but-not-exhaustive list of shortcut key combinations to use in Android Studio
16 Sep 2015 by mudasser ajaz
How to debug ionic Android application in development phase
12 Dec 2013 by Cloud Hsu
How to remind review in iPhone App
15 Feb 2014 by Yildirim Kocdag
This article helps you to reject and accept an incoming call for your Android device with functions.
4 Apr 2014 by B. Clay Shannon
Call a RESTful method from Android without breaking, or in any wise damaging, a sweat
19 May 2014 by B. Clay Shannon
How to create an Android Activity and its associated Layout file, then invoke (intent) them from another Activity
10 Oct 2014 by Pavel Durov
This tip will show how to use a batch file for adb commands.
19 Jan 2015 by Lai Taiyu
To establish a different picture of the Android camera by image processing (Gray and Comic)
5 Dec 2015 by Vince Chan
How to display activity indicator with overlay
24 Mar 2010 by mdanh2002
On Windows Mobile, The Call Log API provides read-only access to the device call history via its PhoneOpenCallLog and PhoneGetCallLogEntry function. The .NET Compact Framework does not provide methods to access these APIs but OpenNetCF has a nice wrapper via its OpenNETCF.Phone...
2 Dec 2010 by LloydA111
Very useful :) Perhaps a slight improvement would be for it to take the retrieved value (in this case 97) and take it away from 100?
16 Nov 2011 by Ilya Builuk
Open source project of guitar tablature viewer for Windows Phone
25 Dec 2011 by tojine
As MediaPlayer of Android has no API to know the buffering time, I just only access the speed of network via reading the linux proc file(/proc/net/dev) to enable the UI displaying the download speed
23 Dec 2012 by Sukhpal Singh JNU Jaipur
This is a tutorial about KeyboardHandler library in iPhone
4 Sep 2013 by Satyam A.
Here we see how Android Activity LifeCycle works.
7 Apr 2014 by B. Clay Shannon
Step-by-step instructions on how to view SQLite data from Android Studio and SQLite Data Browser
13 Nov 2014 by A.Ebrahimi
Tools introduction for Android developers who use SQlite in coding
20 Apr 2015 by jit_knit
Using Hardware Keys on Android for Security Apps
26 Sep 2015 by Piyush Manharlal
Using integer instead of Enum for ComboBox and Radio Button in XAML
15 Nov 2015 by David Lashkhi
Working with UIPopoverPresentationController
11 Dec 2015 by Swagat Parida
WebView JS Bridge - Android
5 Sep 2017 by dimpant
Learn how to properly use the NotifyDataSetChanged method of the ListViewAdapter to remove items from a ListView
28 Dec 2017 by Rubin Liu
A quick look around the different styles in the Ring programming language!
13 Mar 2018 by Slim Hammami
This is a tutorial which contains the finger print authentication using Xamarin Forms
28 Dec 2017 by infal
How to establish a connection to server running in Android emulator
20 Mar 2011 by mbcrump
This article will show you a tip/trick to help your ad display properly.
24 Nov 2011 by Jaydeep Jadav
It is important to understand that the equals( ) method and the == operator perform two different operations.
21 Dec 2011 by danlobo
There is my version, no use of int arrays. While the while instruction is a good approach in many cases, in this specific one, it is not necessary, since the bigger number will be 18 (9 * 2):private Boolean ValidateIMEI(string IMEI){ if (IMEI.Length != 15) return false; var sum...
30 Jul 2013 by User 4838655
Walltoday is an app for setting a wallpaper for each day.
30 Aug 2013 by huyletran
Android webview browser controller
13 Sep 2013 by Ahmed Alaa El-Din
I customized StickyGridHeaders to work on any data and group by any data.
12 Feb 2014 by Sukhpal Singh JNU Jaipur
JSON parser classes creator tool for Android
13 Jun 2014 by Right Handed Monkey
This is a tutorial for accessing sqlite databases in Android in a thread safe manner. If you download the library code, please bookmark, comment on, or rate the article - it helps out tremendously.
12 Aug 2014 by ShubhamSaxena
Track your location, mark it on a map using pushpin
10 Apr 2015 by ShareIdeas
This Android project can get cards number leveraging the principle of digital image.
19 Sep 2015 by lschauer
Build and run a real smart watch app without even downloading an SDK
18 Feb 2017 by Nesreen Maged
Use native script with Angular2 and typescript to build a native Android mobile app that is integrated with Google firebase notification FCM
6 Mar 2018 by Silvia Campo
I've been using web sockets the same way as a regular http request; I wasn't using them to their full potential...
13 Aug 2010 by Ohmu
A step-by-step Guide to getting a pure code application template.
12 Oct 2010 by Sarath C
GetSystemInfo provides the basic system information and processor architecture of the underlying platform. This API can be used successfully in both x64 and x86 platform. But, under 64-bit WIndows, we can run 32 bit Applications( WOW64). If a WOW64 process call GetSystemInfo API, it will return the
23 Nov 2011 by Jaydeep Jadav
This article will show you how to create simple gradient line separators to spice up the layout a little bit.
25 Apr 2013 by Igor Krupitsky
Example of how to use JavaScript to drag, drop, and rotate elements for Safari in iPad.
19 Sep 2012 by krasnoff
In this article, we will learn to write code which responds to various phone events such as: phone ring, start conversation, start outgoing calls, etc.
14 Jan 2013 by Mihail Mateev
In this article you will learn about how to use PhoneGap with the new cutting edge Microsoft platform – Windows 8
13 Jun 2013 by Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter
27 Aug 2013 by huyletran
Create a new bitmap by combining many bitmaps.
7 Sep 2013 by huyletran
Make a vertical listview with scroll looping
2 Nov 2013 by Elagizy
Most of the mobile browsers don't support audio autoplay to save mobile bandwidth on behalf of the user!
24 Feb 2014 by cigwork
I wanted to show a "no data" legend when there's nothing to show for an asynchronously loaded list and a busy indicator whilst items are being sought/loaded.
4 Mar 2014 by Melih Mucuk
Configuring and using CocoaPods on iOS projects.
16 May 2014 by B. Clay Shannon
How to quickly and easily change a Layout's header text
7 Dec 2014 by martin.nedopil
Logical card Android game
8 Apr 2015 by Yesy
Demonstrate how to use the Android drawingstate
21 Apr 2015 by Bogdan Bujdea
Access Violation Crash on Windows Phone Devices
2 Dec 2015 by Anele 'Mashy' Mbanga
Explore your Genymotion Device folders
14 Feb 2016 by SubhamoyBurman
Understand the basics of how iOS applications are constructed and how Xamarin helps you to do so in C#
23 Jun 2018 by Biswal Tanmaya
Use of Realm object in Realm event handler
1 Dec 2017 by Silvia Campo
This post contains steps on how to set up an Android application widget in an hybrid mobile application using Apache Cordova and the plugin ACE from Microsoft.
27 Sep 2010 by Frozen Rain
There is a simple way to consume WCF from clients which do not support Microsoft's SOAP implementation. It is achieved by using REST to accept data and convert REST calls to SOAP calls with the PHP Framework.
23 Nov 2011 by Jaydeep Jadav
The following trick tell you How to get the versionCode and versionName of your android app using code
12 Jan 2012 by All Time Programming
Get actual screen size for the application layout dynamically
24 Apr 2012 by QArea Team
Application Bar is a pop-up panel at the bottom of the application window, which can contain from one to four buttons, which allow you to perform some action.
4 Sep 2012 by omryl
Use libphonenumber in iphone apps in an efficient and clean way
26 Nov 2012 by Azim Zahir
This article demonstrates running Android applications on emulator.
23 Dec 2012 by JIANGWilliam
Specify the displayed position before launching a ListActivity
20 Feb 2013 by Khushboo Kaur
This article would help you develop the Index Bar for Android across all screen resolutions.
3 Mar 2013 by Marius Iulian Mihailescu
The article describes the use of InetAddress class with short and easy-to-understand examples. I have tried to focus on practical examples showing how we can obtain information about a host. The examples provided in this article are provided from the academic point of view.
28 Mar 2013 by IPI Paul
Use iPhone to install Windows software.
22 Mar 2013 by Dheeraj Singh Bhadoria
This Artical shows that how we can change the color of any image throw Bitmap
1 Apr 2013 by Melih Mucuk
Checking location services are enabled or disabled on android phone.
13 Jun 2013 by Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter.
12 Jun 2013 by Sahil Mehta
Logout from Facebook.
2 Aug 2013 by Mem Dixy
A review of the book Xcode 4 Cookbook.
29 Nov 2013 by Siddharth Chandra
Firefox OS browser simulator using HTML5/JavaScript/CSS3
13 May 2014 by Saad_Mahmood
Parsing XML File in WindowsPhone in NO TIME Using BLEND for VS 2013
19 May 2014 by B. Clay Shannon
Simple steps needed to globally change a widget property
21 May 2014 by B. Clay Shannon
In which the user is shown how to enclose multiple widgets in a rectangle
30 May 2014 by B. Clay Shannon
Add borders to Android widgets, such as EditTexts, to "set them off/apart"
4 Jun 2014 by B. Clay Shannon
Wherein the steps to add menu items, and respond to them being selected, is delineated
9 Jun 2014 by B. Clay Shannon
A handful of easy steps to enable using names instead of hex vals for colors
9 Jun 2014 by B. Clay Shannon
Simple code to send email which contains Exception text from a Catch Block
1 Aug 2014 by pjaar89
Manufacturer's driver does not work? Device not listed in console or with Eclipse?
20 Aug 2014 by pi19404
This article describes the method to cross compile C/C++ library for Android OS
13 Mar 2015 by OriginalGriff
If (like me) you have a Nexus7 that was converted into a door-stop by Lollipop 5.0 or 5.0.2, this is a guide in how to skip the wait for Google to realise you might want 5.1!
22 Aug 2015 by Alfeu Lucas Guedes
How to handle Android physical back button events with Chocolatechip-UI and Cordova.