Create a Wall like Instagram or FB [closed]

爷,独闯天下 提交于 2019-12-11 08:56:08

问题


I just want to create a wall in my app just like in Instagram and Facebook.And i have no such idea to do this. I am in a search for basic idea how to create a simple wall in my Android app.Can any one plz provide a tutorial or any concept of doing this(wall)...


回答1:


You want to display some lines of content, so you have to make a custom adapter:

Start with http://www.ezzylearning.com/tutorial.aspx?tid=1763429

or http://www.vogella.com/articles/AndroidListView/article.html

You have to make a complex layout with all you need (author, text, image, date etc...) and work hard...



来源:https://stackoverflow.com/questions/17618438/create-a-wall-like-instagram-or-fb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!