Android :: Can Android Extend Google Finance ?
Sep 9, 2009
I would like to know, can android extend Google Finance?(the way it extends Google maps)I mean can i get a scrip's(A scrip belonging to my portfolio) performance on my android supported mobile? Any pointers in this direction would really help I am new to android technology but have a decent experience in java programming.
View 1 Replies
Sep 9, 2009
Can android be extended to include Google Finance(The same way, Google MAPS is extended)? Can i get my portfolio updates on my android enabled smartphone? Any pointers will be really helpful. I am a beginner to android but have a decent exposure to OOP programming
View 3 Replies
View Related
Oct 27, 2009
According to what I've read (and the warnings you get during installation), the Google Finance app is supposed to pull your portfolio down from the web version of Google Finance. I have my gmail setup (and it works) and my portfolio is under that same username. Nothing gets pulled down though. Any ideas why? I uninstalled and reinstalled and nothing. I just get a screen under portfolios that lets me add stocks by clicking a button.
View 3 Replies
View Related
Jun 8, 2010
I was wondering if anyone has found a way to add the major world wide indexes to the Google Finance App? As an example, if I try to add the FTSE100 (.FTSE) to my portfolio, it will show up on the website in my mobile portfolio, but will not show up with my other quotes on the Android App. I know its syncing because it says the portfolio was updated every time I open it. I suppose I could add an ADR, but that does me know good because I want to evaluate the markets from my phone before our markets open. Worse case I will just go to the website, but thats besides the point.
View 1 Replies
View Related
Dec 3, 2009
For those who applied to get your payout limit removed, Google Finance required personal information (like SSN) with the understanding that they "may" be performing routine credit history verifications. Does this concern you? I understand each credit check run on you by any institution (bank, mortgage, etc) lowers your credit score. I can't understand how (or why) Google finance needs to do this. Also, does anyone know how often they do these credit checks?
View 4 Replies
View Related
Mar 6, 2010
I would like to do two things within my Android app: Check if the Google Finance app is installed on the device. Should be pretty straight forward, isn't it ? If yes, launch an intent to Open up Google Finance, displaying a graph on a particular Stock. So I also need to pass the stock ticker to Google Finance in some way... but is this even possible? Any other alternative I could use to display Stock Charts (let's say a 5 days intraday chart) on any stock?
View 2 Replies
View Related
Mar 5, 2009
I wrote up my experiences working on the new Finance app here: http://www.googleandblog.com/finance-for-android-google-developers-no.
View 2 Replies
View Related
Nov 30, 2010
I'm a new VZ Samsung Fascinate user. I got the phone 4 days ago.
I have noticed that my bars are never full. I even compared it with my friend's Nexus One w/ her T-Mobile service and she had 3 bars when I only had 1.
I constantly get zero or 1 and occasionally 2 if lucky. I thought I was in a bad service area but I'm sitting at home where I had full bars before getting this one - same Verizon.
What could be the cause? Do I need to take it to VZ store (I got the phone from BestBuy) and have them take a look?
My apps - Facebook/Twitter/Google Finance/Etc are all slow and often fail because of low connectivity. It's really annoying and I'm not getting full 3G impact on my phone for $30 that I'm paying!
View 10 Replies
View Related
Oct 1, 2010
My wife has a Captivate and I have a Vibrant. She does all the bills and uses mooLa! to keep a running tab on our acct balances since our bank's site is REALLY unreliable. We are looking for an app that is exactly like moola, but syncs between or phones so if I spend money, it will show up in her app and if she spends money, it will show up in mine. Any type of solution would work if we had a way to sync moola, that would be awesome if there's another app like it that syncs, that would work too get creative!
View 2 Replies
View Related
Jun 11, 2010
Currently I use the desktop app quicken to track all my expenses. More and more I'm relying on my android phone to do my daily tasks. I have been searching and reading for weeks now trying to find an app that suits my needs and so far I haven't come up with what I need. Many come close but so far none can provide all three of my requirements. So, does any one of you l33t android users know of an app that can meet these three requirements?
(1) Must be stand alone - If it can sync with a desktop app like quicken for example, that's great but it shouldn't rely on that to function.
(2) Supports downloading bank data directly - My bank (USAA) supports just about every connection method. Every app I have tried for every phone that has this feature has been able to connect to USAA and retrieve my transactions without issue. Downloading to a file and importing manually is not an option.
(3) Must support recurring / scheduled transactions - I want to be able to plug in my monthly recurring bills and have some way of viewing my future balance as the bills hit. Quicken does this with a bar graph and a calender. Either one would work. The biggie (Mint.com) is great but doesn't support the third requirement even though hundreds of people have posted, asking for this feature (guess no one is listening or acting on it). Quicken doesn't have a mobile app. Splash money doesn't have an Android version. Ascendo Money doesn't have an android version. Seems like everything I have found is 2 out of 3.. I don't see how my list of 3 is asking that much?
View 4 Replies
View Related
Apr 30, 2009
My portfolio on Google Finance has a lot of companies in it (from NYSE to ASX - Australia Stock Exchange).But when viewed on my G1, I don't see all the companies. All are there except the ASX ones are hidden.
View 3 Replies
View Related
Dec 14, 2009
on my old phone (palm treo 755) i had a checkbook app that i used daily. i have tried several finance apps on the market, but none seem to do what i want. i have tried the following:
checkbook genius
easymoney
checkbook
dgmoney
with the old program i could create budgets, set up future payments/deposits, show & hide transactions from the transaction list (ie hide cleared items) and display acct balance on a specific day the apps i've tried so far do make decent checkbook registers, but i miss the flexibility of my old app. anyone know of or have experience with another app that could do all this? i have no problem paying for an app that does all this.
View 37 Replies
View Related
Nov 15, 2009
Are there any free (after 30day trials) apps for keeping track of bills, etc? Possibly with widget? Just looking for something simple, like 3 columns (name, amount, due).
View 1 Replies
View Related
Oct 6, 2010
I am using the following code to play video..
View 4 Replies
View Related
Apr 10, 2009
I'm running into difficulties overriding an ArrayAdapter to be displayed in a ListActivity. The ArrayAdapter is filled asynchronously. What I'm trying to do is add a special "sentinel" object that sits at the beginning of the list to show the progress of the computation. Ultimately this may be a progress bar, but right now I am just using a TextView as a placeholder. The problem is that the sentinel seems to get inserted multiple times into the list - not just once at the beginning. It *seems* to be appearing once per "page" of list data (so if 8 list items fit on the screen, my sentinel appears as the 1st, then 9th, then the 17th, etc..), but that interpretation may not be accurate. While maybe not how ArrayAdapters were intended to be extended, I thought something like this should work by simply overriding getView() to show my custom TextView for index.
View 3 Replies
View Related
Feb 4, 2010
I'm am trying to learn how to create LayoutGroups. For a start, I created MyLinearLayout which is supposed to force all children into same width (yes, there is layout_weight, but that's beside the point.
View 2 Replies
View Related
Feb 18, 2010
If i place the Widet that covers up the whole screen called Stocks by Yahoo. Then click it to open it I can add a stock or index. However, right under that text it says *This service may result in additional charges from your wireless provider. It's Yahoo Finance Stocks which comes with the phone. Anyone know if it cost extra money to use? Also if I go into settings/wireless controls/mobile network settings/ data roaming (connect to data services when roaming) and check that does it cost extra money to use 3G when the phone is roaming? Do you guys have "enable always-on mobile" (uses more power on some mobile networks) checked?
View 3 Replies
View Related
Jul 15, 2009
I know this topic has been covered a lot, so apologies if this is redundant. I would like to work in the SDK and simply extend a core app that already exists, and then override some functionality. For example, I would like to extend Contacts, but then overwrite the entire ContactsListActivity class, for my own experimental MyContacts.apk.
In this youtube video: http://www.youtube.com/watch?v=3aUjukCdPyQ
Dianne talks about the ringtone picker, did she just extend the core ringtone picker and work in the SDK?
I DO have the entire platform source code, and have made some changes to core apps there, but rebuilding takes awhile (even useing mmm, and snod), so I was hoping to speed up development by working in the SDK (where building and running the emulator seems to go faster). Not sure if this is realistic or not.
This is all just for some internal experimentation, I am not looking to contribute the the core apps.
In another post, someone had referred to ".... classes available in the SDK....". How can we see what classes we have access to, in the SDK.
View 2 Replies
View Related
Feb 19, 2010
I mean, is there any way to add more functionality add/remove events synchronize with other then Google calendars/formats (authorized).
View 1 Replies
View Related
Jul 27, 2010
Currently in my design I've got a base abstract class that all of my activities extend from, however I discovered recently that in order to use a MapView you need to make your activity extend MapActivity. Since Java does not have multiple inheritance I was wondering if there is any way I can use a MapView without having to recreate my design for my application.
View 1 Replies
View Related
Mar 24, 2010
I recently formatted my computer and updated to Windows 7. I backed up my keystore and tried to sign my apk with it but it gave me an error that said my certificate expires in 22yrs. which is just shy of what the market requires to upload the apk. So now I am stuck not being able to update my app... Is there a way to extend the lifetime of certificates so that I can update my app?
View 1 Replies
View Related
Jul 7, 2010
We are looking for possibility of extend C2DM to other platform such as WM. And want to check the technology or protocol behind android 2.2 Cloud to Device Messaging.
View 2 Replies
View Related
Jun 11, 2010
I have set negative paddings on my custom seekbar so that the round thumb image can go outside the bar, but the thumb isn't rendered out there, is there anyway to force the thumb to be drawn outside those bounds Sorry guys, I'm new to Android development, and have been tasked with fixing an existing application. The problem is that we have a custom rounded looking track bar, which consists of two rounded 'end cap' images and a 1 px background that is tiled to create the seekbar. As far as I can tell there was never one image that could be set as the background of a normal SeekBar, which is why a custom one was created. The thumb is a circle and needs to 'fit' into the end caps - the three pieces of the bar are in a relative layout. Right now I'm kind of unclear as to how the 1 px background png gets stretched as the seekbar bg, otherwise I would try to tack on the two endcaps onto that drawable some how?
View 1 Replies
View Related
Aug 30, 2009
Does anybody knows if (and how ) I can write a custom view/widget and then use it in resources in layout defintions?
View 5 Replies
View Related
Jun 12, 2010
I realize that it would probably require boosting antenna power and thus reduce battery life but, if I am prepared to accept that, can I programatically extend wifi range?
View 1 Replies
View Related
Jul 20, 2010
I want to have a class "Utils", that will have several methods used all over my code. For example, I have a top bar with a textview and two ImageButtons that must display different texts and icons on different activities.I created the class Util, but it doesn't extend Activity. The problem is that if it doesn't, findViewById isn't there, can't find stuff etc.
View 1 Replies
View Related
Nov 16, 2009
I want to encrypt individual contacts stored by the Contacts application on Android based on user's preference. So, I am thinking I'll have to hook/extend the Contacts application before the it stores data into the database and decrypt it when the user wants to view it. Also, I am assuming I will have to store the key for encryption in a file.
View 1 Replies
View Related
Jul 21, 2010
I want to add tabs to the layout of my activity, but I don't want the activity to extend TabActivity. The example in http://developer.android.com/resources/tutorials/views/hello-tabwidget.html only gave example of subclass of TabActivity.
Is there any way I can make it without extending TabActivity?
View 1 Replies
View Related
Aug 2, 2010
I have problem in displaying content in Linearlayout, how to extend layout height.when large number layout used for displaying content..
View 1 Replies
View Related
Apr 23, 2010
I am loading a listview dynamically. I have set a .9.png image as row background image. The main purpose of using .9.png image was to extend the height of the image dynamically according to the contents of the listview. But, the image is not getting extended. The contents which can be displayed within the height of the row are being displayed and the rest are being cut.
View 3 Replies
View Related