Mobile News

Discover the latest Mobile development news, repositories, and conferences at Hackertab.

Latest Mobile articles

How to Integrate Chat Feature using PubSub in iOS Video Call App

How to Integrate Chat Feature using PubSub in iOS Video Call App

📌 Introduction Integrate Chat using PubSub in your iOS Video Call App to enhance user...

25 April 2024devto

⭐️Exploring the Dynamic World of JavaScript🚀

⭐️Exploring the Dynamic World of JavaScript🚀

Introduction: ⚡️ JavaScript, often abbreviated as JS, is a versatile and dynamic programming language...

26 April 2024devto

🎯 Looking for help with Darts API integration? 🎯

🎯 Looking for help with Darts API integration? 🎯

I am working on a research consultant javascript project and I need assistance with integrating the...

26 April 2024devto

Task 14

Task 14

Q1. Manual Testing; • Manual Testing involves human intervention to execute test cases without the...

26 April 2024devto

A quick read on Android haptic feedback Design principles

A quick read on Android haptic feedback Design principles

Table of contents Haptic design principles in theory Haptic design principles in...

26 April 2024devto

Kotlin Routing - routing everything

Kotlin Routing - routing everything

Here's a corrected version of your text: Kotlin Multiplatform (KMP) has become a reality for any...

25 April 2024devto

Android R8 & Proguard [Part 1]

Android R8 & Proguard [Part 1]

Introduction 📖 In this article we will try to demystify the concept of the R8 compiler and the proguard command line tool. We will describe the Android compilation process and some history behind these concepts, to gain a better understanding of how...

26 April 2024hashnode

Jetpack Datastore Over SharedPreferences : A New way to store user preferences

Jetpack Datastore Over SharedPreferences : A New way to store user preferences

🤔Are you still using SharedPreferences in your Android Projects?? Today, let’s dive into Jetpack Datastore, new way to store preferences and know advantages of Preference Datastore over SharedPreferences in Android. 📱💡 🔹More Flexibility: Preferen...

26 April 2024hashnode

Flutter Video Call App With Firebase and ZegoCloud

Flutter Video Call App With Firebase and ZegoCloud

Integrating video chat , calls ,video conferencing into your flutter apps can be tricky and difficult , you will have to work with web sockets and webRTC but what if l tell you it's very easy with Zegocloud sdk which is a company that provides global...

25 April 2024hashnode

Let's build a React Navigation clone

Let's build a React Navigation clone

React Navigation is a great package that helps with kickstarting your applications navigation. In production environments I would always chose to use something like this, but for learning purposes I like to build such packages myself. That way I can ...

25 April 2024hashnode