Hello folks,
I'm running some code on the nexus one - and I am having a very strange issue. The "server" sends UDP packets out on the multicast socket that the phone is joined to. The phone receives and sends stuff to the multicast group fine, but it appears that the phone chokes when it receives a large number of packets at one time.
...
For web applications split testing various options get usually split tested to maximize their effectiveness with tools like Google Website Optimizer. One of the most impressive example might be Google and how the split tested dozens of shades of blue to find the right one.
When developing android applications are there best practices to...
Hi,
I'm in the process of extending monkey for software testing purposes,
so I would like to replace the current monkey.jar which my own
compiled monkey.jar in the emulator. The current monkey.jar is
located at /system/framework/monkey.jar.
When I try to run the following command:
adb push monkey.jar /system/framework/monkey.jar
i ...
Hey,
I am playing about with RTSP in Android, getting it to stream using Media Player. Now I am wanting to test them locally, but finding it incredibly difficult.
What I have done is run a local Wowza server and published the RTSP url and I am then entering that URL into the android api demos MediaPlayerDemo.java. However, because it w...
ok this is what i want to do without using a webview?Eg with a way using linearylayout
or let's say 2 textviews (If i use 2 textviews i have to know when the text reaches the
vertical pixel limit so i can cut it and fill the second textview below. TY
------------- Text Text Text Text
|-----------| Text Text Text Text
|-Image Here| Te...
I am trying to calculate md5 hash of a http reqest before sending it to server. For this I have to get the http request first. can any body help me?
...
Currently I am using Android emulator for development, but it is very slow. I am looking for some android port that can run on real CPU.
For example I installed this product http://www.android-x86.org/documents/installhowto on VMware, and it seems to work much faster, but I have no idea how to setup network connection here.
The questi...
If I wanted to develop my mobile app's front end using js,css,html in order to target both Android and iPhone, what gotchas do I need to look out for?
I'm not looking for the comparison of native vs web development as much as I'm concerned about performance and development issues.
...
I am in the process of building an mobile/web application. I want to use cookies for persistence, but I am wondering of the cookies in firefox workings the sames as say the mobile browsers and will it be recognized. Thanks in advance
...
I am designing an Android app and I'm having a couple of layout issues.
I have a screen with 3 EditTexts on it in a row, and I would like for the 'next' key on the soft keyboard to cycle between the EditText fields. As for now, the 'next' key has no effect.
Also, when the soft keyboard is displayed, it covers up the third of the EditT...
I'm currently stuck on AT&T due to my wife having a new iPhone so I've been eagerly waiting for a phone to come out on AT&T that would be working picking up. That time comes this Sunday with the Samsung Captivate... but I'm concerned with something. With AT&T locking up it's phones to non-Marketplace apps... does that hinder me in any wa...
I'm developing a Android desktop app, and I would like that when it first starts it (confirm with user and) set itself as default action for Home button.
Currently this option is given to the user by the Android system only when he first press the Home button after running my app.
Any idea how to do this?
--update
Actually, I want th...
Hello,
Anybody worked on PayPal integration. Actually i integrated it using apis provided by PayPal. But unable to login in live environment that's why not able to make transaction.
If anyone have suggession please share with me.
Thanks
...
Hi, I am very new to Android.
I am trying to build inflate a context menu within the sample GridView provided on the Android dev site. Eclipse tells me that the referenced items cannot be resolved, if someone could help find where I coded s.th. wrong, that would be great because I am stuck at the moment. Thanks.
I posted my entire co...
Hi guys!
I have my Nexus One connected with the USB.
When I visit the File Explorer of the DDMS, if I click on the "data" folder the little plus near the name "data" disappear for 2-6 seconds and then reappear but the contenct of the folder "data" is not showed!
Here some other information:
the folder data has permissions drwxrwx--x...
I have a simple ExpandalbeList. For the group header view, I'm using a simple TextView, I am setting the background of the text to a drawable. I have the textview parameters set to FILL_PARENT, but the background of the TextView only covers the width of the text. I realize that I can put this all inside of a Linear Layout, but that ju...
How can one resize the initial size of android datepicker control to be smaller or bigger. Is there only way to reimplement it?
...
If I have two android apps sharing a userID, one name App A and the other App B. And I have:
App A signed with Certificate 1
App B signed with Certificate 2 and Certificate 1
will they still be able to share the userID even if they only have one Certificate in common?
Update:
I figured I should add the reason why I think this may b...
Are Activities in the background considered "running" (and can execute code) or are they in a suspended state?
...
How do I start my app from my other app? (they will not be package together)
--update
Manifest of the second app:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.helloandroid"
android:versionCode="1"
android:versionName="1.0">
<appl...