LATEST TUTORIALS
Swift — Navigation App Chooser — Prompt the user to choose app to open Map Directions
This solution prompts the user to choose from the available navigation apps in the […]
Set up Laravel Homestead on Mac – Step by step
Step 1 Download and install Vagrant https://www.vagrantup.com/downloads.html Scroll down, download the version for macOS. […]
iOS App Localization
Localization is the process of making your app support other languages. Xcode has build-in […]
Set default custom font for entire app – Swift 5
There is no standard way of setting a custom font for an entire iOS […]
Universal Links in iOS
Do you want to enable your users to launch your app directly from a […]
Android Image Picker Tutorial – Pick image from Gallery/Camera
We will be using Dexter library for permissions; and uCrop for cropping. Add these […]
Self-sizing Custom Table View Cells
A common challenge during app development is dynamic variable heights for your custom cells […]
Building an API with Django REST Framework 3: Creating an endpoint with CRUD operations
In Part 1 of this tutorial, we learnt how to start a Django project, create apps […]
Getting Started with Cloud Firestore for iOS
Firebase Realtime Database has been used since several years by mobile developers, for making […]
How to obtain SHA1 Keys for debug and release – Android Studio [Mac]
Debug Key Click on the Gradle tab on the right hand side of the […]
Building an API with Django REST Framework 2: User Authentication
In this tutorial, we shall learn how to secure your API using Authentication, Authorization, […]
Building an API with Django REST Framework 1: Getting Started
Installing Django To install django, go to your terminal or command line and run […]
Creating an iOS Place Picker / Places Autocomplete / Search UI using Mapbox API
Although not as popular as Google, Mapbox provides a very useful Places API which […]
MapBox Tutorial for Swift: Maps, Location, Markers/Annotations
Getting Started Sign up for an account at mapbox.com/signup. Find your access token on your […]
Firebase Tutorial 1: Integrating Firebase in Android, Authentication
Setting up Firebase for your project Create your new project in Android Studio. Go […]
A Simple Android Picture-in-Picture Video Player Tutorial, using ExoPlayer
ExoPlayer was developed by Google for media-centric applications like YouTube and then it was […]
Swift PayTM integration [2019]
This is a simple example of integrating Paytm SDK into your iOS app using […]
Implementing Deep Links in Android Apps
Deep links are links which open a specific page within an app. Optionally, some […]
Display data from Google Sheets into your android app [without authorization]
Sometimes, all we need is to display (read-only) some dynamic data in our application, […]
SEARCH
LATEST SNIPPETS