Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I was wondering if there are any tools to create mobile apps that's off WordPress /shopify so that customers can use the app to purchase goods. Does WordPress or shopify provide this service? I know that WordPress has an app. But uses need to navigate to the blog. What I need is a standalone mobile application. Thanks. If there isn't, are there any alternatives?
If I understand correctly, you want to create a standalone native app that lets your customers shop.
Check out Apptuse.com, they support Shopify +5 other platforms and seem to do exactly what you are looking for.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I'm a front-end developer and I am going to write an application in NativeScript because I can use Angular. Besides, I can can save time and create a website and applications for iOS and Android.
I'm considering several possibilities:
Using Firebase, but I do not know if it is possible to share one
resource (database etc) between 3 solutions (web / ios / android) at
the same time.
I know a bit PHP and I was thinking about some micro framework with
OAuth 2.0 integration
What are your experiences? The application will contain a large database of products, photos, ratings, comments and a small community.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm a web developer but I'm moving in the app development direction. I was just wondering if there is a possibility to buy and download ready made themes that you can use in the development and tweak to your desires? Both for Android and iOS. Thinking about sites similar to themeforest and so on. I did search themeforest but couldn't find more than a couple of themes for app development.
Check out this link
But it's better you learn to create your own themes from scratch since you may run into errors in the long run and will need to know how to go about it
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm writing my thesis on the state of hybrid app development. I would like to see some real world examples of hybrid apps that are in use today, specifically WebView based hybrid apps, so not the Titanium or Xamarin kind.
What apps out there are hybrid? What are the best examples of hybrid apps that make a good argument for hybrid app development? The bigger app the better!
One example I can recommend is Tripcase. It uses WebKit (PhoneGap), and has a fairly decent UI (for hybrid apps).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to make a simple turn based 2 player game for an android and IOS. I want the android users to be able to play with the IOS user as well. However I am unsure what I should use. It is similar to tick-tack-toe so only numbers will need to be exchanged from user to user. Can someone please point me into the right direction as to what server or client I should use. And if you could show me a tutorial series that shows me how to use it that would be great! I've googled everywhere!
You can use this service from google which support iOS and Android:
https://developers.google.com/games/services/common/concepts/realtimeMultiplayer
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
How do I query a wordpress.com site for information to build the android app. I am new to this. Wordpress.org suggests using JSON but that is not available on wordpress.com. Any links to tutorials would also be appreciated.
Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality.
Developers can use WordPress.com’s OAuth2 authentication system and WordPress.com REST API to manage and access your site’s content.
You can also learn more about the API by visiting the REST API documentation.