HTC Incredible :: Financial Advisor Thread

May 13, 2010

I don't know about the rest of you but i am a full time financial advisor and i have wondering beside the stock finance apps and the yahoo finance apps.any other good apps/widgets you guys recommend? whether its news or quotes.i wil take them all.

HTC Incredible :: Financial Advisor Thread


Android :: Financial App That Syncs

Feb 22, 2010

I have been searching for a financial/checkbook/budget app that will sync with my banking account and credit cards.The only program I have found is Buxoid.There must be others out there.I don't really want a program where I have to manually transfer data from my bank. Any ideas?

View 16 Replies View Related

Android :: Financial Calculator

Apr 18, 2010

I did a few searches, and came up empty handed.I'm trying to find a decent financial calculator, similar to a BAII+ by TI.I want something that has at least a row of TVM buttons (n,i/y,npv,pv,fv,etc.) Also, it would be great to find something with a cash flow register.Is there anything like this out there? I know the official BAII+ is available to purchase for the iPhone, just wondering if something comparable is out there for my Eris (rooted, 2.1)

View 5 Replies View Related

Android :: Financial Times App

Apr 16, 2010

Does anybody know if FT app will be made for Android soon? After all, it's one of the world's best news places. And the app for Iphone is pretty ok.

View 2 Replies View Related

HTC Incredible :: Root Notification Thread (Root Achieved And Thread Open)

Jun 3, 2010

Status: ROOT ,,Root Notification Thread (Root Achieved and thread open)

View 49 Replies View Related

Android :: Financial Stock App That Does Futures

Jul 22, 2010

This is a pretty specific request, but does anyone know of any stock tracking apps that includes the Futures markets? I'm not trading pig bellies or anything, but I do like to see what the index futures are doing in the evenings and morning (post-market, pre-market), specifically the E-mini S&P 500.I'm a thinkorswim.com guy and they have an awesome iPhone app that will do futures, but no Android app.

View 2 Replies View Related

Android :: Financial App That Will Sync With Microsoft Money

Dec 12, 2009

I'm looking for a financial app that will sync with microsoft money. Something like Ultrasoft Money. I used that on my windows mobile phone and it synced flawlessly and effortlessly. I know there are other financial programs out there that will allow you to keep a checkbook on your phone, but I don't want the checkbook solely on the phone, I want it on the desktop too and microsoft money is already there and works great. Some of these other apps out there will sync with ms money if you download the file in this format to your sd card, hold your tongue to the top of your mouth, move the file to the computer via USB, move your tongue 90 degrees to the north, change the file format and then import it from within money. well, you get the idea. I don't want to have to do all that.

View 9 Replies View Related

HTC Incredible :: Thread For Best Applications

May 5, 2010

Can someone help me find the thread for best applications?

View 1 Replies View Related

Android : Java - Implement A Run Method Of Thread If Create A Thread Global

Sep 7, 2010

How can I implement a run() method of thread if I create a Thread Global?

I mean If I create a Thread Globally then can I implement its run() method {" public void run()"} anywhere in my Application?

In the run() method I have to write the code to perform some action.

IF I can do it then please can anyone show me briefly how to do it particularly.

View 2 Replies View Related

Android : Handle Messages Between The Main Thread(the Deafult UI Related Thread) And The User Created Gamethread

May 21, 2009

I am writing an application in which i need to handle messages between the main thread(the deafult UI related thread) and the user created Gamethread.

The requirement is like this.

An activity(say "Activity_X") is setting the view by "setContentView(some "View_Y")". In "Activity_X" i have implemeted "onCreateOptionsMenu()" and "onOptionsItemSelected()" fucntions for creating menus & a switch case for action to be taken on selecting those menus.Menu has items like "resume/pause/zoom/" .

All action to be take on selecting these menus are implemented in "View_Y" in a separate Gamethread by extending "Thread" class.

So whenever a menu is selected in "Activity_X" i need to send a message to "View_Y". And on receiving this ,a particular action/method should be called in View_Y(GameThread).

How can i achieve this using Handlers?Is there any other way of doing this? Please do share with me some code snippets for these.

View 3 Replies View Related

HTC Droid Eris :: Remove Certain Texts From Thread In Easily Instead Of Whole Thread?

Dec 28, 2009

Does anyone know how to delete certain texts from a thread in an easy manner instead of having to delete a whole thread??

View 7 Replies View Related

HTC Incredible :: Why Mod Deleted Thread Title?

Aug 19, 2010

A mod deleted my thread titled: 'Another POLL ... WHY do you want Froyo? Can you PM me please and let me know why it was deleted? I had very specific reasoning for posting that, even if many thought it might have been redundant. I wanted to post a poll to get a rough idea out of all of the posters aching for Froyo, who wanted it for bug fixes, and who wanted it for other reasons such as new features, etc. That is a specific purpose, and is not redundant. If you'd be so kind, please let me know what i did wrong. I was really looking forward to the results of that poll.

View 11 Replies View Related

HTC Incredible :: Need To Stop Moving My Thread

Aug 17, 2010

To the mod who moved my thread please move it back. It is multi part and fits were I put it just fine.

View 49 Replies View Related

HTC :: Unofficial Incredible Wallpaper Thread

Apr 14, 2010

I figured we should have an official wallpaper thread. Assuming the screen size is 480 x 800 what are some of your wallpapers going to be? I'll start it off.

View 49 Replies View Related

HTC Incredible :: Offical Pics Thread

Apr 28, 2010

Settings you encounter that takes better pics should be posted here. Also share your photos that you take as well. This is my first pic and did not play with the settings so it was default. Lets get the most out of our 8mp camera's. I know everyone says point and shoot is better but no reason not to get the best from the hardware we have on us at all times.

View 49 Replies View Related

HTC Incredible :: Post Pictures On As Thread?

May 25, 2010

How do I post a picture from my pc to a post? I see a link to "Inset Image" but it asks for a URL.

View 3 Replies View Related

Android :: Update ListView In Main Thread From Another Thread

May 27, 2010

I have a separate thread running to get data from the internet. After that, I would like to update the ListView in the main thread by calling adapter.notifyDataSetChanged(). But it does not work. Any workaround for that?

View 1 Replies View Related

Android :: Use Thread With SurfaceView - Ie Draw In Separate Thread?

Jul 22, 2009

I want to do the drawing in another thread to speed up the game(it is way to slow right now). I was told to do this but don't quite understand why that would speed things up. Is it GameView that should implement Runnable? Should I make the thread sleep when not drawing? where should I start the thread? package com.android.WWS;

import android.app.Activity; import android.content.Context; import android.graphics.*; import android.os.Bundle; import android.view.SurfaceView; import android.view.KeyEvent; import android.view.View; import android.view.View.OnKeyListener; import java.lang.Runnable; import java.lang.Thread;...................

View 4 Replies View Related

HTC Incredible :: I Stand By My Original Thread That Was Locked

Jun 29, 2010

The Inc has been pulled for quality issues not parts shortages. The same crap is going on in EVO land as well. Many defective units and now an OTA update that bricked 100s of phones. HTC has a real problem on there hands with these handsets.Has HTC Pulled The Incredible For Flaws?

View 34 Replies View Related

HTC Incredible :: Maintenance OTA Update Discussion Thread

Nov 4, 2010

DROID Incredible Update Ready, Looks Like a Bug Fixer - Droid Life: A Droid Community Blog.Looks to be reporting about a confirmed bug fixing update from Verizon for our 2.2 devices.I did checked my DI but it says I'm on the latest version.I will be keeping an eye out though.

View 49 Replies View Related

HTC Incredible :: Official Diddnt Get Update Thread

May 6, 2010

Got the ota at about 5 am this morning, but it froze and didn't work. So when I restarted it said no update available. Wonder if there's something wrong with me phone.

View 5 Replies View Related

HTC Incredible ::Deleting Some Part Of Conversation In SMS Thread?

May 1, 2010

I'm new to Android having just come from Blackberry [loving the change, btw]. However the only thing I am missing. Is there any way within SMS Text Messages you can delete previous parts of the conversation? I see that it saves all my conversation with a person so I have todays conversation and yesterdays too. However, I want to delete all of yesterdays text messages but still keep the conversation thread I'm having currently. Does this make sense? It was something I liked with my old phone- the "delete previous" option. Is there something like this on the HTC Incredible?

View 1 Replies View Related

HTC Incredible :: Texts Scroll To Top Of Thread While Typing

Oct 8, 2010

I am having an issue while typing texts in the stock messaging app...

While I am in the middle of typing texts, sometimes my phone will jump to the first message in the thread I am currently viewing (i.e. I am typing a response text to John Doe). I then have to scroll, scroll, scroll, scroll, scroll back to the bottom of the thread where my response box is. Then I tap the box and continue typing...

Is this happening to ANYONE else? Am I hitting something that is making the view jump to the top like that? I don't understand.

Thinking I could probably download a third party app for texting and avoid the problem, but I like the default app. I shouldn't HAVE to use another app. The stock one SHOULD just work...

View 5 Replies View Related

HTC Incredible :: PSX4Droid Thread - How Well App Along With Roms Work

Aug 17, 2010

Other forums have a thread dedicated to PSX4Droid and how well the app along with the roms work on their respected phone.

This thread is not so much a "How to" but a "What works"

For those just getting started and need to learn how to set up PSX4Droid take a look at a few of the videos on YouTube to help get going.

Now for anyone who has PSX4Droid on the Incredible could you please post what roms/games you have tried and how well they work on the system.

This will help people from putting a certain amount of hours of playtime into a title only to find there is a section they won't be able to advance from.

Games I have tried so far:

Dino Crisis: This one starts off fine but about 30 minutes into playing there is a door you have to go through and the new section won't load basically ending the game.

Dino Crisis 2: Runs fine for the first 5-10 minutes but afraid of the same problems coming up from Dino Crysis 1.

Resident Evil: Only played for 30 minutes but runs fins, also has sound issues.

Resident Evil 2: Played for 1 hour and runs GREAT, has some sound problems.

Resident Evil 3: Same as RE2, played for 1 hour game runs great but has some sound issues.

Diablo: This is a tricky one. Game starts and plays fine in the first town but after talking to everyone there is and entering the church the performance drops off. Now I have restarted this one and took my character directly into the church bypassing talking or doing anything in town and didn't have a problem so this might have a memory issue.

So far from the limited titles I played the RE series works out the best. It should be noted that every game I tried out has some sound issues you just have to live with for now.

View 49 Replies View Related

HTC Incredible :: Thread / Forum For Requesting Apps?

May 6, 2010

Is there an official thread or forum for the android where you can request apps to be made? basically you suggest an app to be made then others can vote if its as good idea and if enough people like it someone will make it and put it in the market?

View 2 Replies View Related

HTC Incredible :: Thread Dedicated To The Safe Removal Of Apps

Jun 30, 2010

I want to see a thread for my own sake and others on what apps people have removed and what is safe.In order to remove an app use these directions.Footprints: (I had to do a Nandroid backup after removing this becauuse maps would not load in navigation) some online have reported the same problem while others here said it worked for them) JUST BE SURE TO MAKE A BACKUP FIRST.Another app to watch for is Friendstream as people have reported problems with constant sync issues.(Also just a question when removing apps do you need to run the same command line ending with .odex?)

View 38 Replies View Related

HTC Incredible :: Have A Huge Text Message Thread That I Cannot Delete

Jul 16, 2010

its 2000+ messages, slows the whole damn phone down, esp handcent and the other msg app. when i try to delete it takes forever and just freezes the phone

View 4 Replies View Related

HTC Incredible :: Icon Thread - Apps That Allow To Change Icons

Aug 26, 2010

Ok, so I have been seeing a bunch of requests for black and red icon packs. Since we have a wallpaper thread, why not an icon thread? For any colors, shapes, whatever. Post your icons, or a link you your favorite icon pack be it on deviant art or an app in the market or anywhere else.

Here are some apps that will allow you to change icons. If you PM me or post others here, I will try to keep up and add them.

BetterCut allows you to change icons LauncherPro allows changing icons on its dock
There are numerous apps out there like Fake Chrome that will change one specific icon for a specific program.

View 14 Replies View Related

HTC Incredible : Start An Official Rom Thread That Has Links To Roms?

Jun 26, 2010

Can we start an official Rom thread that has the links to the Roms so we don't have to look through a bunch of crap to find them?

View 2 Replies View Related

HTC Incredible : Thread / Section With A Compilation Of All Themes For Phone?

Sep 21, 2010

Is there a thread or section with a compilation of all themes available for the Incredible?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved