Hi,
I've got listview that in a row it contain 3elements: imageview, textvie and another imageview. I've set my listview to setItemsCanFocus(true) and every item is set setFocusable(false). Screen: http://img252.imageshack.us/img252/4042/zrzutekranue.png
I can navigate on the screen (click on text/image, I have those fields set to click...
Hello,
i want to add a caption which looks like the default text below an app icon to the widget of my app. Is there any common way to achieve this?
...
How do I create an activity which supports certain file types clicked in the web browser?
Here's what I tried:
AndroidManifest.xml:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.sf.asap" android:versionCode="212" android:versionName="2.1.2">
<application android:label="@string/app_name" andr...
Now, I will do something about WAP PUSH.
Receive the WAP PUSH message could be found in the android source code, but i could not find the code of parse message(WAP PUSH not other).
I have tried,
HTC G3 could show the WAP PUSH message in UI layer, but HTC G1 and MOTO milestone could not show, only receive WAP PUSH.
Please help me to con...
I am new in Android app. development, now I have encountered a strange problem with the Menu button. Here is the thing:
I have two activities, "ActivityOne" and "ActivityTwo", where "ActivityTwo" is the child Activity of "ActivityOne". In both activity, I have defined the menu button options like following:
@Override
public boolean onC...
Friend's
Is there any possibility to assign WebView text content to ordinary String variable?if it so,please help me.
Thanks in advance.
...
Hey, I checked tons of tutorials and guides but somehow can't find it...
I need to include multiple images in my Android app. It's like an image viewer/slideshow.
Currently I switch between pictures from /drawable-mdpi dir simply with ImageView and adapter, using gestures to left/right. Works but nothing impresive :/
Basically I could ...
I was browsing the web and I saw an application that claimed to scan for user's fingerprints so I thought I should give it a try, the app worked well and I was amazed! does anyone know how this app reads user's fingerprint? how is this possible on android? any tutorial or hints or any open source project? I think this will help a lot of ...
Hi all.
i m calling an webservice which is soap based in my android application. it is returning me the XML response. how can i parse it?? i checked the xml parsing its asking for the URL. i m confused which url i need to pass??
Here is the code:
SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME); request.addProperty("pStrT...
Hello
I have a TabHost activity, and I have to use the tabs position. The problem is that I don't know when the layout is initialized. I've tried to use the onPostCreate, onResume and onStart methods, but the tab's sizes are 0, every time.
Thanks in advance!
...
I am working on an Android app and have a couple strings that I would like to encrypt before sending to a database. I'd like something that's secure, easy to implement, will generate the same thing every time it's passed the same data, and preferably will result in a string that stays a constant length no matter how large the string bei...
I've got an application which records audio from the microphone and then performs some post-processing on the audio in realtime, so I must use the AudioRecord class instead of the standard MediaRecorder. My code for recording is as such:
DataOutputStream dataOutputStreamInstance = new DataOutputStream(bufferedStreamInstance);
android.o...
I am developing android apps, and I want to start giving them away for free. I am wondering what the easiest way to put ads in the apps is, and what way is the best? I am signed up for Google Checkout, AdSense, AdMob and AdWhirl.
I have been trying to put ads in my app for two hours now with AdMob/AdWhirl and I can't get it. So I suppos...
I have an Android service that runs in background.
I need it to recieve feedback (and stop, for example) just when user did something, no matter if it's only touch event on homescreen of somewhere else or key press.
Is it possible to handle global touch and key events?
...
Hello.
I have written a program that uses the Intent for the image capture to get a photo using the application in the phone.
Using MediaStore.EXTRA_OUTPUT, I get a URI to the image, wich converted to a path results in something like "/external/images/media/NN" where NN is the number of the photo.
Now, in my program, after I read and m...
Hi everybody,
i have a question: is it possible to set the position of a shortcut inside the wallpaper?
i have done some search but i don't found nothing relevant.
Thanks
...
my android moto i1 phone was sending text message back to people that call me with the message "bitch" every time I received a call. Has anyone experiance this? is this a virus of sorts or app? Of course this has my friends mad who think i called them "bitch" Everytime they call.
...
Hi.
I have an android app, where in a list view for each element in list, I load an image from web in a separate thread. So if there are 8 items displayed in list view, activity will try to fire 8 different threads, one for each list item to load an image. As you scroll down the list, the number of threads may increase if the previous t...
Hi all,
I want to go to home screen programmatically in android when i clicked on button. How can i do this..? Any help..?Thanks in advance..
...
Hi
I am trying to open up Gmail Compose screen when a button is clicked in my Android App.
Do I need some API key for this from Google? or what do I need to do in my button onClickListener?
Any kind of insight is much appreciated.
...