Related resources for android programming tutorial
  • Create OpenGL Mono For Android Application3/21/2020 12:47:39 AM. In this article I will demonstrate how to create an OpenGL Mono For Android application.
  • 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
  • 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.