Android Market Problems...
Alright, My Fiance has this problem... Recently we both got Android phones on T-mobile and on my phone it shows all the apps however on her phone Several apps are missing from the Android marketplace even when I search for them specifically. (Ex: facebook, myspace, pandora radio, slacker radio) I tried searching for them, nothing. We went back to Tmobile and even
Informacja: 2010-03-06
Czytaj: Android Market Problems...
Android Setup (SWT folder '' does not exist)
Hello, I am new in Android development.I got the issue running "SDK Setup.exe" from \tools folder. This app just quits without any message or UI. When I run android.bat from the same folder, it gives me : SWT folder '' does not exist. Please set ANDROID_SWT to point to the folder containing swt.jar for
Informacja: 2010-03-06
Czytaj: Android Setup (SWT folder '' does not exist)
Battery events
hi anrdoid-folks im a student who is new to java and 've jst managed to run hello word program in android sdk. im building a small app for which I need to know 3 things: 1. the battery charge begins event (plugged thru AC power / USB or how ever) 2. the battery charging stopped event (unplugged from AC power / USB)
Informacja: 2010-03-06
Czytaj: Battery events
Error 400,content is not allowed in prolog
I have tried the following code to create map in android but its giving me Error 400:Content is not allowed in prolog. Here is my code. String feed ="<entry xmlns='[link] Atom'>"+"<title>First Map Created</title>"+"<summary>Hey Hey I Did it</summary>"+"</entry>"; URL urlget = new URL("[link]
Informacja: 2010-03-06
Czytaj: Error 400,content is not allowed in prolog
expanding space for apps in sd card
Hi, I'm studying app2sd solution to expand space for apps using sd card. I think the use of a looped ext2 img file is more easy to handle by scripts to be used in softwares like htc sync (or any sync) however i think triggering an sd scan seeking for extra ext2 partition or an ext2 img file on the sd card could be a nice way to a further option
Informacja: 2010-03-06
Czytaj: expanding space for apps in sd card
Format printing of floats?
What shows: 1.23456789 What I want: 1.23 In c it would be printf("%4.2f",n); In Java its? (I dont know yet). Thanks!
Informacja: 2010-03-06
Czytaj: Format printing of floats?
Hello Everyone
Hello Everyone... i am newbie in android developer please help me to learn android programming thanks
Informacja: 2010-03-06
Czytaj: Hello Everyone
How to build EditText view like that in Android Market edit text (the top part)
Hi all, I want to build a simple view which just contain an EditText and a search button (image like a magnifying glass) next to it. I'm an absolute beginner to android and have not much idea on how can I do this. I try to put an image with property "android:drawableRight" and get a similar interface. but the problem is how can I detect the click on
Informacja: 2010-03-06
Czytaj: How to build EditText view like that in Android Market edit text (the top part)
How to get the keys from ContentValues?
Maybe I missed something but I can't locate a way to get a String[] array of keys from a ContentValues object? Can somebody help me out?
Informacja: 2010-03-06
Czytaj: How to get the keys from ContentValues?
Looking for a developer to give a student talk on Android Development
Hi all, I'm a professor at SMU in Dallas Texas and I'm starting a new project where a small team of students is going to develop an app for android. I am not an android developer myself, and my subject matter expert was called away for work at the last minute. I'm wondering if there is anyone in the Dallas Fort Worth Metroplex
Informacja: 2010-03-06
Czytaj: Looking for a developer to give a student talk on Android Development
Mobile & Embedded Industry Expert Opinions Needed
VDC is conducting its annual survey of mobile and embedded engineers so if you are involved in the engineering of mobile or embedded systems/software, this is your chance to influence key solution suppliers. The research covers embedded software, hardware, tools, and development practices. Your thoughts will improve our insights into
Informacja: 2010-03-06
Czytaj: Mobile & Embedded Industry Expert Opinions Needed
progress bar
I am using progress bar and its working well. But when the progress bar stops. I want to shift from that page to another page automatically without pressing any button.How it is possible.Please help. Thanks in Advance Jimmy
Informacja: 2010-03-06
Czytaj: progress bar
progressbar
I am using progress bar and its working well. But when the progress bar stops. I want to shift from that page to another page. How it is possible. Please help with a complete example. Thanks in advance Jimmy
Informacja: 2010-03-06
Czytaj: progressbar
Re: communication between android phone and pc using 3G network
Hi Gn, I also have been trying to setup a Droid to Droid 3G connection. I can confirm that all works great in wifi mode. The Droid can make connection requests (Http, Telnet, raw sockets) in 3G, but I cannot get the Droid to accept a socket connection in G3 mode. I was told by Verizon that a special license was needed to accept socket connection
Informacja: 2010-03-06
Czytaj: Re: communication between android phone and pc using 3G network
Re: Default number keyboard
Hi skalluraya, In your xml file, in the EditText section, put the statement: android:inputType="number" and the numeric keyboard will appear instead of the alpha keys. You can have a reference of the other possibilities by typing "android:" and a drop down list should appear for other things such as layout, color, padding, etc.
Informacja: 2010-03-06
Czytaj: Re: Default number keyboard