Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
actually, there is a website, i want when they upload some posts the app user notificies, its seems like the first you sayInteresting, I've never used an rss feed in an app. That would be something to look into for me.
Are you trying to get a notification when the feed is updated?
Or are you trying to display the feed?
If it's the latter, then I'd imagine you would display the feed in a TextView.
you have telegram or discord or something what ever to talk?Interesting, I've never used an rss feed in an app. That would be something to look into for me.
Are you trying to get a notification when the feed is updated?
Or are you trying to display the feed?
If it's the latter, then I'd imagine you would display the feed in a TextView.
Sorry, I don't. I always keep my communications strictly here on the forums.you have telegram or discord or something what ever to talk?
the second one link, i do not think that it can push notifications of the users. its like a reader onlyOk looking into this it's gonna take some research and time. Here's a couple of links I found...
https://stackoverflow.com/questions/30820974/android-rss-reader-with-notifications
https://www.androidauthority.com/simple-rss-reader-full-tutorial-733245/
I really like the second link, but that is an rss reader without notifications which is not what you're looking for.
Sorry, I don't. I always keep my communications strictly here on the forums.
hmm fine ..Yeah, I disabled PM/DM to keep posts in the open on the forum. This way other developers/members can join in and help and other members can learn.
i am embarrasing to say this but i am noob on android developing thats why i asked you to communicate outsife of this forumYeah, I disabled PM/DM to keep posts in the open on the forum. This way other developers/members can join in and help and other members can learn.
i am embarrasing to say this but i am noob on android developing thats why i asked you to communicate outsife of this forum
but always go with the rules.
might you can help me build the app
also i tried to 'import' manually a project that has the perfect rss push notification its ready, to my app BUT .. like i said i am noob, made many mistakes many errors, couldnt solve them
thats very good of you, i tried many times on stackoverflow but i know there many many good programmers, i took some balls instead.Oh don't be embarrassed. Even the best developers were once beginners. Everyone starts at the beginning.
Ok so you found source code for a project and it gives you errors when you import it?
Is it old code? Can you post a link to the project you're trying to import?
Oh don't be embarrassed. Even the best developers were once beginners. Everyone starts at the beginning.
Ok so you found source code for a project and it gives you errors when you import it?
Is it old code? Can you post a link to the project you're trying to import?
The problem with me right now is that i tried to import 'manualy' code from his source code to mine.
Thanks for the answer, the problem tho is that i need to merger somehow his code with the navigationdrawer app i will be using.The correct way to import a project from Github is to clone it to a local repo. In Android Studio, select File -> New -> Project from version control.
Then clone the remote repo using the URL provided on the Github project page - green button labelled "Clone or download"
Rather than dive straight into code, you would probably benefit from thinking about how you want your app to look. Sketch out some layouts for the UI. How do you want the workflow to be, that's how the user navigates from screen to screen.
I'm not saying you can't benefit from looking at, or using other people's code, but it might actually be a harder task to try and glue these two applications together, as opposed to starting from the ground up.
Like I say, your first design task will be to visualise how you want the application to look, then start to build layouts which realise that design.
https://github.com/indywidualny/fNotifier
this is the project, i like it because it has some custom options, LED notifications.
This^ is an old project with dated code that will need to be updated. You're probably better off starting from scratch as LV426 suggested. You will definitely need some knowledge of java to create this project.
Good luck and hope all works out.
I think LV426 gave you the best advice in post #17. As I also mentioned, that fNotifier code is old and will most likely give you a hard time updating it.So the copy pasting of one project to another isn't good idea ? Hmmm