7+ results for '"apps4android"' (0 ms)
Not the results you expected?
Rpq08ictqB0.yml (https://github.com/watch-devtube/contrib.git) YAML · 9 lines
7 title: 'Google I/O Sandbox Case Study: Apps4Android'
8 recordingDate: 1308765576
9 description: "We interviewed Apps4Android at the Google I/O Sandbox on May 11, 2011 and they explained to us the benefits of building accessibility applications on the Android platform. Apps4Android creates high-quality applications that enhance the quality-of-life and independence of individuals with disabilities.\r\n\r\nFor more information about developing accessibility applications, visit: http://google.com/accessibility/\r\n\r\nFor more information on Apps4Android, visit: http://www.apps4android.org/"
README.md (https://github.com/underwindfall/NFCAndroid.git) Markdown · 40 lines
2 This is a experimental project about Android NFC functionality. The whole idea is based on using android device as
3 a [Host Card Emulation](https://developer.android.com/guide/topics/connectivity/nfc/hce), however we cannot simply send
4 a byte array by realising communication enter iOS and Android because of iOS can only accept `NDEF Message`. So I'm enlightened by reading [NFCForum-TS-Type-4-Tag](http://apps4android.org/nfc-specifications/NFCForum-TS-Type-4-Tag_2.0.pdf)
5 which simulate the whole process command talking cross devices. You can find more details by reading [this documentation](http://apps4android.org/nfc-specifications/NFCForum-TS-Type-4-Tag_2.0.pdf). You can find iOS Reader Tag Project in [my repo](https://github.com/underwindfall/NFCReaderiOS)
com.ideal.magnifier.html
(http://eyes-free.googlecode.com/svn/trunk/)
HTML · 66 lines
✨ Summary
This HTML code outputs a simple webpage with information about an Android app called “IDEAL Magnifier”. It provides a brief description of the app’s features, notes on its functionality, and contact information for the developer team. The page includes basic styling elements such as a title, meta tags, and links to external resources.
This HTML code outputs a simple webpage with information about an Android app called “IDEAL Magnifier”. It provides a brief description of the app’s features, notes on its functionality, and contact information for the developer team. The page includes basic styling elements such as a title, meta tags, and links to external resources.
editores-de-equacoes-online.md (https://github.com/rg3915/LaTeX.git) Markdown · 63 lines
15 [CodeCogs] é um site que te ajuda a escrever e renderizar equações online.
17 
19 Pode ser útil quando você não conseguir montar equações complexas ou precisar salvar uma imagem para web. Ele exporta em GIF, PNG, PDF, SWF, EMF e SVG.
23 [TeXify] é um editor de equações que compartilha a imagem de várias formas: _link direto para a imagem, código para inserir a imagem num blog, num fórum e no Google Docs_.
25 
27 #####Roger's equation editor
com.fsck.idealk9.html
(http://eyes-free.googlecode.com/svn/trunk/)
HTML · 51 lines
✨ Summary
This HTML code outputs a simple web page with information about an Android-based email client called IDEAL Accessible K9 E-Mail. The page includes a brief description, notes, and developer information, such as links to the application’s website and contact details. It appears to be a basic informational page for accessibility purposes.
This HTML code outputs a simple web page with information about an Android-based email client called IDEAL Accessible K9 E-Mail. The page includes a brief description, notes, and developer information, such as links to the application’s website and contact details. It appears to be a basic informational page for accessibility purposes.
com.ideal.webaccess.html
(http://eyes-free.googlecode.com/svn/trunk/)
HTML · 54 lines
✨ Summary
This HTML code outputs a web page with information about the IDEAL Web Access Pack, a self-voicing browser for Android. The page includes a description of the product, its features, and notes on usage. It also provides developer information, including contact details and links to relevant resources. The content is presented in a simple and straightforward manner, likely intended for accessibility purposes.
This HTML code outputs a web page with information about the IDEAL Web Access Pack, a self-voicing browser for Android. The page includes a description of the product, its features, and notes on usage. It also provides developer information, including contact details and links to relevant resources. The content is presented in a simple and straightforward manner, likely intended for accessibility purposes.
45 <ul>
46 <li><span id="marketName">IDEAL Group, Inc. Android Development Team</span></li>
47 <li><a href="http://www.apps4android.org/web-access-plug-in-news-release.htm">http://www.apps4android.org/web-access-plug-in-news-release.htm</a></li>
48 <li><a href="mailto:android@ideal-group.org">android@ideal-group.org</a></li>
49 </ul>
TextEnlargerPrefs.java (http://eyes-free.googlecode.com/svn/trunk/) Java · 114 lines
45 i.setAction("android.intent.action.VIEW");
46 i.addCategory("android.intent.category.BROWSABLE");
47 Uri uri = Uri.parse("http://apps4android.org/textenlarger/unsupported_device.html");
48 i.setData(uri);
49 startActivity(i);
74 i.setAction("android.intent.action.VIEW");
75 i.addCategory("android.intent.category.BROWSABLE");
76 Uri uri = Uri.parse("http://apps4android.org/textenlarger");
77 i.setData(uri);
78 startActivity(i);