Mobile Banners API For Shopify Mobile APP - json

In Shopify I want to have a mobile app banners needs to be managed through theme options. I can see lot of paid apps there for mobile app in shopify but i am creating my own custom app by using shopify api's. Is there any way to get the banners/slideshow images as json response?
I tried the following way
We can render sections data using http://test.myshopify.com/?sections=banner , When i tried it is showing html directly. I need only the image url and product or collection id which can be linked.
Is there any way to achieve that?

Related

showing live data on Weebly page

Looking for a way to display live data from either webhook, MQTT, or google sheets on a Weebly website.
I get temperature data from TTN and would like to display it in a nice way on a website for customers to see. the GRAPH app for Weebly doesn't work as intended.

Accessing data from blogger api

I am trying to develop an Android app with Angular 2 using Blogger API.
How can I display html codes saved in JavaScript variable on a webpage. The APO data from blogger is as html codes.
This document explains how to get started using the Blogger API.

Loading JSON Feeds in Jquery Mobile and Phonegap app

I am new to jquery mobile and dont know much about working with its events and functions.
I am currently developing a phonegap app using jquery mobile.I went through many online tutorials to get started.In my jquery mobile app I have a RSS feed reader that loads my blog posts into the div showing a preloader first.
Now, I somewhere found a tutorial of loading JSON feeds instead of RSS.
But the problem with it is that it loads the posts without showing a mobile loader.I mean if i compile that app for android the user has to wait for a long without knowing whats going on.
I tried the Jquery mobile preloader like in my RSS app.But it still first calls the JSON script and then shows the preloader.
I want to make the JSON one work like the RSS reader which shows a script loader till the posts load.But when i try to do so the JSON feeds do not load. :(
Here is the demo of both the apps.
RSS:
http://silverjewelbox.in/rss
JSON:
http://silverjewelbox.in/mobile
If any one knows actually how to figure that out.I can also provide the code for the needed modifications.
Thank you,
You don't want to use Google for a JSONP server because Google caches the searches. Create your own JSONP RSS Feeds Server. See this article on CodeProject with full source code for creating RSS JSONP Feeds for PhoneGap Cordova Mobile Apps: http://www.codeproject.com/Articles/788762/PhoneGap-Cordova-JSONP-RSS-Feeds

Google Drive : Publish website

I have created a small Html page using AngularJS, twitter bootstrap.
To test the functionality in different browser and different screens, I wanted to host it on google drive as explained here
I have done the exact steps. But when I try to preview the html page, I get
web page not available error
.
My Shared Drive which I want to publish

jQuery mobile single page template loading content via ajax

I'm creating mobile app with phonegap, google maps and jquery mobile. I would like to have more then one single html templates files (navigation for pages) and load just the content of the page via ajax to javascript overlay.
Also i want to keep the history and hashes to be able to go back to previous page etc. I tried using $.mobile.loadPage and changePage but this is changing the whole pages and i would like to change just the content.
Is there any solution?
You will find this framework the exact one you are looking for.