Board logo

Android Programming
Minicooper - 9/1/16 at 09:08 PM

Hello, I have tasked at work with creating a simple website for Samsung galaxy tab3, using 6 jpegs on separate pages, to navigate to next page using an right arrow and to navigate to the previous page with a left arrow.

I have absolutely no idea how to do this in android can any one point me in the right direction

Cheers
David


blakep82 - 9/1/16 at 09:13 PM

if its a website, opened with a browser, then its pretty much the same as with a PC website
if an app, then no idea


scudderfish - 10/1/16 at 09:03 AM

This should be a kicking off point for you http://developer.android.com/guide/webapps/webview.html


theprisioner - 10/1/16 at 01:52 PM

Try GoDaddy the have an on line wysiwyg app that does all the support for mobiles etc. The problem is web page writing is dependant on the browser (mobile or otherwise) you need an app that takes all the browser choices into account and redirects the choices, can be quite complicated if it is for professional use.