android

Iphone code and android

item = [[NSMutableDictionary alloc] init]; [[self item] setObject:self.currentDay forKey:@"day"]; This is the code for iphone wat is its equivalent in java ...

Query about SlideShow Implementation.

HI All, I'm trying to implement Dynamic SlideShow of Images similar to Gallery on Android Platform. On Drag, I Should be able to change to next images. I'm looking into Gallary1.java class from APIDemo Example, I think there is no sufficient information in that, so is there any better code example which could help me..! ...

android exitbox edge touch lisoner

Hi, Is there any way to add the x-graphics in the android Editbox like the of iPhone So that by clicking on that x graphic it can clear all the values in the Editbox Is there any way to listen weather i touch a specific part of an edit text Thank you ...

how to implement fling in android listview

Hi, I would like to implement onfling (or some similar swipe) in listview in each and every item in list. If I swipe that particular item it should display three buttons next to the name. Is there any idea to implement this. ...

How to parse the file present on SDCArd

hi, I have a file which I created and is present in data/data/com.andr.filedemo/files/a.xml. Now I want to parse this file using XML Pull parser. How can we give the path of that file or how we can access that file and then parse that file using XML Pull parser. Can anyone help me in sortig out this issue? Thanks in Advance, ...

how to get Updated location & Disable GPS after getting it in android?

friends, i am using following code to get GPS location it is causing two problems 1) when my location is changed / I move my phone from one area to another I dont get updated gps location(latitude/longitude) 2) after getting gps location my gps of phone is enabled how to disable it? double MyDeviceLatitude,MyDeviceLongitude; publ...

Stretchable ScrollView (like HTC sense UI)

Have you seen stretchable scrolls in HTC sense? When you scroll up to last and still try to scroll it, it scratches and goes back to original state. How to achieve this effect? ...

Encoding video for android device

What is the suggested video/audio codec for encoding videos for android devices which works on most of the devices?I tried using H.264/AAC, but the output mp4 only works in android 2.2, devices running older os versions says "this video can not be played". I am using normal progressive playback (via http) i.e. no streaming servers etc. S...

After removing OverlayItem tap events still trigger

Hey guys. I have a simple overlay for a Google Map: http://pastebin.com/Rg8miMSh and I add/remove items on it depending on the zoom level. After removing/adding I call populate on the overlay and invalidate on the map view. Everything works just fine, except 1 glitch: after an item was removed, if I tap its location onTap is still trigg...

Android Handling dynamically added views while orientation change.

I have a ViewGroup that gets inflated dynamically. I have set Id's to all the inflated views. I am still not able to retain the inflated ViewGroup whenever the orientation is changed. Any particular check that i am missing here ? ...

Wrong or missing SDP service name - android problem

Hi, In my application on android phones I create server socekt using method: BluetoothServerSocket mmServerSocket = mAdapter.listenUsingRfcommWithServiceRecord( "MyName", UUID.fromString("00001101-0000-1000-8000-00805F9B34FB") ); Then, I use Usb bluetooth stick to discover which sdp services are available On ubuntu I use commands: "...

Font and images with transparency are distorted

Hello Everybody! I faced with such problem on Huawei U8100 Device If I use SurfaceView component to draw text or images with transparecy, leads to noticeable distortion: AntiAliased text is distorted less than not AA text, but it also very hard to read it. Using of different truetype fonts has same result. All other applications,...

How to setup my EditText xml in Android

For allow user only can input lower case alphabet and number, how can I setup my EditText in a xml file ? Sorry, I did not provide clear information. I just want to filter or check user's input. ...

How to create android themes

Hi my client was need of creating themes like this http://mappn.com/community/index.php?topic=42.0 I have no clue where to start with. when I googled it I just get themes for style/theme for aplication. Can anyone suggest where to start learning customizing themes for android phones. plz share if u find any opensource. ...

EditText get toString

Hi all, This is my code but i can't fill my string with the value puuted in by the user. I've tried a lot of solutions from other sites but it won't work. Somebody please help me! Thanks already package app.android.Mel import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.View.OnClickLis...

How to open camera using Android NDK

Hi, I need to open camera from NDK to enhance the performances and I have search several days in internet. But nothing get help. Does anyone know how to open the camera using NDK? ...

Need Help in Fixing the Design Issue in FaceBook in Android?

Hi Friends, I have downloaded fbconnect.jar and used the following code,but the problem is the design issue in the login page of facebook in android that's email and password text box is totally collapsed, please refer the screen shot of my output, please guide me on this, I am really struggling on this. mHandler = new Hand...

Email Applicaiton in Android ?

HI, I have a textView of text email id, when i click the email id, i want to open a email app which is located in the device, and in the "To" address bar should be filled with the clicked email id, Any example or similar code will be a great helpful to me. Please help ? ...

Custom search UI (and suggestions View(s)) in Android

Hi everyone! I have a question I've been searching an answer for in the last days with no luck. I'd like to have a search facility in my app - and that's not a problem, I've read lots of stuff on the topic. What I can't find anything about is how can I provide a custom search UI, like you have in the official Twitter app, that allows me...

What is the meaning of nodip?

I'm very confused regarding the nodip folder. I want to port my application on a large, high density device (480x854 - 240). I've noticed that if my images are in the drawable folder, at run time, the system scales them making their sizes 1.5 larger. I thought that if I'll move my images in the nodip folder, there won't be any scaling at...