<div dir="ltr"><div><span style="color:rgb(36,39,41);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">Hi all,</span></div><span style="color:rgb(36,39,41);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">I am new to Python and am working on writing backend (REST API using Flask) for a Android app (Simple content posting app). I need advice in implementing a notification feed where a user can see all the activities related to their posts, for example: if some one commented on user's post it should show up on this feed. Also, there are some activities in this feed for which we need to show notification even if the user is not using the app (similar to push notification).</span><br style="color:rgb(36,39,41);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px"><span style="color:rgb(36,39,41);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">I am new to Python and understand that a part of this can be achieved by Push notifications(GCM) but what should be the logic for showing events in feed which are not a part of push notification. </span><div><br></div><div>I hope I was able to explain myself.</div><div><br><span style="color:rgb(36,39,41);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:19.5px">Thanks</span></div></div>