Android Development How To Upload Video On Vimeo In Android Application Using REST API Tutorial April 24, 2019October 18, 2023Hammad Tariq Introduction Recently My Company started a new project which was totally based on Videos. And We chose Vimeo Service as our Video Hosting Platform. In this tutorial, I will guide…Continue readingHow To Upload Video On Vimeo In Android Application Using REST API Tutorial
Android Development How to Add SSL Certificate in Android Application and Solving SSL Handshake Exception April 22, 2019October 18, 2023Hammad Tariq SSL Certificate In this tutorial, I will guide you on How to integrate SSL Certificate in your Android Application and Fixing SSL Handshake Exception on Android Devices below API level…Continue readingHow to Add SSL Certificate in Android Application and Solving SSL Handshake Exception
Android Development Kotlin How to develop Bothie Camera App in Android using Camera2 API in Android Kotlin Tutorial January 2, 2019October 18, 2023Hammad Tariq Android Kotlin Tutorial In this tutorial You will learn How You can Develop Nokia’s Bothie like Camera Application for Android. We will be using Camera2 API in Android. How to…Continue readingHow to develop Bothie Camera App in Android using Camera2 API in Android Kotlin Tutorial
Android Development Android Grouped Stacked Bar Chart Using MpChart Kotlin November 2, 2018October 18, 2023Hammad Tariq In this tutorial we will use popular Chart library for Android (MpAndroidChart). We will use BarChart View from MpChart Library. We will write code which will result in below Graph.…Continue readingAndroid Grouped Stacked Bar Chart Using MpChart Kotlin
Android Development Android Expandable Listview Tutorial Kotlin September 26, 2018October 18, 2023Hammad Tariq Introduction ExpandableListView in Android is a View which is vertically scroll-able like normal ListView but it can have child items for each List Item. Child items in Expandable List View…Continue readingAndroid Expandable Listview Tutorial Kotlin
Android Development Android App Language Change Localization Programatically kotlin Example September 12, 2018October 18, 2023Hammad Tariq Introduction This tutorial will explain you how to change your application language at run time (programatically). In certain cases your Android Application is supposed to support multiple languages for example…Continue readingAndroid App Language Change Localization Programatically kotlin Example
Android Development Adding Custom Layout for Google Map Marker using CustomInfo Kotlin Example September 6, 2018October 18, 2023Hammad Tariq Adding Custom Layout for Google Map Marker using CustomInfo Kotlin Example In this tutorial We will learn how to add Custom Marker Items in Google Map Android. We will follow…Continue readingAdding Custom Layout for Google Map Marker using CustomInfo Kotlin Example
Android Development Right way of using vector drawables in Android Studio September 2, 2018October 18, 2023Hammad Tariq Right way of using vector drawables in Android Studio In this tutorial I will guide you on How to import Vector Assets and Drawables in your Android application. I will…Continue readingRight way of using vector drawables in Android Studio
Android Development Constraint layout Android Equal Width and Height of all Views in Row May 24, 2018October 18, 2023Hammad Tariq Constraint layout Android Equal Width and Height of all Views in Row In this tutorial, I will guide you how you can give equal weight to all views in…Continue readingConstraint layout Android Equal Width and Height of all Views in Row
Android Development Custom Spinner with ImageView and TextView in Android Kotlin Tutorial May 18, 2018October 18, 2023Hammad Tariq Custom Spinner with ImageView and TextView in Android Kotlin Tutorial In this tutorial, We will implement Custom Spinner Adapter using Kotlin.We will use Base Adapter class and custom layout for…Continue readingCustom Spinner with ImageView and TextView in Android Kotlin Tutorial