Subscribe our Technical Tarm YouTube Channel. Visit

Social media app source code

Social media android app source code download link for free (Android studio & Sketchware)...
3 min read

This is a social communication app like a social media. This app is totally free. You can download the source code for free(For Android studio & Sketchware Project).

Download Swb|Source File

AndroidManifest.xml

<manifest

	xmlns:android="http://schemas.android.com/apk/res/android"

	package="com.hr.Infinity">

	<uses-permission	android:name="android.permission.CALL_PHONE"/>

	<uses-permission	android:name="android.permission.INTERNET"/>

	<uses-permission	android:name="android.permission.ACCESS_NETWORK_STATE"/>

	<uses-permission	android:name="android.permission.READ_EXTERNAL_STORAGE"/>

	<uses-permission	android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

	<application

		android:allowBackup="true"

		android:label="Infinity Friendship "

		android:icon="@drawable/app_icon"

		android:largeHeap="true"

		android:usesCleartextTraffic="true"

		android:name=".SketchApplication"

		android:theme="@style/AppTheme">

		<activity

			android:name=".MainActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"

			android:windowSoftInputMode="stateHidden">

			<intent-filter>

				<action	android:name="android.intent.action.MAIN"/>

				<category	android:name="android.intent.category.LAUNCHER"/>

			</intent-filter>

		</activity>

		<activity

			android:name=".LoginActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".BaaActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".PchatActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".PicturesActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:windowSoftInputMode="stateHidden"/>

		<activity

			android:name=".PostsActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".AddActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".ViewActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".CommentsActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".VideoActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:windowSoftInputMode="stateHidden"/>

		<activity

			android:name=".NotesActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:windowSoftInputMode="stateHidden"/>

		<activity

			android:name=".LinkActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".PhonesActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".ShowActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".AddaActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:screenOrientation="portrait"/>

		<activity

			android:name=".YoutubActivity"

			android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"

			android:hardwareAccelerated="true"

			android:supportsPictureInPicture="true"

			android:windowSoftInputMode="stateHidden"/>

		<activity

			android:name=".DebugActivity"

			android:screenOrientation="portrait"/>

		<meta-data

			android:name="com.google.android.gms.version"

			android:value="@integer/google_play_services_version"/>

		<provider

			android:name="com.google.firebase.provider.FirebaseInitProvider"

			android:authorities="com.hr.Infinity.firebaseinitprovider"

			android:exported="false"

			android:initOrder="100"/>

		<service

			android:name="com.google.firebase.components.ComponentDiscoveryService"

			android:exported="false">

			<meta-data

				android:name="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar"

				android:value="com.google.firebase.components.ComponentRegistrar"/>

			<meta-data

				android:name="com.google.firebase.components:com.google.firebase.database.DatabaseRegistrar"

				android:value="com.google.firebase.components.ComponentRegistrar"/>

			<meta-data

				android:name="com.google.firebase.components:com.google.firebase.storage.StorageRegistrar"

				android:value="com.google.firebase.components.ComponentRegistrar"/>

		</service>

		<uses-library

			android:name="org.apache.http.legacy"

			android:required="false"/>

	</application>

</manifest>



Sketchware
Please wait..
If the download didn't start automatically, click here.
Hi, I'm the owner of this site. I share different types of learning books, files, blogs, tutorials and much more on this website.

You may like these posts

  • [{"code":"","color":"#FF4CAF50","name":"Hasibur Rahman","typeName":"Technical Tarm YouTube channel","palette":"257","type":"h","spec":"Technical Tarm YouTube channel"},{"code":…
  • .bg { align-items: center; display: flex; justify-content: center; } .button { display: flex; height: 50px; width: 200px; padding: 0; background:…

Post a Comment

Please let me know, how can I help you?