Re: Re.: PHP & Android
[email protected] (Deepak Goel)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CA+b7NVUH0Vy+gm=TVmov6tgh3sOHdfD=iZAUg-6EW=1BsCxcmA@mail.gmail.com> |
Has anyone implemented WebView ? Is the layout rendered in WebView good? Any implementation examples which I can see? https://developer.android.com/develop/ui/views/layout/webapps/webview Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 [email protected] Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" Make In India : http://www.makeinindia.com/home On Wed, Jan 4, 2023 at 6:26 PM Jānis Elmeris <[email protected]> wrote: > Hello! > > If mobile data usage is acceptable, you may consider using that same web > app also in the phone. Either just open it in a mobile browser as any other > webpage (it must have a responsive design), you can set up bookmark icons > on the home screen for easier access. > Or load the website or use its API from within an Android app (which would > not execute the PHP by itself): see > https://developer.android.com/develop/ui/views/layout/webapps/webview and > https://techbeacon.com/app-dev-testing/web-native-mobile-app-frameworks-how-sort-through-choices > Consider using a framework that would help build an app for both Android > and iOS in one go, e.g. https://cordova.apache.org/ > > Regards, > Janis > > ------------------------------ > *No:* Deepak Goel <[email protected]> > *Nosūtīts:* trešdiena, 2023. gada 4. janvāris 12:41 > *Kam:* php-general General List <[email protected]> > *Tēma:* PHP & Android > > Hello > > I am a newbie. > > I have developed a PHP application for the web using- Ubuntu 20, PHP 7.3, > MySQL 8. The application is similar to (astrosage.com > <https://www.astrosage.com/>) . > > Was wondering if I can port the code on Android? Will it work? > > Please advise. > > Thanks. > > Deepak > "The greatness of a nation can be judged by the way its animals are > treated - Mahatma Gandhi" > > +91 73500 12833 > [email protected] > > Facebook: https://www.facebook.com/deicool > LinkedIn: www.linkedin.com/in/deicool > > "Plant a Tree, Go Green" > > Make In India : http://www.makeinindia.com/home >