A work in progress to help display OBD data on the android operating system.
NEObd is hosted in the following web site
https://github.com/paimonsoror/NEObd
If you think the Android project NEObd listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of NEObd.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Asset File Names | assets\database.xml assets\database.xsd |
There are 1 image files in NEObd. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
NEObd has the following Java source files.
com.normalexception.neobd.NeobdActivity.java com.normalexception.neobd.db.DatabaseFileParser.java com.normalexception.neobd.db.NEODatabase.java com.normalexception.neobd.db.xml.XmlBasedColumn.java com.normalexception.neobd.db.xml.XmlBasedParameter.java com.normalexception.neobd.db.xml.XmlBasedTable.java com.normalexception.neobd.log.NeoLogger.java com.normalexception.neobd.obd.ObdParameter.java com.normalexception.neobd.tabs.DTCTab.java com.normalexception.neobd.tabs.OBDTab.java com.normalexception.neobd.tabs.TabListener.java com.normalexception.neobd.tabs.WelcomeTab.java