Website to App optimization
I have no idea what this is called, but I am currently creating an android app to basically make my site more convenient to access from a phone. It isn't like how a site has a mobile version but I am talking more like how Reddit has an android app and it is easier to do things there. Or just like how facebook has an app. Or just like how MPGH has an MPGH app. You know what I mean? How would I go about doing this or what is it called so I can do some reading on the issue? Thanks.
You access the site through either the same means of login that it uses in a browser or a backend API. Through that you create the layout manually on the app yourself to look how you want on the phone. Each chunk of data can be either parsed from the site itself, or obtained through an API. I can tell you that things like Twitter, Facebook, etc. all use an API. MPGH, I'm not sure.