Teach myself fundamentals of Android programming. Generate truth tables based on visual layout of logic circuit containing NOT/AND/OR gates..
CL_circuitdraw_2014 is hosted in the following web site
https://github.com/empayne/CL_circuitdraw_2014
If you think the Android project CL_circuitdraw_2014 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 CL_circuitdraw_2014.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [ldpi] |
Target SDK Version | 18 |
Minimum SDK Version | 16 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
There are 13 image files in CL_circuitdraw_2014. The names of the image files are listed as follows.
icon_and.png icon_in.png icon_not.png icon_or.png icon_out.png icon_x0.png icon_x1.png icon_x2.png icon_x3.png icon_y0.png icon_y1.png icon_y2.png icon_y3.png
The following screenshort is generated from the image listed above.
CL_circuitdraw_2014 has the following Java source files.
com.ericmpayne.cl_circuitdraw.DrawingOverlayView.java com.ericmpayne.cl_circuitdraw.LogicElement.java com.ericmpayne.cl_circuitdraw.LogicElementAnd.java com.ericmpayne.cl_circuitdraw.LogicElementBlank.java com.ericmpayne.cl_circuitdraw.LogicElementCreationAdapter.java com.ericmpayne.cl_circuitdraw.LogicElementInput.java com.ericmpayne.cl_circuitdraw.LogicElementNot.java com.ericmpayne.cl_circuitdraw.LogicElementOr.java com.ericmpayne.cl_circuitdraw.LogicElementOutput.java com.ericmpayne.cl_circuitdraw.LogicEvaluationAdapter.java com.ericmpayne.cl_circuitdraw.MainActivity.java com.ericmpayne.cl_circuitdraw.TruthTableAdapter.java com.ericmpayne.cl_circuitdraw.TruthTableData.java