• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Wordpress blog for android app

DjPrison

Lurker
Hi

What would be the best way to fetch blogs from Wordpress blog? Like when i create android app, you could see same blogs at website of the blog and same blogs at android app. I think Android Studio would be good for making something like that. But if you have better one that you prefer. Let me know. There are many websites that offer Plugin for Wordpress. And then you could use their site to create app. But i dont know if they are good or really bad.

Thanks for help
- DjPrison
 
Why not use a Webview in your app, and navigate to the URL of the blog?
 
Because its easier to navigate in Website which is designed to Android. Blog is designed for PC version of Chrome
 
in the Rest API i need this
https://public-api.wordpress.com/rest/v1.1/sites/$site/posts/
and i have Wordpress website example for my website URL: website.com/blog

https://public-api.wordpress.com/rest/v1.1/sites/ NEEDS TO BE HERE! /posts/

but i cant add that /blog to it because it wont then work. So my question is how i could direct it to /blog and not to website.com? There should come a code which i would import to Json Formatter. But it wont work. There will be error "unknown blog" and if i use "website.com" its just white page
 
Back
Top Bottom