Make your own social media application using social media project in your phone using a sketchware or Android studio project

Make your own social media application using phone in Skatchwere and Android studio project...
4 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).

In this project you can get support..

  • Audio player
  • Media player
  • Chatting and messaging
  • YouTube video player
  • You can connect with your YouTube channel
  • You can upload video
  • Download the video
  • You can create your Tutorial classroom
  • You can upload photos
  • You can like the  posts
  • You can manage it
  • People can like comment and share
  • People can visit you YouTube channel using your classroom's video
  • People can post here
  • People can delete his post 
  • Nice user interface
  • People can save your contact list in this app
  • And also you can send notification and user can read those notification
  • And other features you can get and public can use.....


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.

এই পোস্টগুলি আপনার ভাল লাগতে পারে

  •  Online marketing is the practice of promoting products or services through the internet. It has become an essential part of any business strategy, as more and more consumers …
  • Kali Linux open source operating system Kali Linux is a Debian-based Linux distribution designed for advanced penetration testing and security auditing. It is the success…
  •  Search engine optimization (SEO) is the process of improving a website's visibility in search engine results pages (SERPs) for relevant keywords. SEO has been a popular strat…
  • .bg { align-items: center; display: flex; justify-content: center; } .button { display: flex; height: 50px; width: 200px; padding: 0; background:…
  • Windows Windows is a series of operating systems developed by Microsoft Corporation. It is the most widely used operating system for personal computers, laptops, and servers w…
  •  হ্যালো বন্ধুরা, কেমন আছেন সবাই? আশা করি সবাই ভালই আছেন। About Kritaআজকে আমি ক্রেডিটা(Krita) সফটওয়্যার নিয়ে কথা বলব। আপনারা হয়তো এর সাথে অনেক আগে থেকেই পরিচিত। তবে যা…

একটি মন্তব্য পোস্ট করুন

Let me know how can I help you?