I have made a website in Codeigniter which is pretty complex and now I need to make an Android App for the same. Is there a way to do this without recoding?
If you want to create an android app same as your website without recoding the answer is no.
But if you only want display your website in your application yes, you can use webview to display the website but I don't think that'll be a good user experience for the user of your app.
But hey why you don't want recode? coding is fun isn't it? :p
Related
I want my website should act as Google play store app.
For example, go to-> hytoz
and hytoz app
Both source are same. But when I open this app, website will shown as app and after click back or close, it's asking confirm like application.
How I can make this? I'm not android person. I'm in PHP.
First of all, making Android app isn't a one click process. To make a simple Android app, you can make use of Android WebView. Since you're new to Android, I'd suggest you to take courses on basics of Android.
You've mentioned you're familiar with PHP. You can better try PhoneGap, with basics of HTML5, CSS3 and JS, you can build an app. Also, your needs like back, close can also be done with it, and moreover, it's cross platform, you can ship to other operating systems too.
Good Luck.
I have a website/web app which I want to make available on mobile devices.
The website is responsive and can be used inthe mobile browser, but I want to make it available on google play / app store. My question is: how could I create a simple app that is actually a browser, which would run natively on the phone but load my web page in full screen?
Any simple solutions or frameworks?
Well there are different approaches to solve your questions I am trying to give you some rough idea with following two approaches.
Easy and simple one
1) Use web views and call home page url that's all.
For better performance.
2) Create a REST apis with only required data for your mobile app . And then use either web view or create your own views and show it to user . In this case if you create your native view then app will perform faster but development will take time.
I have a website and now I want to develop an app for my website for android phone.
Initially what i need to do?
I dont have much knowledge about java, but i have good knowledge about HTML5, CSS3, PHP and mysql?
Anyone please tell me initial steps to do.
Thanks
You can create a responsive website and can load it into android WebView. Even you can read more about building web apps in WebView.
I have a small wordpress website and I wanted to try to make an Android app out of it. But, I have no idea from where to begin. I found out about App Inventor which makes it real easy to create apps. But, what I still haven't figured out is how to extract data from my website and put it into the app through the App Inventor.
Thanks~
If you want the exact look of your website, you can go ahead with appsgeyser. It automatically creates your app.
You can also try parsing the HTML content of you website and get the data at runtime.
Simply use HTTP GET methods to hit your website url and then retrieve the contents and show it accordingly.
I need to share some text and image from my android app to Pinterest, how could it be possible?
Pinterest's API is closed off, they don't document it, or give any explanation or way to register applications to be able to use it.
Basically, they don't want anyone but them making apps that interact with their site, while it's possible (you could, for instance, run a web browser in the background and have it open pages and such just as a user on the website would) it's not really 'meant' to be done, so it won't be easy :/