Related resources for android App Development
  • 28 Days Of Flutter Bootcamp 🕑 - Day 2 - Creating A New Flutter Project And Setup Physical Device And Emulator4/21/2021 11:00:41 AM. In this article, you will learn how to create a new flutter project and setup a physical device and emulator.
  • Day 1: Make Your Setup Ready For Android App Development3/31/2020 2:49:38 PM. In our very first article, we will set up an Android Project in the Eclipse IDE and try to figure out various options and explore the New Android Project.
  • Start App Development With Xamarin3/31/2020 1:27:23 PM. In this article you will learn how to create an Android app with Xamarin.
  • Integrate Ad-Mob Banner Ad In Android Application3/9/2020 1:27:10 AM. In this article, you will learn about how to integrate Ad-mob banner Ad in android application.
  • How To Start Android App Development [Basic Guidelines]2/25/2020 11:59:07 PM. In this article, I will describe how to start an Android app development.
  • Understanding Android Relative Layout With Examples1/22/2017 11:58:12 PM. In this Android tutorial, you will learn how to use relative layout with examples. This is the 7th video in the series of Android App Development Tutorials. Learn about Relative Layout and attributes
  • Linear Layout Tutorial in Android App Development12/15/2016 11:26:34 PM. In this tutorial, you will learn about Android's Linear Layout and its weight property. This is the 6th video in the series of Android App Development Tutorials. Learn what is Linear Layout and La
  • Learn Android App Development (Hindi)11/7/2016 6:49:28 AM. Learn how to create android apps by following these simple tutorials. We will be learning by creating a Maths App which will have all the features implemented. By the end of this tutorial series you w
  • LayoutInflator in Android 9/13/2015 2:37:29 PM. In this video tutorial you will learn how to use Layout Inflator to inflate layout in programming using java.
  • Bounce Effect in Android 8/18/2015 12:54:22 AM. Bounce Effect is common Effect in the world of Animation.In this video you learn how to crate and use this effect in your own android application.
  • Dynamic View Flipper 8/18/2015 12:54:14 AM. Flipper is a widget in android which is used for flip view in Android .In this video you will learn how to create ViewFlipper which run automatically (Change View ) in Android.
  • Fade Out Effect 8/17/2015 7:19:11 AM. FadeOut Effect is main effect in the world of Animation. In this video you to create a simple fadeout Effect in Android.
  • File Read And Write In Android 8/17/2015 7:18:47 AM. File Handling is mean part of any programming language, so in this video you will learn how to read and write file in android.
  • Flip Effect in Android 8/17/2015 7:18:23 AM. Animation is the main part of smartphones. In Android you can also make animation and use it in you app and you can create different kind of effect for animations.In this video you will learn how to create Flip Effect in Android.
  • Frame By Frame Animation in Android 8/17/2015 4:17:28 AM. Animation is main part of any programming language, In this video will discuss about FrameByFrame animation in android to use image file, create a animation list and start animation with view.
  • FrameLayout in Android 8/17/2015 4:17:01 AM. Layout is important in the expect of designing interface of any application.In this video you will learn how to create and use frame layout in Android.
  • GridLayout in Android 8/17/2015 4:16:10 AM. Grid Layout is a important Layout in Android.It can layout the components in Grid.In this video you will learn how to use GridLayout in Android.
  • Gridview Demo 8/17/2015 4:15:59 AM. In this video tutorial your will how to fill data and use GridView in Android.
  • Toast in Android 8/17/2015 1:44:59 AM. Toast is the dialog in android which is used to showing warnings and notification and invisible without user confirmation.We will use Toast class in to create Toast in Android.In this video tutorial you will learn how to create and use toast in android.
  • Sdk Manager of Android 8/17/2015 1:32:45 AM. Sdk stands for Software Development Kit . Android Bundle comes with eclipse, Sdk and Sdk Manager. Sdk Manager is used to update all the sdks in available till now. It is so easy to use.In this video tutorial you will learn how to use SDK Manager in android.
  • ImageView in Android 8/17/2015 1:30:34 AM. In this video you will learn how to use image view in android to display images in android.
  • Switch In Android 8/17/2015 1:16:56 AM. Switch has to states on and off. In this video tutorial you will learn how to use switch in android.
  • DatePicker Dialog 8/15/2015 11:37:33 PM. DatePicker Dialog is mean component in Android with help of this components we can deal with data and time in Android.In this you will learn how to create and use datepicker Dialog in Android.
  • Custom ListView 8/15/2015 11:37:08 PM. ListView is a main component in Android development,but the download ListView layout is not impressive, but in Android we have a facility to we can create custom list view and use anything in this listview like button,checkbox,radiobutton etc. In this you learn how to create custom layout in Android.
  • Create AVD in Android 8/14/2015 4:54:40 AM. AVD stands for Android Virtual device and another name is Emulator in Android. You can test your Android Application in the absence of real Android device with some limitations. In this video you will learn how to create AVD 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.