Posts

Showing posts with the label notification

Notification in android

Image
       A notification is a message you can display to the user outside of your application's normal UI.   For details click   here Follow the bellow steps to create notification in android . Step 1:   Create Project            a) Open Android Studio           b) Go to File >New> New Project  > Project Name  > Next > Next > Next > Finish     Step 2:   Layout Design               open   activity_main.xml   file and add the bellow code              <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="match_parent"     android:layout_height="matc...