HI all,
Im having a strange thing. Im having a code that was working that doesnt anymore. To me, I think i didnt make any changes...Can someone give me an idea what is wrong ??
I'm trying to publish a text with an image and a link using the attachment method of stream.publish.
here is the code :
Bundle myParams = new Bundl...
Hello.
I'm very new on Android.
I want to show a modal pop up window with a TextView and two buttons when the user "clicks" on a ListView item.
How can I do that?
Thanks.
...
Hi guys. Good old camera problem, but hope someone figured out by now.
So here is the code that I'm using to take pictures with the pre-installed camera app.
The code that start the activity with the intent.
public void onTakePhotoClickHandler(View v){
m_Intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE, null);
m_Intent.putEx...
I have a issue about spinner. I have many images in spinner when I select some image it shows the image and if I change the orientation like change to landscape its selected item list starts pointing the top one in the list. How shall I prevent to do that?
...
Actually for what purpose is menu used?
...
how to add edit text view on image on android
...
I have this contacts that needs to be imported directly to a particular group that i created in which AFAIK that adding of contacts in an Account ,in the api seems to be broken(can't add other fields) so i implemented my own Activity to add accounts.
how do i add them directly to a group?
...
Hi Everybody!
I wonder where to place the AsyncTask in the Application? Can I place it in onCreate Method of my Main Activity?
Can anybody please tell me where I can place the Asynctask method in the Application?
Thanks,
david
...
Hi I'm working in android application.I create a web service in java.Now i want to refer a webservice using HTTP. but i got 'Permission Denied' Error while the debugger reached the last line. The Code is,
HttpClient httpClient = new DefaultHttpClient();
HttpContext localContext = new BasicHttpContext();
HttpGet httpGet = new HttpGet("...
Hi,
Can some one please share how to select a different EAP authentication scheme from code Java or C?
E.g: I want to use EAP-SIM instead of EAP-RSA
Regards
Mounish Rai
...
Hi,
How can I list all connected bluetooth devices on android ?
thanks!
...
im testing to add 300 contacts in my app and it was doing fine with desire but in galaxy it crashes and does not show my 300 contacts and they erased the contacts after the crash .
anyone saw this?
...
Hi guys,
I have 3 activity in my application.
My first activity (Main) has 2 button that starts other activities (One & Two).
The One Activity starts a countdown timer on UI.
When I click back button Android closes this activity and when I re-open activity, my timer is resetted.
I try also overriding:
public boolean onKeyDown(int k...
I have used solution on following topic successfully:
http://stackoverflow.com/questions/1271777/how-to-set-ringtone-in-android-from-my-activity
Lately I have noticed that this does not work on Froyo.
It throws error on logcat: sqlite error code 19, constraint failed
How could I fix this?
...
hi
I am developing on puzzle game
this application i am using one drawable image (r.drawable.image1).
this drawable image crop in to nine number of pieces .it will display random order
how can its implemented i am new in game development give me some idea
about this game app
...
How can i change the image of image button when mouse or finger is over it
...
Is it a good solution or not?
How to implement?
When should I shutdown properly? I shutdown it onDestroy() in the Activity, then relaunch my app as soon as possible. It causes a java.util.concurrent.RejectedExecutionException, why? Does anyone know its lifecycle?
Any idea? Thanks.
...
Hi,
I'm using lazy-loading for images in a listview. The weird thing is, the first row and the last row visible on the screen seem to have the same image(of the last row on
the screen).
I'm using following class for image loading:
public class ImageLoader {
//the simplest in-memory cache implementation. This should be replaced with...
I would like to integrate speech recognition into my Android application.
I am aware google provides two language models (free form for dictation and web search for short phrases).
However, my app will have a finite number of possible words (maybe a few thousand). Is it possible to specify the vocabularly; limiting it to these words, ...
Hi
I want to ask how to open the outlook in the android device. how can i send the mail with the android outlook. i want to create the android application in which user select the email address after selecting the E-Mail address android outlook will open in the device after that he write the message in the message body. and after clicki...