[android-developers] Needed help for working with Proximity alerts in android

2010-10-28 Thread Rammi
Hi friends i am doing one app which requires to use ProximityIntent for showing proximity alerts i was surfing from one day but i did'nt find any sample app which shows it. i found some links but they are complex please help to find out some useful links the links i have seen which is complex and

[android-developers] Problem in getting GPS coordinates in 2.1

2010-09-29 Thread Rammi
Hi.. I am having a problem in getting GPS coordinates in 2.1. The code i am using right now is working well in 1.6 but when i test this same apk in 1.6 device is showing null values plz help me to find a way to work with 2.1 devices also Here is my code... /

[android-developers] How to send email with pictures attachment

2010-09-09 Thread Rammi
Hi Friends, for the last two days i am trying to attach a picture to email the picture is taken from camera after that i am storing the image into sd card then using the sd url in the email intent Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.setType("image/jpeg"); sendIntent.pu

[android-developers] How to store downloaded images in to android SD card

2010-08-26 Thread Rammi
Hi i am developing app which downloads the images from the web site and then i am displaying them as slide show. now i want save the downloaded images into my SD card please help me. My Current Trying Code is: File imageFileFolder = new File(Environment

[android-developers] how to write data to the existing xml file using code in android

2010-08-23 Thread Rammi
Hi i want to add new nodes to the exiting xml file in android to save imageurl so plz help to find a solution to add new nodes to existing xml file, so that i can use the xml data later.. plz -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] How to remove data in the list view

2010-07-16 Thread Rammi
Hi, Friends, I had a problem in displaying data in a custom list view, I am attaching data from database(sqlite) to list view dynamically, for the first time the list is having three rows, when we run the application again it is having six and next nine etc. Even i Tried with SQL commands like De