Closed arkfrance closed 8 years ago
You welcome man, which software do you use to develop your app?
Le 30 août 2016 00:17, LandDragoon notifications@github.com a écrit :
Awesome work again. Can't thank you enough for this! :)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
The app is made with React Native as that makes it a lot easier to distribute to both Android and iOS.
Ok, I wanted to make my app for Ark France but it seems to be complicated
Le 30 août 2016 00:54, LandDragoon notifications@github.com a écrit :
The app is made with React Native as that makes it a lot easier to distribute to both Android and iOS.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
It depends on what you have in mind for an app. React Native makes use of Javascript, so you don't have to learn Java or Obj. C / Swift, making it a lot easier if you already know Javascript. For WordPress there is also an API available, so if you want to make an app that shows the post from your website then that would make it a lot easier to do. It will take some of time though, especially if you have never made an app before.
Yeah I want to do something like you with a left tab menu, for Xbox news, pc news, tutorials etc with the feeds of my website
Cordialement
Le 30 août 2016 10:28, LandDragoon notifications@github.com a écrit :
It depends on what you have in mind for an app. React Native makes use of Javascript, so you don't have to learn Java or Obj. C / Swift, making it a lot easier if you already know Javascript. For WordPress there is also an API available, so if you want to make an app that shows the post from your website then that would make it a lot easier to do. It will take some of time though, especially if you have never made an app before.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
For that you could take a look at the WordPress API: https://wordpress.org/plugins/rest-api/ to fetch the posts from your website and build an app around that. Another possibility is using your website's feed (arkfrancegaming.com/feed/) and see what you can use from there.
I'm trying to install everything to make the app on Mac, do I will have an interface to build the app?
Le 30 août 2016 11:55, LandDragoon notifications@github.com a écrit :
For that you could take a look at the WordPress API: https://wordpress.org/plugins/rest-api/ to fetch the posts from your website and build an app around that. Another possibility is using your website's feed (arkfrancegaming.com/feed/) and see what you can use from there.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
I'll send you a mail ;p
Awesome work again. Can't thank you enough for this! :)