Android application to choose the cheapest mobile plan based on call log datas.
callcosts is hosted in the following web site
https://github.com/elek/callcosts
If you think the Android project callcosts 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 callcosts.
Item | Value |
---|---|
Java File Count | 54 |
Supported screen sizes | [ldpi, mdpi, hdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 3 |
Activity Count | 5 |
Required Permissions | android.permission.READ_CALL_LOG android.permission.READ_CONTACTS android.permission.READ_SMS |
Raw File Names | res\raw\git.txt res\raw\hungary.properties |
There are 8 image files in callcosts. The names of the image files are listed as follows.
about.png arrow.png costs.png icon36.png list.png plans.png settings.png stats.png
The following screenshort is generated from the image listed above.
callcosts has the following Java source files.
net.anzix.callcost.AboutActivity.java net.anzix.callcost.CallCostApplication.java net.anzix.callcost.CallLogActivity.java net.anzix.callcost.CallPlan.java net.anzix.callcost.CallcostException.java net.anzix.callcost.Converter.java net.anzix.callcost.CostActivity.java net.anzix.callcost.CostCondition.java net.anzix.callcost.Country.java net.anzix.callcost.DataCache.java net.anzix.callcost.Day.java net.anzix.callcost.DestinationTypeDetector.java net.anzix.callcost.Metrics.java net.anzix.callcost.MyPreferencesActivity.java net.anzix.callcost.PatternTypeDetector.java net.anzix.callcost.Plan.java net.anzix.callcost.PlanActivity.java net.anzix.callcost.Provider.java net.anzix.callcost.Tools.java net.anzix.callcost.UidGenerator.java net.anzix.callcost.World.java net.anzix.callcost.data.CalculationResult.java net.anzix.callcost.data.CallList.java net.anzix.callcost.data.CallLogHelper.java net.anzix.callcost.data.CallLogTable.java net.anzix.callcost.data.CallRecord.java net.anzix.callcost.data.Contacts.java net.anzix.callcost.data.Record.java net.anzix.callcost.data.SMSRecord.java net.anzix.callcost.hungary.hu.telenor.TelenorKlasszik.java net.anzix.callcost.hungary.hu.tmobile.DominoNet.java net.anzix.callcost.option.AndOption.java net.anzix.callcost.option.FreeCalls.java net.anzix.callcost.option.FreeMinutes.java net.anzix.callcost.option.FreeSms.java net.anzix.callcost.option.Group.java net.anzix.callcost.option.IncludedCost.java net.anzix.callcost.option.Net.java net.anzix.callcost.option.NoOption.java net.anzix.callcost.option.Option.java net.anzix.callcost.option.OrOption.java net.anzix.callcost.option.PricePerCall.java net.anzix.callcost.option.PricePerSms.java net.anzix.callcost.option.TestOption.java net.anzix.callcost.rulefile.MoneyConverter.java net.anzix.callcost.rulefile.OptionExpressionParser.java net.anzix.callcost.rulefile.PojoCreator.java net.anzix.callcost.rulefile.PropertyContainer.java net.anzix.callcost.rulefile.RuleFileParser.java net.anzix.callcost.ui.ListElement.java net.anzix.callcost.ui.ListElementAdapter.java net.anzix.callcost.ui.MemberElement.java net.anzix.callcost.ui.MultiListItemAdapter.java net.anzix.callcost.ui.SeparatorElement.java