I have a question about implementing the Android bulletin board.

Asked 2 years ago, Updated 2 years ago, 47 views

I'm a beginner who just developed it. I'm trying to implement an Android bulletin board Currently, CustomListView is implemented in xml. I'm asking you this question because I had a hard time. In order to implement the bulletin board in the future, what order should we proceed? I'd appreciate it if you could let me know.

android

2022-09-22 22:01

1 Answers

If you're getting post information from the server

I think the big flow will be like this is it'll be like this. If there are many additional posts, paging processing is required. Please check the link below for this.

Additional implementation is required if you go to the detailed page or if you need actions such as comments or likes. If exception handling and authentication are required, such as when the network is not working, contextual handling is required.


2022-09-22 22:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.