Which the best way to integrate Ruby website with flutter App? - android

Hello to everyone and thanks for reading. I hope yall good.
I have a website on Ruby on Rails.
In heroku.
So I'm planning to make a flutter app, where is going to be a similar version of the website. You have and user and password to log in. And you can buy some credits. I want to add that feature in flutter. So I want to modify or request credits and expend it. And in a correlative way with the app and website.
My question is:
What's the best way to do it?
What should I learn to accomplish my objective?
Maybe I'm going to migrate my website to Django, but in the meantime I wanna know how to do what I need.
Thanks!

Related

How to implement an app for existing website

I have a website hosted on godaddy cPanel with mysql database and I am willing to make an app for it. Can anyone tell me how can I do this and please tell me where can I learn more about making an app for a existing website.
Look into cross-platform development if you want to code for both ios and android. Visual Studio is a good tool to work on this, too.
Or, for more simple conversions the below may help:
https://www.appypie.com/convert-website-to-mobile-apps
https://www.mobiloud.com/blog/convert-website-to-mobile-app
https://appsgeyser.com/blog/convert-website-to-mobile-app-free-software/

I am a beginner and I am planning to develop my own app and I don't know how to work use 1 database on both mobile and web

I am thinking of developing an app and I don't know which service I should use for my data to run to. I tried on using Amazon Web Services but they don't offer any support for free users. And I am just a teenager who wants to develop my skills, I don't have any source of income at all. I am hoping some recommendations or help from here. Some ideas on what tools I should use.
My app is both web and I'll be making mobile app version of it and I am having a hard time about how would I make those two work from the same something like server. It's like, facebook website and the facebook app, it has only one source of data.
I hope anyone can help me...

connect, send, and display data in Android via App Inventor

I have a huge demand for people who want an application to connect to Uniquez from their Android devices.
I want to build an application to connect to my PHP and MySQL ShoutBox to send and receive information. First we need the user to be-able to login to the website. I am sure once I know how to do this I could use these techniques to send and receive shouts.
I do have access to Google's App Inventor and I have also downloaded and taken a quick peek at Eclipse. It seems App Inventor is a lot easier to use than Eclipse.
It all seems a little daunting and very complicated/
I do have knowledge in PHP and some JavaScript that could help me progress my knowledge.
Please could someone demonstrate how this could be done?
I want to learn this is why I am asking for help and not asking some one to do this for me.
I do need examples and a lot of help as I am totally new to building applications for the Android platform.
I am sorry I don't have any source code to go off right now as this is something I want to start building.
If you can do this in App Inventor this would be amazing. If not I will learn the hard way!
All information will be great full and I really am enthusiastic about completing my task.
please find an example how to connect App Inventor with a MySQL database using a php script here http://ai.kittywolf.net/index.php/WebMysql (App Inventor Classic) and https://puravidaapps.com/mysql.php (App Inventor 2)
and here are more examples using App Inventor together with php scripts https://groups.google.com/forum/#!searchin/app-inventor-developers-library/php
and here some App Inventor examples using embedded HTML/JavaScript http://puravidaapps.com/snippets.php#javascript
for login to a webpage using App Inventor you also might want to look at this thread https://groups.google.com/d/msg/programming-with-app-inventor/FQSBZGcK1WE/CuUWZmEU5KkJ
Hope that helps
Please refer http://appinventorapi.com/app-inventor-php-application-framework/ for log-in framework and http://ai.kittywolf.net/index.php/PHP_TinyWebDB_with_MySQL for TinyWebDB to MySQL PHP Interface. I tried both, they worked well.

Updating Android Content via web?

I'm developing an app for a company that will include profiles of some clients. The company wants the clients to be able to update information on their profile from the company's website through a secure log-in. I want to do this in a way that the content could be updated without the application users needing to update the .APK.
I'm relatively new to Android development and I'm not quite sure how to do this. Would love the simplest way of doing this. If simple isn't the best way to go about it, I'm open to other suggestions.
Thank you.
The website should have a webservice backend.
Your Android app needs to implement the protocol for that
webservice.
See for example this link http://fahmirahman.wordpress.com/2011/04/21/connection-between-php-server-and-android-client-using-http-and-json/ for a tutorial or search for others.

How to integrate forum into application?

I have a website that has a forum with users. I would like to integrate this functionality into my application? How would i go about doing this? If anyone has some instructions to start with that will be great. Or a tutorial some where.
Add a webview and try to make a mobile friendly version of your forum. You can also call the web browser.
It will save you a lot of trouble.
I know this app forum sdk that provide a native library and bundles to enable a forum in your app. Much faster and quicker response than webview.

Categories

Resources