Android Request Permission at Runtime Example

Android Request Permission at Runtime Example

Today we will see a simple Android Request Permission at Runtime Example. We have already covered this topic before. But the previous way of requesting permissions in runtime is obsolete. In this post, we will see the most updated way of requesting runtime permission. You can also check the old way of requesting runtime permissions. But …

Read moreAndroid Request Permission at Runtime Example

Bottom Sheet Android Tutorial – Working with BottomSheet

Android Bottom Sheet Tutorial

Have you seen the Bottom Sheet Android Component? It slides up from the Bottom to display some more options to the user. I am pretty sure that you have already seen Bottom Sheet in Google Maps application. You can also use the Bottom Sheet in your application. And if you want to use it in your app, …

Read moreBottom Sheet Android Tutorial – Working with BottomSheet

Android Navigation Tutorial for Fragments using Bottom Navigation

android navigation tutorial

Hi everyone, after the release of Jetpack in android a lot of things are changed. I have published many tutorials related to Jetpack and here is another one for you. This post is about Android Navigation Tutorial where we will be learning about another very useful architecture component which is Navigation. In this post I …

Read moreAndroid Navigation Tutorial for Fragments using Bottom Navigation

Mailgun Android Example: Sending Emails with Mailgun

Have you tried creating an app that can send emails? I have posted a tutorial earlier explaining how to send emails using Javamail API. But the problem with Javamail API is an SMTP server is required and in the tutorial we were using Google SMTP. So in this Mailgun Android Example, we will learn sending …

Read moreMailgun Android Example: Sending Emails with Mailgun

Direct Reply Notification in Android like WhatsApp Tutorial

Hey guys, here is another useful tutorial. Today we will learn about Direct Reply Notification in Android. You might have seen this feature already in the very popular messaging app WhatsApp. Now we can directly reply to WhatsApp messages without even opening WhatsApp. So if you are searching how you can implement this feature in …

Read moreDirect Reply Notification in Android like WhatsApp Tutorial

Bottom Navigation Android Example using Fragments

bottom navigation android tutorial

In Android, there are many options for making navigation easy in your application for the user. Bottom Navigation Bar is one of them. Bottom Navigation Bar always stays at the bottom of your application and provides navigation between the views of your application. So in this Bottom Navigation Android Example, we will see how we …

Read moreBottom Navigation Android Example using Fragments