简体   繁体   中英

Android project for social networking system

Hi everyone i have one question about android.

I have created a social networking website. Now i want to make my own website to android application. I am a good designer for android application template like (material design ext.).

I searched on the internet how to created login and register script from android aplication using PHP,MYSQL and i found some example but that examples is not clearly.

My question is how can i use my PHP code in android aplication ?

Note: I am a new on android only php section. My website link is oobenn

You shouldn't try to port the website on Android. You should instead:

  1. create REST APIs for your website exposing JSON Data.
  2. download Android Studio
  3. start developing an Android native application connecting to your website, retrieving data (JSON) and showing data to the user through the native Android UI elements

I strongly recommend you this course https://www.udacity.com/course/ud853

您必须使用PHP开发Web服务,然后在Android应用程序中调用该Web服务功能。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM