Skip to content

Instantly share code, notes, and snippets.

View biswa-rx's full-sized avatar

BISWARANJAN BEHERA biswa-rx

View GitHub Profile
@biswa-rx
biswa-rx / AndroidManifest.xml
Created February 14, 2023 14:18 — forked from codinginflow/AndroidManifest.xml
Retrofit Tutorial Part 1
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.retrofitexample">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 16:15 — forked from codinginflow/AndroidManifest.xml
Notifications Tutorial Part 1
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 16:53 — forked from codinginflow/AndroidManifest.xml
Notifications Tutorial Part 2
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 18:05 — forked from codinginflow/AndroidManifest.xml
Notifications Tutorial Part 3
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 18:18 — forked from codinginflow/AndroidManifest.xml
Notifications Tutorial Part 4
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 19:06 — forked from codinginflow/AndroidManifest.xml
Notifications Tutorial Part 5
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 19:18 — forked from codinginflow/AndroidManifest.xml
Notifications Tutorial Part 6
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 19:39 — forked from codinginflow/AndroidManifest.xml
Notifications Tutorial Part 7
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 19:41 — forked from codinginflow/AndroidManifest.xml
Notifications Tutorial Part 8
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 19:41 — forked from codinginflow/AndroidManifest.xml
Notifications Tutorial Part 9
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"