How to Implement Modal Message Layout of Firebase In-App Messaging in Android? Last Updated : 02 Mar, 2021 Comments Improve Suggest changes Like Article Like Report Prerequisite: How to Push Notification in Android using Firebase In-App Messaging? We have seen the implementation of Firebase In-App Messaging in Android. In that article, we have implemented the Card Message Layout. In this article, we will take a look at the implementation of the Modal Message Layout. A sample image is given below to get an idea about how Modal Message Layout looks like. Step by Step Implementation Step 1: Creation of our app In the previous article (How to Push Notification in Android using Firebase In-App Messaging?) We have already created our first part. We have to use a similar app. We don't have to make any changes to that app. Check out the first part to take a look at the implementation of Firebase In-App Messaging in that app. Step 2: Navigate to Firebase Console and Navigate to In-App Messaging. Browse Firebase Console inside your browser and click on the In-App Messaging tab on the left pane, and you will get to see the below screen. After clicking on Create your first campaign it will ask for integration of Firebase Analytics select your analytics account and proceed further. After specifying your Google Account for analytics you will get to see the below screen to design your notification which we want to display. Step 3: Implementing Modal Message Layout Now in the above image, you will get to see different usages of the fields as we scroll down we will get to see the below screen. In the above screen, we are adding a button to perform clicks on our notifications and add action to our button inside our notification. After clicking on the Next option we will get to see the below screen. Inside the below screen, we have to add campaign name and description to our campaign we can specify any name and description to our campaign, and now we have to select the app to which we have to send the notification. After selecting your app click on the Next option to proceed further. After clicking on the next option you will get to see the below screen. Inside this screen, we have to schedule our notifications when we have to send our notifications to our users. Inside this, we can modify our time and schedule our notification. After scheduling our notification click on the Review option and you will get to see a pop-up option. Inside this option click on Publish option to publish your notification. Make sure to add your device installation ID for sending your notification. After sending this notification it will take some time to display inside your app. Make sure to close and reopen your app to display your notification. You will get to see the notification in your Android app. Output: Comment More infoAdvertise with us Next Article How to Implement Modal Message Layout of Firebase In-App Messaging in Android? C chaitanyamunje Follow Improve Article Tags : Technical Scripter Android Technical Scripter 2020 Similar Reads How to Implement Image only Message Layout of Firebase In-App Messaging in Android? Prerequisite: How to Push Notification in Android using Firebase In-App Messaging? We have seen the implementation of Firebase In-App Messaging in Android. In that article, we have implemented the Card Message Layout. In this article, we will take a look at the implementation of the Image only Messa 3 min read How to Implement Top banner Message Layout of Firebase In-App Messaging in Android? Prerequisite: How to Push Notification in Android using Firebase In-App Messaging? We have seen the implementation of Firebase In-App Messaging in Android. In that article, we have implemented the Card Message Layout. In this article, we will take a look at the implementation of the Top banner Messa 3 min read How to Push Notification in Android using Firebase In-App Messaging? We have seen using Firebase push notifications in Android which is used to send push notifications to our users when our user is online. These notifications are being displayed inside the notifications tab in the top section of our phone. In this article, we will take a look at the implementation of 6 min read How to Implement Chat Functionality in Social Media Android App? This is the Part 14 of "Build a Social Media App on Android Studio" tutorial, and we are going to cover the following functionalities in this article: We are going to Create a Layout for chat & Send Messages in Chat.A user can send either a Message or an Image.A user can send an image either usi 15+ min read Implement Delete Messages Functionality in Social Media Android App This is the Part 15 of "Build a Social Media App on Android Studio" tutorial, and we are going to cover the following functionalities in this article: We are going to delete the message in the ChatActivity.We are going to delete text and image messages. When we click on a text then an AlertBox will 4 min read Firebase In-App Messaging in Android with Example Sending tailored, contextual messages to your app's active users that encourage them to use important features can help you engage them. This is possible with Firebase In-App Messaging. For instance, you may ask users to subscribe, view a video, finish a level, or make a purchase by sending them an 4 min read How to Create Language Translator in Android using Firebase ML Kit? In the previous article, we have seen using Language detector in Android using Firebase ML kit. In this article, we will take a look at the implementation of Language translator in Android using Firebase ML Kit in Android. What we are going to build in this article? We will be building a simple appl 5 min read How to Use Firebase Cloud Messaging (FCM) in Android? Firebase Cloud Messaging (FCM) is a service provided by Google that allows developers to send push notifications to Android, iOS, and web devices. FCM uses Google Cloud Messaging (GCM) as the underlying technology for sending and receiving messages but offers additional features such as the ability 3 min read How to Use Firebase ML Kit Smart Replies in Android? We have seen using chatbots in Android for replying to the most common questions from the users. In this article, we will take a look at the implementation of Firebase ML Kit smart replies in Android. Firebase ML Kit smart replies are used to provide smart replies to the questions asked by the users 7 min read How to Make a Meme Sharing App in Android Studio? Pre-requisites: Android App Development Fundamentals for BeginnersGuide to Install and Set up Android StudioAndroid | Starting with first app/android projectAndroid | Running your first Android app In this article, we will learn how to create an app using Kotlin where memes will be fetched from Redd 5 min read Like