Android :: How Does Phone Compare To IPhone?

Feb 23, 2010

I am starting to regret my purchase of the Samsung Moment, I dont know if its with the Lacking OS of 1.5 as I see 2.0 on the website the interface is different with the phonebook, the way the screen looks. I still have yet to figure out how really this phone is the "same" or compares to the IPhone ... in simple ways of application use, I still see my friends on their I Phones talking to millions of people with in a 5 mile range to a 100 mile range on all these social applications.With also that in talk of Applications why is it when i try to get a NEW! or POPULAR! application I have the wrong OS I am starting to think I should of held out for the Nexus unlocked cause I think that is the only one you can get that does everything. I was really hoping for a socialized phone not a traveling phone. I will say it is handy ,when you go into the store to compare prices or when you go on a long trip finding restaurants,gas stations and such but the I phone helps everyone connect and thats what I really would like to see a SOCIAL app for ALL android USERS together!

Android :: How Does phone Compare to IPhone?


HTC :: A Good Day To Compare Your Desire To An IPhone

Jun 22, 2010

Shock, horror, iOS4 has brought something unpleasant, wait for it, that unholy word that has never been associated with the iPhone. Yes, the iPhone has LAG. Gizmodo, the Gadget Guide My brother in law has already been complaining that his 3gs is way too slow. My heart bleeds.

View 48 Replies View Related

Samsung I7500 :: How Does Galaxy Compare To IPhone?

Oct 16, 2009

I'm a long time WinMo user and I switched to Android recently. Bought Galaxy some two months ago. I like it. However, I've never owned an iPhone, in fact, I never even used an iPhone. So I am curious as to how the Galaxy compares with Apple's product. If someone has had extended experience with both, I'd appreciate your comments.

View 15 Replies View Related

Android : Phone Native - Dalvik Performance Compare

Feb 24, 2009

Below is a simple bench between Navive C and Dalvik Java, which is collected from Android SDK 1.1. Code...

View 3 Replies View Related

HTC EVO 4G :: Compare Phone With Epic 4G

Aug 6, 2010

I am wondering how the two will compare and compete and which one will ultimately be the better phone.

View 49 Replies View Related

Samsung Captivate :: How Does My Phone Compare To Blackberry?

Aug 18, 2010

So after getting frustrated with the lag on my new blackberry torch, I've decided that I might get the captivate. The one thing holding me back is the messaging features (e-mail/texting). How do they compare to the blackberry? Also, does the captivate suffer from the same legginess issues with simple menu functions/app changes?

View 13 Replies View Related

Samsung Galaxy S :: Compare Phone To Evo - Better Screen Technology?

Jun 18, 2010

Has anyone been able to compare the Galaxy S and the Evo firsthand? I canceled my Evo order to see what the S Pro will be like. On paper I feel that except for the Evo's slightly bigger screen the Galaxy S has better features including better screen technology, but as we've heard with some peoples' Evos there can be hidden issues. Any thoughts? I guess it's not really possible to do a side by side comparison yet unless someone has one of the handsets and travels to a country where they're selling the other one, or has had a chance to use a prototype.

View 3 Replies View Related

Sprint HTC Hero :: How Supersonic Will Compare To Phone "size Wise"?

Mar 10, 2010

And once it is released, will you switch to the Supersonic: A.) With a full upgrade from Sprint B.) Buy it outright C.) Stay with your Hero How much effect will a 2.1 Hero update have on your decisions? What will your actions be if it WILL and WILL NOT get the upgrade.

View 18 Replies View Related

Android :: Compare With Blackberry

Sep 26, 2010

So, I'm currently a BlackBerry (9700, for the record) user, seriously considering switching to an android device. I'm sure everyone here can account for the various ways an android phone is superior to a BlackBerry, and I'm pretty familiar with them. What's been holding me back though, are the minor productivity tweaks a BlackBerry provides that seemingly don't have a match on android devices. Am I wrong on these? Have others made the jump and found no difference? Specifically: Dedicated hotkeys of sorts -- I'm a pretty heavy business user, so I make ridiculously extensive use of my calendar/scheduler. No matter what I'm doing at the moment, I'm able to jump to my calendar with a single button press and see my entire week's worth of appointments. If I need to add something, I can schedule an appointment in under 5 seconds all the way through. To be honest, that's probably the only hotkey I use, but the ability to do this in an instant no matter what's in my way is rather important for me -- are there any equivalents on android phones? Through my research I've noticed a lack of hardware hotkeys. Is there any software solution that could at least compare?.....

View 16 Replies View Related

Android :: How To Compare Data In Framebuffer?

Sep 5, 2010

In my app on cupcake platform ,in the EGLDisplaySurface.cpp ,my plan is adding a method to compare the data is different or not between front buffer and back buffer.but I can't understand the framebuffer is.I'm poor in C++.

View 3 Replies View Related

Android :: How To Compare Two Song Files?

Aug 24, 2010

I would like to compare two song files (one may be subset of other file) and see, if they are match each other. Is there any predefined method available in Android? How to proceed on this?

View 5 Replies View Related

Android :: Compare Mobile Platforms

Feb 2, 2009

I am thinking of developing a small application and I am trying to decide between various Mobile applications platforms - Android, iPhone and RIMM. I was wondering if any of you have any thoughts on any of these mobile platforms, there advantages/disadvantages etc. Also - how would you compare between the various app stores these mobile platforms have.

View 2 Replies View Related

Android :: How To Compare Two Simple Images?

Jul 21, 2009

I'll get straight to the point. Please note that I haven't code anything in this project just yet. This is only an idea. In human language, my goal is to: 1. Take a picture of a blank white A4 paper. 2. Verify (by code) that the picture is "White". (this's why I include 'simple' in the topic) I mean, the program should be able to tell if the user just took the picture of "white" paper and not any other colors. For the code... I can guess that the actual process should be: 1. Use Camera API to take a picture. // this step should be easy 2. Convert it to Bitmap. // this step should also be easy 3. Verify that it is "White". //*** now I need some help here. How can I do step 3? I look up the docs and found this is the Bitmap class: getPixels (int[] pixels, int offset, int stride, int x, int y, int width, int height) I can use this and compare the data pixel-by-pixel but it seems expensive. Could anyone recommend me a more proper way(if there is) to do this please?

View 4 Replies View Related

Android :: Trying To Compare Two Datetimes But I Can't Get It To Work

Feb 27, 2010

I'm trying to compare two datetimes but I can't get it to work. Code...

View 1 Replies View Related

Android :: Compare Bitmaps In Canvas

Aug 18, 2010

I am using the above code for displaying bitmap.and i also move that bitmap.Now my qusetion is how i am compare bitmap with another bitmap. Please give me some suggestions.

View 2 Replies View Related

Android :: Can't Compare Received SMS Text To Value

Nov 12, 2010

Im new to programming, so bear with me. After following a couple of tutorials i made an SMS application, i want to do an specific task when a specific text is received, i do this by comparing the text received to a value(code) that i already declared. The problem is that this condition never ocurrs.When I send the message it always displays the inv variable (Invalid). I tried to change the "code" variable to an integer, and then parse the string so I could compare it; in this scenario it did work, but whenever I received a string message the application crashes. I think it should be a simple thing, but since i don't fully understand java i can't figure it out.

View 2 Replies View Related

Android :: How SQL Compare Columns / When Accented Characters?

May 15, 2010

I have two SQLite tables, that I would love to join them on a name column. This column contains accented characters, so I am wondering how can I compare them for join. I would like the accents dropped for the comparison to work.

View 2 Replies View Related

Android :: Barcode Scanner / Price Compare App

Oct 16, 2010

I was trying Barcode Scanner and Shop Savy from the market. Thought it would be a pretty cool resource to price match items when shopping whether they are on the web or locally.I have tried and tried and tried to work the Barcode scanner on the phone with no luck. Tried scanning up close.. a few inches away.. I sit there and sit there and sit there while it supposedly scans but never comes up with anything.Tried Google shop too which btw doesn't show on my app list after its installed so i have to pull it up on market to access it. Weird... But that is mainly for cd's, dvd's, books, etc. Things with some type of art or cover.

View 5 Replies View Related

Android :: Compare Local Grocery Prices

Aug 16, 2010

iIm looking for an app that i can scan a barcode and associate prices to it from local stores. i know of compare everywhere, shop savvy, and others but these apps don't know the prices at the local acme or giant eagle. if i could scan a barcode and then assign a price to it from a few local stores including target or walmart that would be great. I've found an iphone app but there's no such version for android (that i've found) called wychlist.

View 1 Replies View Related

Android :: Way To Run A Blender Game On An Iphone / Phone?

Apr 12, 2010

I have an iPhone and am getting the Droid and was wondering if blender games can run on either of them. I have already made a game and want to be able to use it on my phone.

View 2 Replies View Related

Android :: Way To Create IPhone-like Spinners In Phone?

May 25, 2010

Default spinners on the iPhone look a lot better than on Android. It looks like at least one Android app (UrbanSpoon) has been able to replicate this control, and it's awesome: http://www.urbanspoon.com/android Anyone have any ideas on how to create this?

View 3 Replies View Related

Android :: List Like Iphone And HTC Hero Phone App

Jun 10, 2010

I want to create a list like iphone list and HTC hero phone app. So how can i do that because I tried it with default ListView but I can not make two list in a single layout and ScrollView does not work on it.

View 1 Replies View Related

HTC Hero :: Switched From Iphone To Phone With Android

Jan 20, 2010

i last week took a HTC hero out on contract and switched from my iphone 3g, which i loved dearly reason being i wanted to use spotify to its full potential without having to shutdown etc.It's definately the best decision i ever took, i absolutely love the android platform and would recomend anyone else thinking of doing the same. A few question thought i have about the Hero;

1) battery life, seems pretty short? can i buy a better battery without having ot change the back cover? I like the idea of being able to carry a spare?

2)When on the internet/browser it always opens pages zoomed in, i find it pretty hard to use compared to the iphone, can i set it so that it open the page like a normal pc/iphone?

3)And how do i know i'm getting a 3g signal ?

4)Upgrade for Android? How do i get them? I read there is a better version but how do i upgrade it?

View 17 Replies View Related

General :: Group Texts With IPhone And Non-iPhone Users?

Oct 30, 2013

When a group message is sent between my co-workers, who are all iphone users, and myself (Note 3), one person in the exchange does not receive the text. This is not the common iMessage issue that was plaguing me when I made the switch from Apple to Android. This is specifically affecting one iphone user. When I send her a text individually it is not a problem. The other iPhone users don't have a problem receiving or sending to me.

View 3 Replies View Related

Android :: Phone Root / IPhone Jailbreaking Legal / Not?

Aug 18, 2010

I have seen some threads and people worried about Rooting and if it breaks contract. Well according to the government it is now legal. Source.

View 3 Replies View Related

Android :: How To Integrate IPhone Safari Like View In Phone?

Mar 24, 2010

I want to implement IPhone safari like view in Android. The scrolling can be done using Gallery I think. But how to minimize the views as done in the IPhone Safari. The Android Browser also have minimized view, can anyone tell me how to implement it?

View 8 Replies View Related

Android :: Way To Integrate IPhone Safari Like View In Phone?

Mar 26, 2010

The main concept goes like this. I have four listviews with its own data loaded at the same time. Only one listview will be visible to the user. Now, when the user presses a button, not only the current
listview but also other three listviews should be minimized and then user can just scroll just as in Gallery and select the listview that one wants to open.

View 2 Replies View Related

Android :: Facebook App For Phone Not Half As Good As For Bb / Iphone

Nov 3, 2010

Is it me or is the facebook app for android not half as good as for bb or iphone...r there any better apps i cud download?

View 1 Replies View Related

Android :: Web App Using GWT / Supported On Mobile Devices Like Iphone On Phone?

Apr 12, 2010

I am planning a web app using GWT. How well will it be supported on mobile devices like iphone, android?

View 3 Replies View Related

HTC EVO 4G :: 002 Vs 003 Screen Can Anyone Compare

Jun 26, 2010

So im getting my evo replaced since the mic just gave out only gets a reading if u blow into the mic hole otherwise no one can hear me and idk how to fix it dont know if its software or hardware. no water damage or dropping treat this thing like its my baby. I have no other problems with it and ill prob be getting the 003 version when i receive it sat or monday. I just wanna know who likes there screen on 003 and if u had both which do you prefer? I mean if i dont like the screen on the 003 im def taking it back later on when they change screens back when they get there suppy if they do.

View 2 Replies View Related







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