首页 > 解决方案 > Home screen like facebook

问题描述

How do I create a home screen like the one facebook and instagram uses, where a user can post pictures and content which are placed on the home screen for other users to see and like and comment on using java.

标签: androidandroid-activityhomescreen

解决方案


看起来你需要一个答案,所以我会试着给你一个......为此,你必须学习基本的 android 组件,例如 viewPager、viewPagerAdaper 以及 tablayout、coordinatorLayout 和许多其他东西(recyclerView、jetpack libs例如 Paging、Navigation 组件等)和诸如 firebase(auth、db、cloud function....)、google cloud 或 AWS 等技术。正如你所看到的,这是一个完整的旅程,但你可以从 YouTube 开始......我推荐你coding with mitch(他有一个教程系列,他在其中构建了一个 Instagram 克隆)或coding in flow。关于书籍,我并没有真正想到,但我希望这个小答案有所帮助。祝你有美好的一天


推荐阅读