Replies: 1 comment 1 reply
-
Hey, If you want to decouple the app from Twitter, you would have to go through each service and talk to whatever host you are interested in, instead of the Twitter API. Afterwards you can either map your data to the existing models that are used in harpy (TweetData, UserData, etc.) or replace them with your new models. flutter_bloc is used to manage state, If you want to understand the architecture in harpy better it's best to make yourself familiar with flutter_bloc and state management in Flutter beforehand. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I want to learn android programing, I want to try to use Harpy as a front end of a difference social network, maybe for a mastodon instance, etc. Just to practice.
Do you have any recommendation where to start from?
Is the app decoupled from Twitter API?
A thing or two about the architecture of the projet would help a lot.
Kind regards,
Elijah
Beta Was this translation helpful? Give feedback.
All reactions