Related resources for Android Programming
  • How To Display A Dialog Window In Android7/7/2016 12:05:04 PM. In this article, I will explain about displaying a dialog window. There are many times when a user needs to display a dialog window to get a confirmation from the end user.
  • Text To Speech In Android5/10/2016 10:47:47 AM. In this article you will see how Android allows the user to convert text in to speech.
  • Learning Android Application Development - Day 411/5/2015 11:46:10 AM. In this article you will learn about the tools and platforms for Android Application Development.
  • 2D Arc in Android 8/20/2015 7:26:54 AM. In this video you will learn How to use canvas to draw Arc in Android. In Android we use 2D Graphics API for 2D graphics.
  • Default Emulator In Android 8/20/2015 7:25:49 AM. In this video you will learn how to set default emulator from working Emulator in your Machine, this thing avoid the every time choice of Emulator when you run your Application in eclipse and Two Emulator are running.
  • Drawable in Android 8/20/2015 7:22:53 AM. In this video you will how to create State drawable in android and make changing in the view of widget according to their state.
  • 2D Bitmap in Android 8/20/2015 7:22:12 AM. In this video you will learn how to use 2 Graphics API in Android and use Bitmap,Canvas,Paint and Path class and also learn how to create Custom View in Android.
  • 2D Circle in Android 8/20/2015 7:21:19 AM. In this video you will learn how to use 2 Graphics API in Android and use Bitmap,Canvas,Paint and Path class and also learn how to create Custom View in Android.
  • Create and Cancel Notification 8/19/2015 2:52:08 AM. Notification is main component in Android framework It is used for alert the the user about receive sms,low battery and other things.We can also create our own Notification in Android in this video Tutorial you will learn how to create and Cancel Notification in Android and learn about the use of Notification Manager,Notication classes in Android
  • 2D Oval in Android 8/19/2015 2:51:18 AM. In this video you will learn how to use 2 Graphics API in Android and use Bitmap,Canvas,Paint and Path class and also learn how to create Custom View in Android
  • Dyanmic Tabs in Android 8/17/2015 1:23:26 AM. Tab is useful and important component of Android development. In this video you will learn how to create and use Tab at run in Android.
  • Send SMS by Intent 8/7/2015 6:33:29 AM. In this video you will learn how to send sms using intent. In this app you will use the default sms app to send text message from custom app.
  • TorchApp in Android8/7/2015 5:30:56 AM. In this video you will learn to how to use Android Device hardware to make simple app that on and off the device torch.
  • Setting up For Android Application Development Environment3/25/2015 2:20:08 PM. In this article I will provide an overview for beginners of my personal experiences with Android programming.
  • C# Corner Delhi Student's Day 13 December, 2014: Official Recap12/15/2014 8:56:53 PM. The C# Corner Delhi Chapter organized its monthly event in the Noida office on 13 December, 2014.
  • C# Corner Delhi Developer's Day 15 November, 2014: Official Recap11/17/2014 2:23:49 PM. The C# Corner Delhi Chapter organized its monthly event, Delhi Developer's Day at C# Corner Noida Office, on 15 November, 2014.
  • Creating an Alert Dialog Box in Android10/1/2014 1:07:08 PM. In this article you will learn how to make an Alert Dialog Box in Android.
  • Alert Box in Android7/27/2014 7:40:14 PM. In this article I am going to show you how to create an Alert Box in Android.
  • How to Create Global Broadcast Receiver and Test Service in Android7/7/2014 8:33:45 PM. This article explains how to create a global broadcast receiver as well as to create services in an Android project.
  • How to Add Color Events in Android3/8/2014 12:20:59 PM. Here you will learn how to add color events to an Android Application.
  • Adding AlertDialog With SetSingleChoiceItems in Android3/3/2014 2:23:14 PM. This article describes how to add the alert dialog working with setSingleChoiceitems in Android.
  • Getting Started With Android Development12/8/2012 2:38:54 PM. In this article you will learn the first step for beginning to work with Android development.
  • Simple Calculator Using Mono for Android5/15/2012 1:41:09 PM. In this article you will learn how to create simple calculator using Mono for Android.
  • Hello Android5/13/2012 3:03:31 AM. Here I am going to show you how to start with Android programming.
  • Create OpenGL Mono For Android Application2/9/2012 2:10:25 PM. In this article I will demonstrate how to create an OpenGL Mono For Android application.
  • AutoComplete And MultiComplete TextView in Mono For Android7/28/2011 10:48:48 PM. This article is about the AutoComplete and MultiComplete TextViews which can show a suggestions based list of data in Android.
  • Working With Text Controls in Mono for Android7/27/2011 6:17:23 AM. By using text controls in your Android application, we can configure, style, and manipulate the controls in a variety of ways.
  • Passing Data From One Activity to Another Activity in Android7/23/2011 2:19:56 AM. This article shows how you can pass data from one intent to another intent when calling it from a button in Android
  • Working With Android ScrollView in VS20107/21/2011 5:49:15 PM. ScrollView is one of Android's most commonly used widgets, Let's learn how to use it using VS2010.
  • Display images inside a GridView in Android using VS 20107/14/2011 4:20:45 AM. The GridView view mode displays a list of data items by binding data fields to columns and by displaying a column header to identify the field. The column cells and the column header of a GridViewColumn have the same width.
  • RelativeLayout in Android Using Visual Studio 20107/7/2011 11:32:55 PM. The RelativeLayout organizes layout components in relation to each other. This provides more flexibility of component positioning than LinearLayouts. The position of a view can be specified relative to sibling elements or in positions relative to the RelativeLayout area.