7+ results for '"apps4android"' (0 ms)

Not the results you expected?

Rpq08ictqB0.yml (https://github.com/watch-devtube/contrib.git) YAML · 9 lines

6 - testing

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/"

10

README.md (https://github.com/underwindfall/NFCAndroid.git) Markdown · 40 lines

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.

58 <li><span id="marketName">IDEAL Group, Inc. Android Development Team</span></li>

59 <li><a href="http://apps4android.org/">http://apps4android.org/</a></li>

60 <li><a href="mailto:android@ideal-group.org">android@ideal-group.org</a></li>

editores-de-equacoes-online.md (https://github.com/rg3915/LaTeX.git) Markdown · 63 lines

16

17 ![image](http://apps4android.org/mathwriter/codecogs-com-latex-eqneditor-1.jpg)

18

24

25 ![image](http://apps4android.org/mathwriter/texify.jpg)

26

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.

43 <li><span id="marketName">IDEAL Group, Inc. Android Development Team</span></li>

44 <li><a href="http://apps4android.org/k9.htm">http://apps4android.org/k9.htm</a></li>

45 <li><a href="mailto:android@ideal-group.org">android@ideal-group.org</a></li>

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.

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>

TextEnlargerPrefs.java (http://eyes-free.googlecode.com/svn/trunk/) Java · 114 lines

46 i.addCategory("android.intent.category.BROWSABLE");

47 Uri uri = Uri.parse("http://apps4android.org/textenlarger/unsupported_device.html");

48 i.setData(uri);

75 i.addCategory("android.intent.category.BROWSABLE");

76 Uri uri = Uri.parse("http://apps4android.org/textenlarger");

77 i.setData(uri);