Android Open Source - Database database MACDNotification






Project Summary

Android application that pulls data from the Yahoo Finance database and calculates MACD. the application gives a notification if there is a MACD-shift..

Web Site / Source Repository

MACDNotification is hosted in the following web site
https://github.com/MrLogic85/MACDNotification

If you think the Android project MACDNotification listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of MACDNotification.

ItemValue
Java File Count19
Target SDK Version19
Minimum SDK Version14
Activity Count2
jar files usedandroid-support-v4.jar
androidplot-core-0.6.0.jar
commons-lang3-3.1.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.READ_SMS
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.RECEIVE_SMS
android.permission.SEND_SMS
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 4 image files in MACDNotification. The names of the image files are listed as follows.

ic_chart_24.png
ic_chart_32.png
ic_launcher_small.png
yahoo_icon.png

The following screenshort is generated from the image listed above.

null

Java Source Files

MACDNotification has the following Java source files.

com.sleepyduck.macdnotification.ActivityMACD.java
com.sleepyduck.macdnotification.ActivityStockView.java
com.sleepyduck.macdnotification.ExpandableListAdapter.java
com.sleepyduck.macdnotification.RuleNo1Indicators.java
com.sleepyduck.macdnotification.StartupBroadcastReceiver.java
com.sleepyduck.macdnotification.data.Backtrack.java
com.sleepyduck.macdnotification.data.DataController.java
com.sleepyduck.macdnotification.data.Group.java
com.sleepyduck.macdnotification.data.RetrieveDisplayName.java
com.sleepyduck.macdnotification.data.StockData.java
com.sleepyduck.macdnotification.data.StockDataFetcher.java
com.sleepyduck.macdnotification.data.StockDataList.java
com.sleepyduck.macdnotification.data.Symbol.java
com.sleepyduck.macdnotification.data.xml.IXMLParsable.java
com.sleepyduck.macdnotification.data.xml.XMLElement.java
com.sleepyduck.macdnotification.data.xml.XMLElementFactory.java
com.sleepyduck.macdnotification.data.xml.XMLParsableAdaptor.java
com.sleepyduck.macdnotification.util.CollectionUtil.java