[App] Mobile Finance v1.6

Search This thread
G

GuestK00104

Guest
I have created a simple stock quote application with HTC Sense Interface Style.
It's basically a port of the HTC Sense Stock application.
All suggestions are welcomed.

Thanks:
Thank you very much eboelzner shared his Sense Interface SDK.
This application is built upon Sense Interface SDK.

Thank you very much the AlphaMobileControls project at CodePlex.

Changelog:
  • v1.0 - 29-Aug-2010
    * Initial Release
  • v1.1 - 03-Sep-2010
    * [Feature] Stock Details Form
    * [Feature] Charts in Stock Details Form
  • v1.2 - 03-Sep-2010
    * [Bugfix] Incorrect Change Percent shows in Stock Quote
  • v1.3 - 27-Sep-2010
    * [Bugfix] Number w/ more than 2d.p. cannot be shown
    * [Bugfix] Goto Stock Detail page when move the stock up/down
    * [Feature] Keeps data file when updating program
    * [Request] Add Exit Menu
    * [Request] Cache Stock Chart
    * [To Do] Include HTC fonts for Non-HTC devices
  • v1.4 - 06-Oct-2010
    * [Feature] Download data when roaming option
    * [Request] Tap on StockQuote Panel Item to open Stock Details
  • v1.5 - 11-Oct-2010
    * [Bugfix] VGA Screen, Scrollbar show in Stock Details page
  • v1.6 - 13-Oct-2010
    * [Bugfix] Exception w/ message "Value does not fall within the expected range."
    * [Bugfix] Delete Cache folder when Uninstall

Downloads:

Screenshots:
fd4b24f307840e448a4de277970e40436g.jpg
110813c5ac5044c51efdee9575d050756g.jpg
9b7c5ae158bf1e43cdb1e48b13e896086g.jpg
d678ecc4ca2c751d982aa1f49dc7ef596g.jpg
bf48aaaf94b00d3b31a7b29aafdf9b9e6g.jpg
e1da04eb95550941a53a26e7935481eb6g.jpg
 
Last edited:

The_Jack

Senior Member
Jun 19, 2008
54
7
Veliko Tarnovo
Thank you

Hello joeylicc,

It is very good application.
But when I try to add currency it is not possible to add more then one. Type currency rate that you are interested in using following scheme:
CURRENCYSYMBOL1CURRENCYSYMBOL2=X
example: eurusd=x and you have the exchange.
When I try to add second it is open in new page and when press back it is no appear in main page. :confused:

And one suggestion is it possible when click on stock or currency rate to be possible to see graph for last 1 day, 5 day, 1M, 3M, 6M, 1Y. :cool:
As it is in Sense because HTC stocks tab stop working. See attachment


Thanks

Edit: I found it - when I click on the currency from second page it is appear on the first page. So now stay my request to add history.
 

Attachments

  • Screen03.jpg
    Screen03.jpg
    82.1 KB · Views: 309
Last edited:
G

GuestK00104

Guest
Thank you for trying my application.

I planned to add the stock details and charting features in v1.1.
Please keep an eye on this thread about v1.1.
 

mohankrishna

Member
Jun 20, 2008
37
0
nice app

very nice app.. looking forward for your next version.
badly needed an app to show the real time quotes..thanks a lot.. But still sometimes it shows delayed Quotes on clikcing the update Now.
 
Last edited:
G

GuestK00104

Guest
Mobile Finance v1.1 Released

Mobile Finance v1.1 Released
* [Feature] Stock Details Form
* [Feature] Charts in Stock Details Form

All suggestions are welcomed.
 
Last edited:

Heart1010

Senior Member
Jan 27, 2009
639
24
Xiaomi Mi 11 Lite 5G
Really nice charts are in now... thanks a lot, they are really prettier than HTC ones ;-)!!!

Bug? The %-change looks too heavy (x100 too much I think, so Dow Jones is on finance.yahoo.com 50,63/0,49% and your app shows 50,63/49,30%)
 
G

GuestK00104

Guest
Really nice charts are in now... thanks a lot, they are really prettier than HTC ones ;-)!!!

Bug? The %-change looks too heavy (x100 too much I think, so Dow Jones is on finance.yahoo.com 50,63/0,49% and your app shows 50,63/49,30%)
I'm sorry that I can't discover this bug before release.
Sorry for the inconvenience caused.

v1.2 has been released.
Data file for v1.1 is compatible with data file for v1.2.
You can backup the MobileFinance.bin file inside the application folder.
And restore the data file after installing v1.2.
 
G

GuestK00104

Guest
Mobile Finance v1.2 Released

Mobile Finance v1.2 Released
* [Bugfix] Incorrect Change Percent shows in Stock Quote

All suggestions are welcomed.
 

Heart1010

Senior Member
Jan 27, 2009
639
24
Xiaomi Mi 11 Lite 5G
Thanks, now percentage works!

Feature wish: Set how much shares I have to a symbol and which price I've bought that one so I the app calculates my gain/loss.
 
Last edited:

dragonballz

Senior Member
Jun 16, 2009
405
54
Mulhouse
hello, how do you add CHFEURO=X EUROCHF=X
thank you!
thank you for sharing!
excuse me for my English
 
Last edited:

Hampi1973

Senior Member
Dec 19, 2009
91
0
Really nice application. And the graph looks better than that one from HTC Sense.

Is it possible to save the last graph, so when you go back, you still can see last graph, without downloading the data again. Because sometimes you go back to see graph again, but no need to download the same or maybe new data again.

This would save a little bit of traffic, and when open the details, show a graph right away. Awesome ... Thanks
 
G

GuestK00104

Guest
hello, how do you add CHFEURO=X EUROCHF=X
thank you!
thank you for sharing!
excuse me for my English
I can't find the official currency symbols from Yahoo.
But I found the following Currency Symbol List, http://www.xe.com/symbols.php.
Every currency symbol should have 3 letters.

I suggest users visit Yahoo Finance and find the corresponding currency info.
The currency exchange symbol can be found at the upper left corner of the graph.
 

drdingdong

Senior Member
Oct 18, 2008
598
194
Stocks database

Great Job Joey!!!! This is exactly what I was looking for. :):)
Where is the stocks database file stored in the app? So that I don't need to add my fav stocks whenever I update to a new version of app.
 
G

GuestK00104

Guest
Great Job Joey!!!! This is exactly what I was looking for. :):)
Where is the stocks database file stored in the app? So that I don't need to add my fav stocks whenever I update to a new version of app.
Stock data is stored in the MobileFinance.bin file.
It's a binary file. It stores the stock symbols you added and the last stock quote you got (Not including the graph).

I will amend the program which doesn't require user to re-enter the stock symbols after updating the program.