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
Flutter Flutter Making Network Calls and Parsing JSON Example Tutorial September 3, 2018October 18, 2023Hammad Tariq How to Parse JSON data in Flutter SDK and showing parsed response in Flutter ListView In this tutorial we will cover following: How to make API/Network Calls in Flutter. How…Continue readingFlutter Making Network Calls and Parsing JSON Example Tutorial
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
Flutter Flutter Scrollable layout using Single Child Scroll View Example June 27, 2018October 18, 2023Hammad Tariq Flutter Scrollable layout using Single Child Scroll View Example If you ever faced the issue of content going below the screen in your Android or iOS application. If we talk…Continue readingFlutter Scrollable layout using Single Child Scroll View Example
Flutter Flutter PageView ViewPager + UIScrollView with circular dots tutorial June 22, 2018October 18, 2023Hammad Tariq Flutter PageView ViewPager + UIScrollView with circular dots tutorial In this article, We will learn how to implement View Pager or UIScrollView in Flutter using PageView Widget in Flutter. Implementing…Continue readingFlutter PageView ViewPager + UIScrollView with circular dots tutorial
Flutter Flutter + Dart Interview Questions with Answers and code examples June 6, 2018October 18, 2023Hammad Tariq Flutter + Dart Interview Questions with Answers and code examples In this post, We will cover essential Flutter Interview Questions which can be asked to you in your next Flutter…Continue readingFlutter + Dart Interview Questions with Answers and code examples
Flutter Kotlin Native Difference between Kotlin Native and Flutter : A brief Comparison June 1, 2018October 18, 2023Hammad Tariq Difference between Kotlin Native and Flutter : A brief Comparison If you are about to start a new project using a cross-platform development tool and you are thinking about Kotlin…Continue readingDifference between Kotlin Native and Flutter : A brief Comparison
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