Android :: Key Differences Between Android - IOS And Blackberry OS
Nov 14, 2010
What are the key differences between Android, iOS and Blackberry OS in terms of level of accessibility by application developers (i.e. access to the video input, sound input, phone functionalities, to which extent, etc.)? Assume latest version of each OS. Can someone turn this into a wiki so we can compile answers from people that don"t necessarily have experience in all 3 plaforms.
View 3 Replies
Jan 20, 2010
I recently came over from using a Blackberry (and using the Blackberry Messenger app), and I am wondering what you all might suggest as an easy way to briefly send quick messages (not using SMS or email) that would be easy to set up on my end and for my Blackberry friends.Currently I do not have any chat systems or instant messaging systems set up (as never used any of that before), so I am hoping you can make your suggestions very simple to understand and set up. I'm somewhat new to all this technology, but I am anxious to learn.
View 8 Replies
View Related
Jul 14, 2010
Is there or could there ever be a blackberry messenger app to txt other blackberry devices. That txting app only blackberry's have?Reason I'm curious is a lot of my friends unfortunately have blackberry's.
View 12 Replies
View Related
Apr 7, 2010
Basically, I am looking at two phones right now. The Nexus One and the HTC Incredible and I like both, the question I have is that is there a difference in the ability to root/rom these phones? I saw a few posts of people saying the Incredible would have a locked /system folder that would not allow the sort of modding freedom the Nexus One would provide. Is this true or would the phones be equally moddable (so I could remove Sense UI and play around with Cyanogen and other goodies)?
View 6 Replies
View Related
Jun 8, 2009
I find that the UI "Enable GPS satellites" is used to enable receiving GPS data, but not to start GPS. Which UI is used to start GPS? I am not clearly understand why android to designed GPS so. If GPS is not started, then you can't use "Enable GPS satellites" to receive any data and it is useless. I think that if the UI "Enable GPS satellites" is used to start GPS and also run the GPS thread is better? What is the trigger to start GPS?
View 3 Replies
View Related
Dec 7, 2009
Is there a basic guide to the main differences between versions of the Android OS?I am using a 1.6 Magic, am buying a 1.5 T-Mobile Pulse for my son and looking at a 1.6 Hero for myself early next year. I wanted to see what the differences were between 1.5 -> 1.6 -> 2.0.I assume that I have to wait for network operators to provide updated operating systems? Can the Pulse be upgraded at all? Is the Hero getting/got version 2.0?
View 2 Replies
View Related
Mar 16, 2010
The Eclipse build for my 1.6 application project is succeeding and the Ant build is failing. I'm looking for help on why they aren't behaving the same way.
We are developing on Mac OSX 10.5.8 with Eclipse 3.5 against SDK 1.6 + Google APIs. There are no setting changes in Eclipse, either at workspace or project level. Similarly, our ant is also a vanilla-flavored unmodified installation of 1.7.1. JDK is 1.5.0_22. The CLASSPATH environment variable is not set. JAVA_HOME is /Library/Java/Home
The application was initially created by a team member using the Eclipse plugins. The application references two jar files, one of which has a dependency on javax.xml.bind.annotation.XmlSeeAlso, which is not defined anywhere in our code or in android.jar. The other jar file has an explicit dependency on android.jar. I generated the Ant build file using android update.
The Eclipse project builds an apk and runs the application in the emulator. I think this is incorrect behavior.
The Android ant project fails to build. I think this is correct behavior. MyClass.java:98: cannot access javax.xml.bind.annotation.XmlSeeAlso [javac] file javax/xml/bind/annotation/XmlSeeAlso.class not found
Why the two build methods are behaving differently? I would expect them both to fail.
View 2 Replies
View Related
May 23, 2009
I was searching the internet but could not find a site comparing the two. I'm interested in developing for the android platform. G1 seems to be just the same as ADP1, but is there any small changes that will be noticeable in development?How about 3rd party software? What T-Mobile software exists in G1 which is not part of the ADP1 bundle and vice versa?Can I swap the original ADP1 firmware with T-Mobile branded one? As I understand people can already hack the G1 to run ADP1's non-branded firmware.
View 4 Replies
View Related
Nov 10, 2010
Wondering what the differences between REST and JSON APIs are, how you interface with them, and how to go about parsing the results. My goal is to build a small application for my android phone to tell me when the next train will get to the subway station by my house, using the developer API provided by the transit agency.
I'm learning C++ in university, but hope to go about this in Java. I'm sorry if this is more of a discussion question rather than a black and white answer question, but I can't find any information elsewhere.
View 2 Replies
View Related
Mar 9, 2010
Does anyone know if the Nexus One that Google is sending developers as part of the Device Seeding Program is different from the ones people get when they order them from Google's website?
Different packaging? Different firmware? Different pattern on the case?
View 10 Replies
View Related
Feb 4, 2010
I have a Nokia E71 (Symbian S60 v3) and am considering moving to either a Nokia N97 mini (Symbian S60 v5) or to Android, probably a Motorola Milestone/Droid.
What are the main differences between the two systems?
My priorities are a good battery life, a good push email system via imap idle, good PIM and sync to google calendar and maybe RememberTheMilk for tasks. I don't care about facebook, myspace, etc
I also like to organize my contacts into groups and I understand Android is better for this.
I know these discussions can degenerate into flames or some sort of "religion wars" (e.g. Windows vs Linux) but I'm only really interested in an honest comparison between the two systems. Much to my surprise, I could find very little on the web.
View 18 Replies
View Related
Oct 11, 2010
I'm working on my own Hexagonal button which works in JAVA.
I was studying Android Button.java:
CODE:.........................
View 11 Replies
View Related
Jul 24, 2010
I meant objective-c, not c#. Some reason I got it into my head it was c# the iphone used. So the answers for c# were great, thanks, but theyre a bit irrelevant, sorry about that.
I've had a look but can't find anything that answers this, though a few have shortened the question by answering parts of it. Between a small group, we were planning on doing some work on iPhone and Android, the 2 seperate for the most part but helping each other out, and with some guys doing graphics work split between them.
But we were thinking about the possibilities of moving things between the two, not necessarily apps, maybe just useful classes or something. Looking at objective-c and Java, they seem to have about the same features that the biggest obstacle would be system interface stuff, so we were wondering whether, if we created an abstraction over these on each system so they could be given the same input (which unless I'm wrong wouldn't put too much strain on the system?), would there be any problems in writing something to convert between objective-c and Java, worse than the locations of methods in the sdks? Or are there key features or something in one language that the other doesn't have which we've missed that would mean the only way to do it would be rewriting from scratch.
View 8 Replies
View Related
Apr 15, 2010
I just have one XML layout file, and one drawable directory, drawable-hdpi. I first want to target the high density screens. I added a bunch of imagebuttons to a relativelayout and everything looks perfect in the WVGA800 emulator. The problem arises when I view it in the WVGA854 emulator. Not only do the imagebuttons not position the same, but the images are blurry. I used dip for the layout margins on the imagebuttons even though it shouldn't matter in this case because WVGA800 and 854 are both high density. What is the problem? Why would it look totally different on emulators that have the same density and almost have the same exact screen dimensions?
View 1 Replies
View Related
Aug 2, 2010
I'm currently playing around with 2D graphics in android and have been using a plain old SurfaceView to draw Drawables and Bitmaps to the screen. This has been working alright, but there's a little stutter in the sprite movement, and I'm wondering the feasibility to do a real time (but not terrible fast) game with this.
I know GLSurfaceView exists which uses OpenGL, but I'm curious as to the extent to which this makes a difference. Is a plain SurfaceView hardware accelerated, or do I need to use OpenGL? What type of speed difference could I expect from switching to OpenGL, and how much altering of code would it require to switch (the game logic is all in a separate object that provides an ordered array of drawables to the SurfaceView)?
View 1 Replies
View Related
Aug 9, 2010
My wife and I are on Sprint with Curves and were looking at the Evo and Epic.I am trying to find the best place to start when comparing BB features to the appropriate Android feature.Is there a place for Android for dummies?
View 8 Replies
View Related
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
Nov 7, 2009
I am looking to hear from those who switched from Blackberry to Android. What are your comments, what are the things you miss most or you are completely happy with no regrets. I saw the e-mail client on Android, it is just like gmail, which is OK, but where does it store e-mails, Blackberry had a problem of not being able to store e-mails on external memory, therefore it took up space on device storage. But I loved its address book and the sync options. I know everything else is superior to blackberry but the most important thing for me is the e-mail and connectivity/sync. Otherwise I will wait for the newer WM phone that will be coming out on T-Mobile (HD2 I think) as I know WM has a very good e-mail client.
View 49 Replies
View Related
Sep 13, 2010
I thought this was a pretty funny comic showing the differences between android and iphone...Enjoy1
http://www.icantdrawfeet.com/2010/08/02/android-vs-iphone/
View 3 Replies
View Related
Sep 9, 2010
I noticed that the keypress handling ('onKeyUp' etc) in the SDK LunarLander example is in the View class, whereas in the JetBoy example it is in the Activity class. Are there any advantages/disadvantages to either solution? My own thoughts would be that it would be nicer to put all input handling (Key, Click & Touch) into the Activity, as that doesn't do much.
View 1 Replies
View Related
Aug 8, 2010
hello there, is there any messenger to connect our blackberry friends on our android mobiles with their blackberry messenger client?
View 4 Replies
View Related
Sep 16, 2010
How to install the .apk file into blackberry.
View 12 Replies
View Related
Mar 4, 2010
I am Using phoneGap as a environment to develop the code. so i need to know how to integrate blackberry and androied into the same IDE(Eclipse ).
View 1 Replies
View Related
Oct 15, 2010
I'm on Tmobile and just bought a G2, with my prior phone being a Blackberry 8310. I'm having some buyers' remorse (annoying interface, keyboard, crashes), and was hoping for suggestions on an alternative. I'm out of my Tmobile contract - so I can hop to another carrier. Can someone suggest a good blackberry-like phone running android? I tried the Motorola Charm, but found it underpowered. Here are my needs - Blackberry-like physical keyboard for 1 handed typing Blackberry-like size (don't really care about having a HUGE screen)
Touch screen If there's an upcoming option, I might revert to my 8310 and limp along until it comes out.
View 8 Replies
View Related
Jun 11, 2010
Sorry if this post is redundant but I've searched and couldn't realy find anything. My question is, is there a Facebook app that is more like the blackberry version? One that actually alerts you when there are new comments, notifications, messages, etc... It really sucks you have to go in manually and refresh to see what notifications you have rather than it just telling you when you do like the blackberry version does.
View 10 Replies
View Related
Oct 2, 2010
I am an android convert on day 2 with a samsung fascinate.
Coming from blackberry i have to say i am very disappointed with the lack of Profile tools. I rely heavily on custom vibration patterns and duration to differentiate between different email accounts, IM, phone, sms etc because i spend a lot of time sitting in meetings and need to discretely differentiate between accounts.
Why oh why hasn't somebody developed an App like the profile manager in blackberry? I really need an app with custom vibration across all notifications, not just call or sms. i don't want to go back to boring blackberry but might need to.
View 7 Replies
View Related
Nov 10, 2009
How about an app that lets you have several email icons, to the various accounts? They could show up with a small number indicating a new message and how many.
View 1 Replies
View Related
Sep 17, 2012
I read many article about converting android app for blackberry now would the reverse be possible?
I have a kids games that my kids really like in bb app world I am wondering if I can convert that game so it is compatible with blackberry :P
long shot but I can't find anything in google since it is so saturated with BAR to APK conversion
this is the game in question. [URL]...
View 1 Replies
View Related
May 3, 2013
I am a big blackberry fan due to the physical keyboard, and although the new OS is good, im still an android lover when it comes to software
i'm just wondering though, now that their chipset has changed to the snapdragon processor, would this make it any easier to root the device to run a version of android in the future? Or would it be very difficult?
I remember they did it to the HTC device that was on windows 6.5 a while back and the initial process took quite a while, but once some people had android up and running the rest was a breeze
so question is, there is a real lack of high-end phones with physical keyboards and this is one of the reasons i bought the Q10. i do however still love android
View 2 Replies
View Related
Aug 8, 2010
is there any messenger on android to connect our blackberry friends through their blackberry messenger.?
View 1 Replies
View Related