java - How to turn Website into Android App -


i have developed 1 website , want create android app it. app should in sync web site automatically. know there many online free tools it. want learn android programming basic.

i don't want link or view webpages smartphone must able add android features. may assume newbie in andriod developing field. want any, tutorial or book this. suggestion?

for e.g. suraj.com ---> suraj (android​ app)

thank in advance.

if want build native app, , communication server, follow step

  1. learn java , android sdk
  2. use eclipse
  3. build server , create web api (like http://localhost/index.php?data=123)
  4. in android application, call web api send or receive data (get,post)

and can following website

  1. android user interface design: layout basics
  2. androidhive

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -