This app was made inspired from instagram app. Simple social media app can share any photo to another user. And user can give response in comment section.
This app i follow in tutorial and i give litle bit new feature like comments. src : https://www.youtube.com/watch?v=ZqrT8ctJB4A&list=PLGCjwl1RrtcR4ptHvrc_PQIxDBB5MGiJA
- Add Post with image and description
- Setting account like photo profile and username
- Giving comment and like
- Recycler View
- Scroll View
- Intent
- Database Firebase Storage
- Database Authentication Firebase
- Option Menu
- Glide (for put image to view)
- Put Extra Intent
Demo Apps link
This section automatically after user register new account
After user setting up their account (if new user), they will send to home.
We will try add new post with push add button in home activity, and user will send to add post activity. After user add new post, user will send to home
We will to add comment in user post with push button comment in post item. And user will send to comment activity After that we push like button to giving like in this post