PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, July 8, 2022

[FIXED] How to make many TextView (post) in android studio like posts in Facebook?

 July 08, 2022     android, android-studio, facebook, posts     No comments   

Issue

I want to make an android application that allow user to write post(paragraphs) and post them in home interface where they write, so all users can see all posts. like the Facebook, each user can write many post and share it with others. In other word,I want one interface where users can write the post in text area and post it within same interface. any user login to this app can see his post and other users post.

https://www.youtube.com/watch?v=sXWFuar2Oq4

This video is slimier to what I am searching for, but it doesn't keep the previous post it just overwrite it.

Regards.


Solution

You can use

RecyclerView

and you can add new textViews one after the other like a

ListView



Answered By - Geet Choubey
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing