Программирование веб-сайтов для мобильных устройств

Вы никогда не будете утверждать свое приложение Apple, если это не будет разработано с помощью XCode. Никогда. И если Вы действительно взламываете SDK для разработки на Linux, и Apple узнает, не удивляйтесь, когда Вы обслуживаетесь. Я - член ADC и программы разработчика iPhone. Доверие, Apple ОЧЕНЬ серьезно относится к этому.

не рискуют, Покупают MacBook или мини-Mac (да, мини-может выполнить XCode - хотя медленно - повышают RAM, если Вы идете с мини-). Кроме того, в то время как я видел OS X, взломанный для работы VMware, я никогда не видел, что любой выполняет XCode на VM. Так удача. И я проверил бы EULA перед прохождением через проблемы.

пз: После того, чтобы читать вышеупомянутое да я соглашаюсь, Взламываете ли Вы действительно SDK и разрабатываете на Linux, по крайней мере, делают заключительную упаковку на Mac И отправляют его через Mac. Apple не пробегает строку кода с методической точностью, таким образом, я сомневаюсь, что они поймали бы это. Но человек, это - много if's и работа. Будьте забавой сделать все же.:)

5
задан Aziz Shaikh 23 October 2012 в 09:40
поделиться

2 ответа

There are really two major schools here and it depends on your audience:

If you're talking about current mobile browsers, the majority of the market is using full-featured browsers like on the iPhone, Android variants, Palm Pre, etc. These can handle things like complex javascript and modern css. For this crowd, you mainly want to focus on things like streamlining layout for very limited page-widths (>800px), minimizing the amount of data it needs to load (since mobile connections can be very slow), and optimizing font-sizes and line-heights for readability.

However, in the developing world (Africa, South America, parts of Asia) then mobile browsing is A) extremely important, and B) about 5-10 years behind in hardware capability. Mobile internet is a major means of getting information in those areas, but you really need to be writing HTML like it's 1999 (minus the tables of course). Keep your markup very clean and very simple, limit any fancy styling, and don't rely on javascript, flash or anything else.

For that type of audience, you should be very concerned with what your page looks like without any stylesheet applied. Semantic markup is king. Of course you will be able to style it, but keep it as minimal as possible.

Hope that offers some basic ideas.

5
ответ дан 13 December 2019 в 22:13
поделиться

Вы можете ознакомиться с W3 Mobile Web Initiative . У них есть множество передовых методов, а также некоторые хорошие инструменты, такие как Mobile Web Validator .

3
ответ дан 13 December 2019 в 22:13
поделиться
Другие вопросы по тегам:

Похожие вопросы: