AndreAC10
(AndreAC10)
October 26, 2020, 8:56pm
#1
Hello everyone!
Can i create an app with posts (and likes) like Instagram or Facebook?
Remember that i can create posts and the other people can only read and like it.
What have you tried? Have you searched the community? There exist some similar apps. Also , if you want to hire a developer to develop this app for you, you could change the category to #marketplace:request
1 Like
AndreAC10
(AndreAC10)
October 26, 2020, 9:15pm
#3
I didn’t have try nothing, I only answer if anyone can explain me how to make that… do you have some ideas?
So you should try your self first
AndreAC10:
do you have some ideas?
Probably can search the community:
You need a database, to store posts, likes ,etc…:
That’s because TinyDB is a local database, same like sql lite,etc…, in which only your device can access the data you’ve stored in.
You need to use a Cloud Database to store your data, all of the devices can access it, a good examples for cloud databases are:
FireBase (RealTime database, but its free plan is very limited if your app has many users ) :
AirTable ( Quite easier and less limited but not realtime database ):
MySql, ( you will need to have a server to host MySql at, but it’…
You can choose your database according to how you would like your application to be ( realtime,etc…)
For the design of posts, this guide would be helpful :
I’ve been working for an hour with @Souvik_Bera ’s Custom list View extension and i was able to create a dynamic listview which is little bit similar to facebook, and here is how it looks.
[WhatsApp Image 2019-12-21 at 5.27.00 PM]
And here is the blocks
[blocks(2)]
i’ll try to imrpove more.
You can use my .aia for learning/editing and for the extension, as developer said you can use it for free during live test there is no need to worry about copyright thing and you won’t be able to expor…
For like system, there was a topic about it:
Guys, I want to make a system of likes, so when I click on the image of the heart I add a 1 to the label that is next to it and when I click it again that 1 is removed, how can I do it?
You can also buy a complete post view:
Social Media Like Post View with Firebase
I am here with a new project Social Media Like Post View powered by powerful custom list view extension from Techy Br0 provided by @David
This is a combination of Facebook and Instagram News Feed UI with full working logic.
Features
User can create post within the app, same as like Social Media.
Post can be created with description and one image or with only description.
Take less time to load post data and images powered by Firebase.
User can like …
3 Likes
Rogerio_Rios
(Professional Support)
October 26, 2020, 10:27pm
#5
You need first understand what you want to do. You already know ?
*Programming logic
variables , repetition structure, conditional
deviation, arrays / lists, counters, accumulators,
logical operators (and, or )…
*Algorithm
which routines to create, when to use each routine, who will use the routines, what information each routine needs to receive and what each routine will return …
*Database
Create Users
Create Posts
Associate Followers
Likes
Change Posts
Comment Posts
4 Likes