[android-developers] Re: Possibility to access the Own Content Provider

2008-12-09 Thread yasmin afrose
to jump over to the android-beginners list, described in more detail at http://code.google.com/android/groups.html. You'll probably find more useful responses there. Welcome to Android development! On Tue, Dec 2, 2008 at 10:59 PM, yasmin afrose [EMAIL PROTECTED] wrote: Hi, Thanks

[android-developers] Re: Possibility to access the Own Content Provider

2008-12-02 Thread yasmin afrose
. On Thu, Nov 27, 2008 at 3:24 AM, yasmin afrose [EMAIL PROTECTED]wrote: Hi Dianne, Thanks for your reply. ie, In OWNCONTENTPROVIDER manifest file, I've included provider as follows : provider android:name=com.aspire.android.wikinotes.database.WikiNotesProvider android:authorities

[android-developers] Re: Possibility to access the Own Content Provider

2008-11-27 Thread yasmin afrose
Hi Dianne, Thanks for your reply. ie, In OWNCONTENTPROVIDER manifest file, I've included provider as follows : provider android:name=com.aspire.android.wikinotes.database.WikiNotesProvider android:authorities=com.aspire.android.wikinotes.database.wikinotes / In OWNPROVIDERACCESS manifest file,

[android-developers] Please share your knowledge on Content Provider in Android

2008-11-19 Thread yasmin afrose
Hi, Anybody knows Content Provider concept in Android. Please reply me.. Thanks in advance!!! Yasmin -- Everything is Possible For U only --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread yasmin afrose
Hi, I've faced the same issue while I've executed Push cmd. If your using eclipse then use DDMS perspective from that Go to File Explorer window like Log Cat. In that window, select sdcard. Now you are able to see the icon(Top right of the window) for Push Pull. Using Push, you can add any

[android-developers] Re: Can not push files to emulated sdcard

2008-11-19 Thread yasmin afrose
Hi Asif, Before compling the project, Right Click on the Project - Debug as - Open Dubug Dialog - choose Target tab - Then give your sdcard within Additional Infor... (See the .bmp file) the click Debug button.. Then see the link,

[android-developers] Re: Please share your knowledge on Content Provider in Android

2008-11-19 Thread yasmin afrose
Hi, No body is there aa... Please help me to create content provider for our application... I can't wait for your answers :( Thanks for your time... On Wed, Nov 19, 2008 at 2:36 PM, yasmin afrose [EMAIL PROTECTED]wrote: Hi, Anybody knows Content Provider concept in Android. Please

[android-developers] Re: Please share your knowledge on Content Provider in Android

2008-11-19 Thread yasmin afrose
out an advertisement to hire someone that will work for money. Also, I suggest googling content provider android Good luck, Casey On Wed, Nov 19, 2008 at 5:19 AM, yasmin afrose [EMAIL PROTECTED] wrote: Hi, No body is there aa... Please help me to create content provider for our

[android-developers] Hi... Issue while accessing the content provider

2008-11-18 Thread yasmin afrose
Hi, I got Source not Found error if I've complied the following code. My Data.java = * package* com.aspire.android.dataprovider; * import* java.util.ArrayList; * import* java.util.HashMap; * import* java.util.Map; * import* android.app.ListActivity; * import*

[android-developers] Re: Shares Preferences are not getting deleted

2008-11-11 Thread yasmin afrose
Hi Sudha, Thanks for your reply. Just now I came to my place. Before that I was in meeting. Hey, I have done one application. It will play a song(Airtel) if the SMS reached the mobile. Demerit : The user is not able to hear their favourite song. So I would like to

[android-developers] Re: Shares Preferences are not getting deleted

2008-11-11 Thread yasmin afrose
Thanks..I got the output... But still I didn't try the delete action. Thanks, Yasmin On Tue, Nov 11, 2008 at 4:56 PM, Sudha [EMAIL PROTECTED] wrote: Hi shared preferences are very simple. 1.create it prefereceObj = context.getSharedPreferences(preferenceName, modeOfAccess) 2.to write

[android-developers] Re: Shares Preferences are not getting deleted

2008-11-11 Thread yasmin afrose
[EMAIL PROTECTED] wrote: hi u can delete the values by using the clear() function it wont delete the file..yaarr its getting saved in data/data/ur apkpath/shared_prefs/urpref name.xml On Nov 11, 4:52 pm, yasmin afrose [EMAIL PROTECTED] wrote: Thanks..I got the output... But still I

[android-developers] Re: Pre settings for each application

2008-11-10 Thread yasmin afrose
Hi, Thanks for your reply. Please can you tell some example \ url... It will help me to get the concept about SharedPreferences I'm able achieve the task... Thanks Again!!! Yasmin On Mon, Nov 10, 2008 at 4:37 PM, Christine [EMAIL PROTECTED]wrote: use SharedPreferences. On Nov 10, 11:11

[android-developers] Re: Pre settings for each application

2008-11-10 Thread yasmin afrose
Hi Michael, Thanks for your reply. With in that URL, which application I need to go through... SInce lot of examples are there. :( Sorry Could you please tell the specific application? Thanks in advance!!! Thanks Again!!! Yasmin On Mon, Nov 10, 2008 at 10:53 PM, Michael [EMAIL

[android-developers] Re: Pre settings for each application

2008-11-10 Thread yasmin afrose
have a snippet covering Preferences on anddev.org: http://www.anddev.org/alertdialog_preferences_builder_popup-t3506.html Maybe it helps you understanding. Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On 10 Nov., 22:21, yasmin afrose

[android-developers] Re: Pre settings for each application

2008-11-10 Thread yasmin afrose
Hi, Please reply me... I'm waiting for your answer. Thanks. Yasmin On Tue, Nov 11, 2008 at 10:26 AM, yasmin afrose [EMAIL PROTECTED]wrote: Hi, Thanks for your reply. Really, I appreciated you since I'm learning android through your tutorials. whether you've nice tutorial for Preferences

[android-developers] Re: Shares Preferences are not getting deleted

2008-11-10 Thread yasmin afrose
Hi Sudha, Could you please share your knowledge related to Shared Preferences... Since I'm facing one problem. I hope it will recover if I know shared preferences concept. Thanks in Advance. Thanks Again!!! Yasmin On Tue, Nov 11, 2008 at 12:06 PM, Sudha [EMAIL PROTECTED] wrote: Hi I am

[android-developers] Re: My new issue...How can I select a song from playlist available in phone (or) Emulator ...

2008-11-04 Thread yasmin afrose
afrose wrote: Hi,,, No body is there aa to save me from this issue :( On Tue, Nov 4, 2008 at 11:44 AM, yasmin afrose [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi All, Greetings!!! I've played .mp3 songs using MediaPlayer in Android 1.0. *My code

[android-developers] Re: My new issue...How can I select a song from playlist available in phone (or) Emulator ...

2008-11-04 Thread yasmin afrose
Hi,,, No body is there aa to save me from this issue :( On Tue, Nov 4, 2008 at 11:44 AM, yasmin afrose [EMAIL PROTECTED]wrote: Hi All, Greetings!!! I've played .mp3 songs using MediaPlayer in Android 1.0. *My code was*: 1:* PrankActivity.java* -- package

[android-developers] Re: My new issue...How can I select a song from playlist available in phone (or) Emulator ...

2008-11-04 Thread yasmin afrose
Hi Sutton, Thanks for your response. Thanks Again!! Yasmin On Tue, Nov 4, 2008 at 3:17 PM, Al Sutton [EMAIL PROTECTED] wrote: Patience is a virtue What have you tried while you've been waiting? Al. yasmin afrose wrote: Hi,,, No body is there aa to save me from this issue

[android-developers] My new issue...How can I select a song from playlist available in phone (or) Emulator ...

2008-11-03 Thread yasmin afrose
Hi All, Greetings!!! I've played .mp3 songs using MediaPlayer in Android 1.0. *My code was*: 1:* PrankActivity.java* -- package com.aspire.android.prankapp; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import

[android-developers] Re: How to put apk to G1 Phone

2008-10-30 Thread yasmin afrose
to the phone. Hope this helps! A On Oct 29, 6:45 am, yasmin afrose [EMAIL PROTECTED] wrote: Hi, I'm using HTC touch phone with Windows mobile 5.0 OS. I've connected my mobile with Computer with USB. 1. I've included debuggable = true within Manifest.xml file. 2. How can I turn on USB

[android-developers] Re: How to put apk to G1 Phone

2008-10-30 Thread yasmin afrose
Hi Kipling. Thanks for your response regarding my issue. So, Android application will run only in T-Mobile Gphone. Since that mobile has Android OS. AM I right? Thanks, Yasmin On Thu, Oct 30, 2008 at 10:38 PM, Kipling Inscore [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 11:36 PM, yasmin

[android-developers] Re: Problem with the onUpdate method of an SQLiteOpenHelper

2008-10-30 Thread yasmin afrose
Hi, I've executed some simple application in android. Now I want to connect my DB with my application. For eg, table has the fields for language corresponding language no. Another table has language no, video no video path(ie, net path) Here language no is PRIMARY key in First Table. In 2nd

[android-developers] Re: differences between emulator (1.0rc1) and actual device (g1)

2008-10-30 Thread yasmin afrose
Hi Selmi, I would like to run my Android Application in HTC Touch Phone. But I can't. My Mobile OS ; Windows Mobile 5.0. Thats why I can't run my Application on my phone. So, Kindly May I know about your Phone Details? ie, Name of Phone Which OS the phone has? What are all you did? Thanks,

[android-developers] Re: How to add a ImageButton from layout(xml)

2008-10-30 Thread yasmin afrose
Hi, Can anyone send your source code?. Just I want to know about Image Button its purpose. Thanks, Yasmin On Fri, Oct 31, 2008 at 3:05 AM, Alvin Yates [EMAIL PROTECTED] wrote: If what you're describing went from white rectangle around the image with an orange border to the button is solid

[android-developers] Re: ArrayAdapter

2008-10-30 Thread yasmin afrose
Hi, Can any one help me to get the concept of ListView? I would like to display list of video's link in my xml. Could you please tell me how can I achieve this requirements? If I clicks any one of videos within the list of videos then it will display the corresponding video in the same

[android-developers] Re: How to put apk to G1 Phone

2008-10-29 Thread yasmin afrose
Hi, I'm using HTC touch phone with Windows mobile 5.0 OS. I've connected my mobile with Computer with USB. 1. I've included debuggable = true within Manifest.xml file. 2. How can I turn on USB Debugging on HTC touch phone. 3. where is Device Chooser dialog box...when it will appears..

[android-developers] Re: Need Help..... To install android package (.apk) on HTC Touch Mobile

2008-10-29 Thread yasmin afrose
Hi, Thanks for your kind reply. So, what I'll do? Can you tell the way? Shall upgrade my OS or What I need to done to view android output in my mobile? Please reply. Thanks, Yasmin On Wed, Oct 29, 2008 at 9:53 PM, Azatoth [EMAIL PROTECTED] wrote: ...mmm... The only missing thing is that

[android-developers] Anybody is there to help me to develop Media Player Software like Google Maps in Android..........

2008-10-29 Thread yasmin afrose
Hi All, I've executed one android application to display the static video(.mp4) file. That was working fine. Now, I would like to play the media (video) based on the language that the user chooses. Meaning, this software will send the user preferences to a server. Server will stream the

[android-developers] yasmin afrose wants to chat

2008-10-29 Thread yasmin afrose
--- yasmin afrose wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-5a1e5eae68-b0e17c2e94-46fa9480b7437993 You'll need

[android-developers] Re: Google maps not working on G1

2008-10-28 Thread yasmin afrose
Hi, I'm new to android. I've done some sample android project like Hello World, Google Maps View.. Those projects are working fine while I'm using emulator. Now I want to run the same thing on G1-Phone like you. Could please help me..what I need to done... I need step by step explanation..

[android-developers] Re: How to put apk to G1 Phone

2008-10-23 Thread yasmin afrose
Hi, I'm also want to know the same thing. If you get any reply \ you got any idea please forward to me. Thanks in advance By, Yasmin On Fri, Oct 24, 2008 at 9:45 AM, Sudha [EMAIL PROTECTED] wrote: Hi can anyone tell me how to install my apk to a G1 phone ? ota , datta cable ? after

[android-developers] Re: Relative layout

2008-10-23 Thread yasmin afrose
Hi, You will use the following link. www.droiddraw.org . It is a GUI editor for cell phone programming. You'll design the UI click Generate button it'll generate corresponding xml file for you. Enjoy it. by, yasmin On Fri, Oct 24, 2008 at 10:35 AM, april [EMAIL PROTECTED] wrote: I need