Click here to Skip to main content
15,881,173 members
Articles / Mobile Apps / Android

Android - Stock Market Watch (COINS) in C# using Visual Studio 2010

Rate me:
Please Sign up or sign in to vote.
4.90/5 (102 votes)
24 Mar 2013CPOL23 min read 269.1K   10.1K   289  
Describes the power of C# in building professional application - Stock Market Watch with Charts on Android platform using Mono C#.
<?xml version="1.0" encoding="utf-8"?>
<resources>
  <string name="ApplicationName">COINSMobile - Live Market Watch</string>
  <string name="Aithor">Sandip.Nascar - sandip.net@gmail.com</string>

  <style name="Theme.Splash" parent="android:Theme">
    <item name="android:windowBackground">@drawable/splash</item>
    <item name="android:windowNoTitle">true</item>
  </style>

  <color name="light_gray">#424242</color>
    <color name="medium_gray">#323232</color>
    <color name="deep_gray">#1C1C1C</color>
  
  <style name="boldText">
    <item name="android:textSize">15.68sp</item>
    <item name="android:textStyle">bold</item>
    <item name="android:textColor">#FFFFFF</item>
  </style>
  <style name="boldText19">
    <item name="android:textSize">18.62sp</item>
    <item name="android:textStyle">bold</item>
    <item name="android:textColor">#FFFFFF</item>
  </style>
  <style name="smallText">
    <item name="android:textSize">10sp</item>
    <item name="android:textStyle">normal</item>
    <item name="android:textColor">#BDBDBD</item>
  </style>
  <style name="normalText">
    <item name="android:textStyle">normal</item>
    <item name="android:textColor">#C0C0C0</item>
  </style>
</resources>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect ClarityCX Solutions & Services Pvt. Ltd.
India India
Sandip is a "Software Architect, CEO, Founder at ClarityCX Solutions & Services Private Limited"

He has 24 years of rich experience working in software development in the areas of market research, web, mobile and e-commerce.

Sandip has wide ranging experience in C#, VB.NET, ASP.Net, JQuery, JSON, LINQ, WCF, WPF, NodeJs, MongoDB, AngularJS, Express, Silverlight, SOA, Android, IPhone, IPad and Windows Mobile applications.

Specialized in Hybrid and Native Apps in iOS, Android, Windows Phone, Blackberry, Symbian, Tizen, WebOS.

Sandip can be reached at sandip.net@gmail.com
Tweet: @sandipnascar
FB: https:sandipnascar
View My Page

Comments and Discussions