Skip to content

shivamvk/SocailNetworkAndroidApp

Repository files navigation

SocailNetworkAndroidApp

A social networking android application with backend on java and mysql.
The database and the scripts are uploaded on AWS EC2 Instance

Here is the download link to the app. Feel free to give any sort of feedbacks.
https://drive.google.com/open?id=1zwQ0FS6x_p_gRn5qTj6Hh9dqZ3yIpfym

The scripts are written in jsp and use apache tomcat server to run.

Project Explained

There are basic login and signup activities with client side validations.

After signing up there is a SelectProfilePicture activity.
All the images are stored in the firebase storage and the link to them is stored in the mysql database

And then there is this home activity which have three fragments with a tablayout with viewpager.
The three fragments are FeedFragment, FriendRequestsFragment and ProfileFragment.

You can upload new post with images or without them the FeedAdapter will handle it accordingly and diplay the feed.
While uplaodng the post you can select if you want or not to attach an image with it.

You can send friend request to different people.
And you can also search for users with the search option in action bar.

Ps : I am still working on it to make it better. Any forks are welcomed ^_^

Releases

No releases published

Packages

No packages published

Languages