Android :: How Will WAC Affect Droid App Development?
Feb 16, 2010
I like the idea of the Alliance, it is very logical. It raises a question for me though. How do they intend to run apps seamlessly across multiple operating systems? Will the apps all have to be developed in something like Java? I am studying mobile app development, targeting the Android OS, and using Java. I was about to order a load of books(eg hello android) on developing apps for Android today, but I worry the new Alliance platform/technology might render these books and my initial studies obsolete in some way.
View 3 Replies
Mar 14, 2010
Do you think this is ATT's doing, Motorola's, or maybe Apple? How do you think it will affect other Android devices on other carriers?
View 6 Replies
View Related
May 14, 2010
does it matter if it is enabled or not. Does affect any system updates from verizon. right now i don't have it enabled.i only enable it when i use the app pdanet to tether my phone and computer.is it good to keep disable it
View 2 Replies
View Related
Nov 11, 2010
Just got my D2 yesterday after spending way too long with the Eris... so far I'm loving it, but I have one question: do everyone's phones seem to randomly open 10-20 apps in background at all times? These aren't even apps I use, like a Sudoku game I haven't tried once yet. I'm not too worried about it, since performance seems to be fine, but I'm wondering if this will affect battery life.
View 2 Replies
View Related
Oct 12, 2010
I have a mediaplayer object inside an activity that plays from mp3 files situated in the res/raw folder. The MediaPlayer.create(Context context, int resid) method is used to create and return a mediaPlayer object to play this track. What I have noticed is that when the activity is obscured by another activity and hence the "onStop()" method is called , the music continues to play. Can anyone explain why this occurs? I though that onStop would essentially freeze any actions taking place by objects associated with the activity, except for services etc
View 1 Replies
View Related
Feb 10, 2009
I would like to write m2 (m to the power of 2, 2 should be on top of m in lower case).
View 6 Replies
View Related
Dec 18, 2008
Does anybody know of an IRC app that's in development for android?
View 3 Replies
View Related
Sep 26, 2010
Do they reduce the signal strength? Does the phone have to work harder to compensate?
View 2 Replies
View Related
Jan 13, 2010
I downloaded wall switch, its an app that will automatically switch your wallpaper for you. I had something like this on my pre and loved it. Basically you pick the folder you want it to pick the pictures from,and how often you want it to switch.
Now to the interesting side affect.. One of the settings is Processing method, your choices are auto,crop,or letterbox. If you leave it on auto it places your regular pictures as they should be viewed on your background. It does not force you to crop your picture and end up with a fuzzy picture!
I was super excited when i found this,for years ive had a folder with just pictures i liked to use as backgrounds on my phone. So obviously those pictures wouldnt show the way i would like them to on an android device.
So i figure if you dont want to switch your background but would like it to appear as it should without having to crop it, you could create a folder with 2 of the same picture in it and set it to switch between those...
You might even be able to mess around with the settings and get it to work with just one... im thinking that you may be able to set the switch interval to 0:00 or something like that, but im not sure on that..
View 5 Replies
View Related
Apr 6, 2009
The documentation on Google's websites is great, but it would also be great to have a text to carry around. Are there any *good* books on programming in Android yet?
View 8 Replies
View Related
Aug 7, 2010
Ive been trying to implement a limit to prevent the user from scaling the image too much in my multitouch zoom app. Problem is, when i set the max zoom level by dumping the matrix, the image starts to translate downward once the overall scale of the image hits my limit. I believe it is doing this because the matrix is still being affected by postScale(theScaleFactorX,theScaleFactorY,myMidpointX,myMidpointY) where theScaleFactorX/Y is the amount to multiply the overall scale of the image (so if the theScaleFatorX/Y is recorded as 1.12, and the image is at .60 of its origional size, the overall zoom is now .67). It seems like some sort of math is going on thats creating this translation, and was wondering if anyone knew what it was so i can prevent it from translating, and only allow the user to zoom back out.
View 1 Replies
View Related
Sep 17, 2009
Can any body tell me the official or un official API for android Phone Development, accessing gmail on mobile phones.?
View 2 Replies
View Related
Mar 24, 2010
Should I use 32-bit Eclipse or 64-bit Eclipse for Android development? I'm on a MacBook Pro (Core 2 Duo). Does it matter which version for Android coding?
View 3 Replies
View Related
Sep 3, 2009
Can you use Visual Studio for Android Development?
If so how would you set the android SDK instead of .NET framework and are there any special settings or configuration?
View 6 Replies
View Related
Jan 22, 2010
I have read http://stackoverflow.com/questions/1644/what-good-technology-podcasts-are-out-there, and other related questions, but I have not found anything Android-specific.
Does anybody listen to any such podcast? Want to recommend it?
View 1 Replies
View Related
Feb 23, 2010
Does the Android platform lend itself well to a particular style of UI programming like MVC or MVP? Most of my UI experience is with spaghetti code on a very old embedded device or in GWT with MVP so I do not know where to start.
View 3 Replies
View Related
Nov 14, 2010
Can i change the media volume? and how? I used this so far:
setVolumeControlStream(AudioManager.STREAM_MUSIC);
But have a seekbar and want to change the media volume not ringervol.
So can someone show me how to just change the media volume at onCreate() and i fix the seekbar later.
View 2 Replies
View Related
Sep 9, 2010
I am quiet new in the field of Android please anyone tell me that how should i install the sdk of Android..
View 2 Replies
View Related
Oct 5, 2010
In my app is the ability to read a file.
This works perfectly, but there's a problem.
No line breaks or whatever they are called get added when I append the file's contents to my big EditText, so this:code...
How can I stop this and make it appear in the EditText as it appears in the file?
View 1 Replies
View Related
Apr 16, 2009
I have tried for 10 hours. I cannot install ADT plug-in for Eclipse 3.4.2.
View 2 Replies
View Related
Sep 17, 2010
Apparently, eclipse 3.6 doesn't work well with the android sdk, but I'd like to use eclim which requires this version of eclipse. Does anyone have any recent experience developing for android with eclipse 3.6? Recommendations for someone who wants to use vim for android development?
View 3 Replies
View Related
Jun 24, 2010
I apologize if this is a stupid question, nevertheless I need to ask. I am new to Android development and have gone through every single tutorial and reference provided. I have been doing great, with the exception of one stupid problem; I cannot find where the databases for some apps are stored.
For example I would like to build my own app that includes thousands of pre-made records from an established SQLite Database. As a reference I tried to use the "Searchable Dictionary" app from the provided programs in the Android SDK, but cannot find it.
I read that all databases are stored in /data/data//databases on the device, but I cannot find this location. So how would I access the database in Eclipse or anywhere else for that matter to set up my pre-configured database?
View 2 Replies
View Related
Jan 4, 2010
Is it possible create android applications using PHP? can we port php code in to the android applications?
View 3 Replies
View Related
Nov 28, 2010
I originally setup my Droid with my Google Apps account as primary. A few months ago I decided to buy a paid app in the Market and couldn't do so using my Google Apps account. Reluctantly, I added my Google Account as a secondary account on my phone, which allowed me to purchase apps in the Market. Now that I can finally use Google Checkout with my Google Apps account, I would like to remove my Google Account from my phone, since I'm tired of being prompted to select an account each time I create a new contact. Will removing my secondary account affect apps that are already installed? What about when updates become available for these apps in the Market?
View 6 Replies
View Related
Jul 31, 2010
I consider myself an Android developer, after having created four apps and learned a lot by creating them. Now I've begun my venture into the iPhone app development world, and I don't remember the Android learning curve being this extreme. It doesn't help, though, that I was very familiar with Java and Eclipse whereas I hardly even know how to use OS X. I learn fast and I know exactly what I want to make, I just need the means to get there. I'm really floundering with Xcode and the new project templates (of which there are several, and I hardly know what they mean). I know there are many books and things out there for starting from scratch but I feel like my Android knowledge should count for something. Is there a good resource for learning the basics of iPhone development, given that I am quite familiar with the Android platform? I'm looking for anything that converts Android knowledge to iPhone knowledge; a table of UI element names in each platform, or of concept equivalents, or a compare/contrast of the frameworks involved, or anything that will increase the rate of learning given that I know the Android platform already.
View 2 Replies
View Related
Aug 10, 2010
I am just starting to get setup for android development. I have installed pulsar and the proper sdks I think. I want to develop for the droid x.
I can't find any information on how to create a new project using the installed sdks. Shouldn't there be a project type for android? Nothing like this is showing up.
Are there any tutorials for getting started using pulsar for android dev?
View 1 Replies
View Related
Jun 4, 2010
I love the Incredible, but I'm afraid that the Evo is taking all of our developers. Do you think that we are going to turn into the Sprint Hero with no ROMs, etc.
View 18 Replies
View Related
Feb 25, 2010
Anyone know of any good resources to get me started with test driven development on the Android platform?
View 2 Replies
View Related
Jun 3, 2010
Just as it reads, with the update HTC is sending shortly after the phone is officially launched, might it make it harder to root, or change the method?
View 2 Replies
View Related
May 15, 2010
EXCLUSIVE: More Information And Pictures Of Android 2.2 Froyo's Tether And Built-in WiFi Access Point/Mobile Hotspot Capabilities | Android News, Reviews, Applications, Games, Phones, Devices, Tips, Hacks, Videos, Podcasts - Android Police.
View 17 Replies
View Related