Android Intents and Types of Intents
Android Intents and Types of Intents Android Intent: An Intent in Android is a messaging object we can use to request data or an action… Read More »Android Intents and Types of Intents
Android Intents and Types of Intents Android Intent: An Intent in Android is a messaging object we can use to request data or an action… Read More »Android Intents and Types of Intents
Android Manifest.xml File : Android application project must have an AndroidManifest.xml file (case-sensitive) which should be location at the project source folder. Manifest files declares… Read More »What is Android Manifest XML
In this post let’s see how we can style our WPF TabContol and its TabItem. WPF TabControl allows us to divide our interface into multiple… Read More »WPF Styling TabControl and TabItem
In this post let’s see how we can use custom fonts in our ASP.NET Website. Fonts are an important part of our website application. Using… Read More »ASP.NET Custom Fonts using CSS
In this post we will see How we can Connect Android to MySQL Database using mysql-connector.jar. You can download Jar Library using this Link. Note :… Read More »Android Connect MySQL Database Programmatically
Android Send SMS Programmatically with Permissions Manager and Android SMS Manager. In this post let’s explore Android SMS Manager class and make an Android App… Read More »Android Send SMS Programmatically with Permissions
In this post let’s see how we can count the number of Rows in a filtered DataView. DataView Row Count after Filtering Data in C#… Read More »DataView Row Count after Filtering Data in C# ASP.NET