ModdingFox / OpenFuraffinityClient

A toy project of mine to build an unofficial furaffinity client for android
11 stars 1 forks source link

Refactor: open.furaffinity.client.pages #67

Closed ModdingFox closed 3 years ago

ModdingFox commented 4 years ago

Need to split this into open.furaffinity.client.pages.get and open.furaffinity.client.pages.post Need an interface and abstract class for these. Should internalize the webclient so that the caller doesn't need to care about having one. Need to implement a listener on load complete and load fail so that the caller doesn't have to just assume things are done. Should have the async task call internalized.

ModdingFox commented 4 years ago

interface not needed abstract is enough. Abstract now includes webclient. listener added to abstract seems to work well in search and browse. async call wont be internalized at the moment(at the moment not thinking it a good idea yet)