[android-developers] insert the data in the Sqlite Database

2008-12-02 Thread Rahul
i want to insert data in the database of Android Application i create this code String Iname=EtName.getText().toString(); String Imob=EtMob.getText().toString(); String Icity=EtCity.getText().toString(); String strsql=INSERT TABLE

[android-developers] Sending Mail Error

2009-01-05 Thread Rahul
hi i am trying to send mail programatically by Using Android. i write following code by Using Intent but it shows Error Noapplication can perform this action. plz tel me any Extra setting are required or wt is the problem My Code is protected void sendEmail() { // Setup the

[android-developers] Re: Sending Mail Error

2009-01-05 Thread Rahul
Thank for Reply but i have already installed K9 but it not run can you tel me any other way On Jan 5, 5:21 pm, Mark Murphy mmur...@commonsware.com wrote: Rahulwrote: hi i am trying to send mail programatically by Using Android. i write following code by Using Intent but it shows Error

[android-developers] Re: Sending Mail Error

2009-01-07 Thread Rahul
any one tel how to and install k9 for android application On Jan 6, 9:01 am, Rahul nakate.ra...@gmail.com wrote: Thank for Reply but i have already installed K9 but it not run can you tel me any other way On Jan 5, 5:21 pm, Mark Murphy mmur...@commonsware.com wrote: Rahulwrote: hi

[android-developers] Related about progrssbar

2009-04-15 Thread Rahul
Hi Android developer My Question is related about progressbar(Horizantal) . i have created a progressbar using XMl Code but i want to change the Progress Color(yello) .plz tel me how to change the progress Color from Yellow to Blue thank you

[android-developers] related scrollbar

2009-04-15 Thread Rahul
i am using ScrollView . so for one event i want disable a scrollview so plz tel me how to disable the scrollView. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Android Layout

2009-04-17 Thread Rahul
Hi i want to ask u can i access layout defined in xml file and set the parameter of that layout in the java file . is it possible plz reply me thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Related about progrssbar

2009-04-20 Thread Rahul
Hi Jeffrey Thank You Very much for your Suggesion now its Working.i have one more question. can i change shape and background color of EditText and i want to add image with Edittext . if it is same like ProgressBar then give me file path On Apr 15, 11:55 am, Jeffrey Sharkey

[android-developers] TouchEvent and ScrollView

2009-09-14 Thread Rahul
Hi All I am Developing one application when i am trying to Drag Component from top to Bottom in ScrollView . component move up to end of the Screen and not move the below the Screen when i am dragging the item i am using Absolute Layout for the drag and Drop and touchEvent listener for move the

[android-developers] ScrollView Problem

2009-09-17 Thread Rahul
HI, I am Creating one Application and in this application i am using TouchEvent and ScrollView .In ScrollView i put one AbsoluteLayout and inside the AbsoluteLayout i am adding Row Dynamically. for That Row i am Using TouchEvent to drag the item. my Problem is whenever i am trying to Drag row

[android-developers] Touch Event

2009-10-19 Thread Rahul
Hi I have some problem in Touch Event In my screen I am using one Scrollview. Inside this ScrollView i have taken one Absoulte Layout and in this Layout i am dragging the component. the Problem is i am not able to drag component below the Physical screen. component is not moving below the

[android-developers] Help for Android Application

2008-10-23 Thread Rahul
hello i am rahul And i am completely new for android so i want help. how u Add The image in list that is i want image with label plz give me code --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Go from one Screen to another screen

2008-10-28 Thread Rahul
I am Begginer for the Android and I want to Go from One Screen to Another Screen But i dont undestand How it is possible plz give me a code for that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] WebView and SSL

2008-11-14 Thread Rahul
I Have one problem in the android .i Am developin one application it contain on one click open a website in a webView.It has run but one problem is that some website are not open in the webView. any types of certificate is required for some website. so an one have another solution to open a

[android-developers] Re: Go from one Screen to another screen

2008-11-18 Thread Rahul
/android/reference/android/app/Activity.html and about Intents here:http://code.google.com/android/reference/android/content/Intent.html Tauno On Tue, Oct 28, 2008 at 12:55 PM,Rahul[EMAIL PROTECTED] wrote: I am Begginer for the Android and I want to Go from One Screen to Another Screen

[android-developers] open and show the database

2008-11-24 Thread Rahul
hi I am beginner for the android .now i createdone application in androidwhich is to connecting the database and showing the datain the screen but i hava lot of problem 1) connection is made but the data is not showing in emulator i want to inset update delete the data from database but i have

[android-developers] discarding large touch events ViewRoot.java

2009-11-24 Thread rahul
applications provide an option and through View.java or ViewRoot.java we can check if the application wants to handle large touch events or not and send them to it. Thanks in advance Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] How to navigate from one page to another?

2010-01-17 Thread Rahul
Hello, I m the new user in Android. m trying to do one apll in which when we click on Button then control goes to next page and on Back button it comes to main 1st page... can anybody tell me hw to do this or any link?? thanks in advance -- You received this message because you are subscribed

[android-developers] CHEEK_EVENT flag

2010-02-04 Thread rahul
(WindowManager.LayoutParams.FLAG_IGNORE_CHEEK_PRESSES) in one of the activity and when the activity is active then the cheek events will be ignored ? Please help in clarifying this doubt. Thanks in advance Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Query related to adding a new flag in the WindowManager (Similar to FLAG_IGNORE_CHEEK_PRESSES)

2010-02-04 Thread rahul
about this? Thanks in advance Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] How does Category_Home intent work ?

2010-02-24 Thread rahul
which i am missing ? Thanks in advance. Regards, Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers

[android-developers] SoftKeyBoard Event

2009-08-04 Thread Rahul
Hi Do u know How to handle KEY_DOWN and KEY_UP event for SoftKeyBoard . i got one example in developer blog but its not enough to undestand pls help me Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Dialog

2009-08-04 Thread Rahul
hi i want to Download image from Server using Http Connection and at same time i want to show ProgressDialod till is not Downloaded i dont undestand how to do this plz help me thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Memory problem

2009-08-06 Thread Rahul
Hi all i have one big problem in android due to this my application crashesh every time My Problem are 1. Bitmap memory exceed error 2. Out of memory error somebody pls help me to solve this problem. thanks Ranjit --~--~-~--~~~---~--~~ You received this

[android-developers] Touch event problem

2009-09-03 Thread Rahul
Hi All I want to create one Application in that i want to drag the many component like TableRow,Button,Layout i used absoultLayout is a parent Layout but i unable to drag all component only i able to drag ImageButton and i am using TouchListener for that. i dont undestand what is the

[android-developers] PopupWindow not showing.. getting a nullpointer need explanation

2008-04-08 Thread Rahul
I am trying to get this popup window to pop up when it is called but it keeps on getting a nullpointerexception error. it shows up at the line whenever i try to use the setText method. When i debug it shows that the popup window is not showable ever. the seeqpodtrack part is working correctly for

[android-developers] cant hook onto xml -- quick help?

2008-04-09 Thread Rahul
i am getting null pointer exceptions when i am trying to run this method. it gets errors at the title.setText(currenttrack.getTitle()); line because title was set as null. i dont see what happend, and when i set content view it ruins the popup things behind it. what can i go about doing?

[android-developers] Re: cant hook onto xml -- quick help?

2008-04-09 Thread Rahul
android:layout_height=wrap_content android:text=Download / /LinearLayout On Apr 9, 12:28 pm, Rahul [EMAIL PROTECTED] wrote: i am getting null pointer exceptions when i am trying to run this method. it gets errors at the title.setText(currenttrack.getTitle()); line because

[android-developers] Suppressing touch events with ACTION_CANCEL

2009-12-29 Thread rahul
the current gesture. What is the meaning of gesture (is it ACTION_DOWN plus something which can happen between ACTION_UP) or is it individual event like ACTION_DOWN, ACTION_UP or ACTION_MOVE ? Thanks in advance. Rahul -- You received this message because you are subscribed to the Google Groups

[android-developers] Documentation on Rendered scripts used in Live wallpapers

2010-08-05 Thread rahul
know where to start from ? Thanks in advance. Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread Rahul
Hi, I have the same problem too... Can anyone tell me how to insert huge amount of data(say 30-40 mb of images) on my application... On Aug 9, 3:54 pm, sunrises surya@gmail.com wrote: Hi, I am working with android2.2 and I have large no.of Image files and total size of those files more

[android-developers] Re: Documentation on Rendered scripts used in Live wallpapers

2010-08-10 Thread rahul
the images? Regards, Rahul On Aug 6, 5:27 am, Romain Guy romain...@android.com wrote: This is not a public API. On Thu, Aug 5, 2010 at 4:40 PM, rahul rahulii...@gmail.com wrote: Hi, I have just started working on the live wallpapers and have gone through some examples (Fountain

[android-developers] Get Video Thumbnail For Android OS Version 1.5

2010-08-11 Thread Rahul
hi i want to retrive the videos thumbnail for Android OS 1.5 And 1.6.MediaStore.Video.Thumbnails. this class is only work for android 2.0 and more. So please tel me is there any way to retrive the videos from SDCARD in 1.5 and 1.6. Please give me reply urgent . Thanks -- You received this

[android-developers] problem displaying music list using custom adapters

2010-04-20 Thread Rahul
Hi, I am trying to display the list of songs using array adapters. But the problem is i couldnt display the list and only empty screen with preset background is showing up. Here's the code...All the thee are seperate classes... Plz help me... public class SongsAdapter extends

[android-developers] Re: problem displaying music list using custom adapters

2010-04-21 Thread Rahul
I have tried to implement the above by using the following code... But, this too is showing the same... public class MusicListActivity extends Activity { ListHashMapString, String songNodeDet = new ArrayListHashMapString,String(); HashMap?,?[] songNodeWeb; XMLRPCClient

[android-developers] problem accessing run( ) in android

2010-04-22 Thread Rahul
Hi i have a problem accessing run() method in my program. The rum method is not getting focus at all. The Log message that is present outside the loop is getting displayed and i am getting a blank screen with preset background.Here's the code... public class MusicListActivity extends Activity {

[android-developers] Added core Library by mistake..

2010-04-23 Thread Rahul
Hi I am using Eclipge Ganymede for Android. While developing a project i clicked on FIX PROJECT option by mistake. Then the whole project started showing an error. I have been displayed the following log in the console... trouble processing java/math/RoundingMode.class: [2010-04-23 17:24:29 -

[android-developers] Retrieving the Json data into a list view...

2010-04-30 Thread Rahul
Hi, I want to retrieve the data from the url(http://www.sumasoftware.com/ alerts/GetAlerts.php) and parse the data. The data should be inserted to a list view showing alert text and the corresponding date. I have done this using a text view. But cant figure out how to display using list view...

[android-developers] Re: Retrieving the Json data into a list view...

2010-04-30 Thread Rahul
I have done the following. But still i cant get the result... Can anyone help me determine what the error is...Pl help me out... public class AlertsAdd { public ArrayListJSONObject retrieveJSONArray(String urlString) { String result = queryRESTurl(urlString);

[android-developers] Re: Retrieving the Json data into a list view...

2010-04-30 Thread Rahul
Here's how the errors in the log looks like... Tried different ways to fix the problem. but of no use... 04-30 13:09:46.656: INFO/ActivityManager(584): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x1000 cmp=com.WorldToyota/.Alerts }

[android-developers] Re: Retrieving the Json data into a list view...

2010-04-30 Thread Rahul
Really thank you Jose for posting the code. I'll definitely try it out and let you know if there are any further issues. Regarding the logcat, Hey Brion,I have posted wrong log cat in the above posts. Sorry for that... Below you can see the exact log cat errors... 04-30 13:09:46.656:

[android-developers] Binding Json Array to Adapter

2010-05-03 Thread Rahul
Hi, I have retrieved Json array by using the process below... http://www.josecgomez.com/2010/04/30/android-accessing-restfull-web-services-using-json/ Now, I am trying to display the Json array in a list view. So, can anyone help me determine how can i bind the values obtained from Json array

[android-developers] Re: Retrieving the Json data into a list view...

2010-05-03 Thread Rahul
I could successfully get the Json values by using the method explained by Jose... Thanks to Jose once again. Now i m trying to display all the values of the Json into a list view using the adapters. But i m getting a null pointer exception while running the app... Can anyone tell me what the

[android-developers] Re: Retrieving the Json data into a list view...

2010-05-03 Thread Rahul
Here's the log errors i m getting... 04-30 13:09:46.656: INFO/ActivityManager(584): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x1000 cmp=com.WorldToyota/.Alerts } 04-30 13:09:50.417: ERROR/JSON(924): There was an error parsing the

[android-developers] Re: Retrieving the Json data into a list view...

2010-05-03 Thread Rahul
Thanks Jose and Brion for ur support. Jose's post worked like a wonder. Got to know what mistakes i made... I m really thankful to you for solving my problems with coding. It will be very helpful for developers, especially for amateurs like me... Thank u very much once again... KUDOS to Android

[android-developers] Creating tabs for calling activities

2010-05-05 Thread Rahul
Hi , I have some activities in my project like, Alerts,HomePage , Calculator etc. What i want to accomplish is to create tabs for all these activities and insert images for these. When we touch the tab the corresponding activity must load. I have done it using the menu options. But i must

[android-developers] How i can make the EditTextView work same as RichTextBox or control along with Spell Check

2010-07-01 Thread Rahul
Hi, I am want to implement such functionality with editText view like when user enter text in it, if there is a spelling mistakes then it will high light that specific word with red underline. Then User can tap on that word and application provides a list of suggestions for words. User can select

[android-developers] How to retrieve Emails stored on Android Device?

2010-07-01 Thread Rahul
HI, I have working on one task and I wanted to retrieve the email messages which are stored on Device into my application same as we can do with SMS messages. Can any one help me that how I can do that? If we cant retrieve email messages then any specific reason given by Google or Android it

[android-developers] How many Database we can open/access at same time from our application?

2010-07-09 Thread Rahul
I am working on one task where I have to work with multiple sqlite database files which are downloaded from different location and then they are merged together. can any one tell me that how many sqlite database I can access at a same time from my android application as right now my current

[android-developers] Developing for Galaxy tab(any tab resolution devices)

2010-09-17 Thread Rahul
Hi, I want to how to develop and test apps for the Galaxy tab. I mean like the Android simulator, can we test the tab apps on a simulator? Is there a way to download simulator for the tab or should we tweak the existing simulator? -- You received this message because you are subscribed to the

[android-developers] Creating iPhone style bubble list view in android

2010-12-13 Thread Rahul
I am creating a chat application the interacts between two users. I want to show the interaction between the users in the form of a iPhone bubble list view... I found a tutorial that shows to create a bubble list in IOS... Here's the

[android-developers] displaying nearby schools and airports in google maps android

2010-10-23 Thread Rahul
I want to display the near by schools and airports and their related information in the google maps. I have considered using google maps api but the registration process for Adsense and Google Places API will take long time. So, is there any other alternative to my problem...??? Any suggestions

[android-developers] Re: displaying nearby schools and airports in google maps android

2010-10-23 Thread Rahul
Sorry about a mistake in the question... Its Google Places Api instead of Google Maps API... On Oct 23, 11:09 am, Rahul rahulvarma.kalidindi0...@gmail.com wrote: I want to display the near by schools and airports and their related information in the google maps. I have considered using

[android-developers] How to new contact with All Information by using intent

2010-11-11 Thread Rahul
Hi All I need little bit help. i want to add new contact by using Intent. i have tried following code, but i am able to add only name and phone. i also want to add Organization and title but dot know what is the problem i am not able to add these two things if somebody have any solution please tel

[android-developers] Re: Do I need to buy Google Maps license?

2010-05-21 Thread Rahul
You have to only get the map API key to run the maps in android. You can search for the way to get the API keys. I am a bit confused about using CANVAS... You must use a MapView to display a Google map and in xml file u have to just include the API key that u get... On May 20, 3:31 pm, Samuh

[android-developers] Touch events

2010-05-26 Thread rahul
in advance. Regards, Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: Bottom of one LinearLayout being hidden by other LinearLayout?

2010-05-28 Thread Rahul
I think it would be good if u use two seperate layouts for portrait mode and landscape mode. You can save the layout for landscape mode by saving it a folder for ex:res/layout-land... You can call the lanscape layout when the phone is switched from portrait to landscape mode...This would be a

[android-developers] Re: Map is not dispalying in the android emulator

2010-06-02 Thread Rahul
Hi, Can you plz post some code so that all the developers could evaluate the code and tell you the mistake you made. Hope that you have generated the API key correctly. If you are looking for some sample code then you can mail me... On Jun 3, 9:44 am, aswini aswin...@gmail.com wrote: Hi , I

[android-developers] Re: Touch events

2010-06-04 Thread rahul
Hi i was able to see that the events goes in the WindowManagerService.java, Can you please let me know where exactly (which method is used to cancel the events) it is done. Thanks and Regards, Rahul On May 26, 9:55 pm, john wang altavista.w...@gmail.com wrote: in WindowManagerService.java 2010

[android-developers] ListView Out Of Memory Problem

2010-06-22 Thread Rahul
I have one listView and i am trying to add minimum 4000 row in list view but when i scrolling the list up to 800 row it showing out of memory error and the application is crashing i dont understand what is the problem for listView . i am using following code for that and Using Array adapter

[android-developers] [Q] What are the different protocols used for sending multimedia contents on phones

2011-01-14 Thread rahul
What are the different protocols used for sending multimedia contents on phones I know about MMS's mm1 to mm11, but i'm looking for more answers. Thank You -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How do certain application backup the APK files?

2011-02-03 Thread Rahul
of the same. Out of curiosity, how can one go about doing this? Do I need to query the PackageManager or is there a different way? Thanks Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] ListView

2009-06-30 Thread Rahul
hi all i have one problem in ListView ; i am created Custom List and in my list the diveder is not Coming even every where. some time it gives some extra thickness to diveder. i dont undestand the problem plz help me thank you --~--~-~--~~~---~--~~ You received

[android-developers] TableRow

2009-07-21 Thread Rahul
hi All, i have one problem. i am using TableLayout and i am adding row dynamically. when the all the row is created after that i want to update that row one by one mean i want to add image in that row but problem is what i am not getting any row id or any reference of specific row due to this

[android-developers] text hiding in text view

2011-02-22 Thread Rahul
h i am stuck in a problem i want to display some text in a text view constraint is text has a predefined width... if the text exceeds this width it should hide that... but now it goes in next line... please help Thanks -- You received this message because you are subscribed to the Google

[android-developers] Re: Build Error - Android 2.2

2011-03-18 Thread rahul
Try this change: LOCAL_SDK_VERSION=current (3 Android.mk files) 1. frameworks/ex/common/Android.mk 2. external/jsr305/Android.mk 3. external/guava/Android.mk -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] creating a driver application

2011-03-23 Thread rahul
the usb port is referenced on a tablet so that we implement the same in the c code.Also we need to know how android will need communicate with the driver. Please do also mention if there is any other alternative to achieve the same task. Regards, Rahul -- You received this message because you

[android-developers] Android SDK platforms 2.2 and ASE

2011-04-04 Thread rahul
I m using Android SDK platform 2.2 release 1 and having all platforms required for 2.2 but -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Android SDK platforms 2.2 and ASE

2011-04-04 Thread rahul
I m using Android SDK platform 2.2 release 1 and having all platforms required for SDK 2.2 but I m not able to see facade.From where i ll get the facade?. Is facade avialable on ASE or Android SDK? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Facade Support

2011-04-05 Thread rahul
I m using ase_r25_2.1_04-02-2011.apk for android SDK. From where I will get the supported facade? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Not able to create .apk file

2011-04-05 Thread rahul
I write a small application in Eclipse to print Hello in emulator.And when I run that file it shows me 2 error 1)Error executing aapt. Please check aapt is present at C:\Android 2.2\platform-tools\aapt.exe 2)R cannot be resolved to a variable In Android 2.2 folder their is no 'platform-tools'

[android-developers] URI

2011-04-06 Thread rahul
What is URI? How to get the URI of the contact? Exapmle :phoneCallNumber(Sring URI) In this case URI is what? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] uri

2011-04-07 Thread rahul
For using API phonecall(string uri) i need the uri for a particular contact. i am getting content://contacts/people/1 as URI but don't know how to get this 1? content://contacts/people/1 this i refers to what? -- You received this message because you are subscribed to the Google Groups

[android-developers] From I get API used in Script

2011-04-08 Thread rahul
Hi, I have written the following commands : import android import time ab = android.Android(1) ab.makeToast(Its rahul) in python file for blinking the name in the emulator screen and it works. I am using SDK2.2 platform with ASE_r_25. Maketoast is API. I just want to know all the APIs supported

[android-developers] DataBase getting blank when app left unused for few hours

2012-08-08 Thread Rahul
Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options

[android-developers] How should I optimise this AIDL code avoid race condition

2012-08-22 Thread rahul
I'm creating a media player app. When I starts or resumes the application I want to check if the media player was already playing a song. So that if it was I will set my Pause/Play ToggleButton to *Pause*, else it was not playing earlier then button will set to *Play*. (i.e. for e.g. if the

[android-developers] Making my app as Default App

2012-03-16 Thread Rahul
in advance I appreciate you help Cheers Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Android proguard problems

2012-04-11 Thread Rahul
18:31:41 - Android] at proguard.ProGuard.initialize(ProGuard.java:211) [2012-04-11 18:31:41 - Android] at proguard.ProGuard.execute(ProGuard.java:86) [2012-04-11 18:31:41 - Android] at proguard.ProGuard.main(ProGuard.java:492) Thanks and Regards Rahul Nakate -- You received this message because

[android-developers] Google Music Player widget

2011-12-14 Thread rahul
to pause,play,next and previous song. How can we do the same in Google music player present in ICS ? Thanks in advance. Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] How to detect which market the app was installed from

2011-08-08 Thread Rahul
Here is the situation - my app 'IPv6 and More' is available in the Android marketplace as well as the Amazon appstore. I recently added a menu option in my app to allow users to 'rate the app' from within the app (by basically invoking the market://... URL in the browser). When i submitted the new

[android-developers] What are the ranges of bands that Android provide in Equalizer class?

2012-06-28 Thread rahul
By default there are 5 bands that android provide in its Equalizer class. I wan to know what are the ranges of each band. That is what is the starting final range(Hz/KHz or any other unit) of each band. Thanks in advance -- You received this message because you are subscribed to the

[android-developers] Adding application settings(preferences) in the android system settings menu

2012-09-21 Thread rahul
to know the API and other code that I need to write to add my application setting options in the system menu. Please help me in this matter. In case of any further query please let me know, Thanks Rahul -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to publish paid apps when your country is not in Merchant list?

2012-09-25 Thread rahul
I’ve one question. How do application developers from the countries who are not in this merchant list (like India) publish there paid apps in the market. I mean there must be some way. Do they have to open a bank account in other country like US and open a merchant account from that. Is it

[android-developers] Re: Example gallery style view with fling, bounce, animation, etc

2013-01-01 Thread Rahul
Hello, How can i use this code to create a gallery. I want to create a gallery which is circular and stops at the end completing on cycle. Please help me. Thanks and regards, Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Couldn't Create Directory for shared preferences

2013-05-09 Thread rahul
Hi Guys, I am facing error while trying to create shared preferences from my application Could n't create Directory for shared preferences Any one face this problem and any known solution for this? Thanks alot -- -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: URGENT REQUIREMENT: AS400 Admin,Louisville, KY

2017-01-05 Thread rahul
Hi Aman, Hope you doing great. Please let me know is this position still available. Please let me know. On Monday, September 12, 2016 at 10:01:43 PM UTC+5:30, aman tanwar wrote: > > Share resume On > > > > > > > *ama...@nityo.com Positions: AS400 Admin Location: > Louisville, KY Duration:

[android-developers] Hiring PYTHON DEVELOPER

2023-05-12 Thread Rahul
Hi We have a requirement for Python developer *ROLE: *Python Developer *JOB DESCRIPTION :* Proficient in Python, Django, and Pandas Experience : 1 - 3 years location : Hyderabad *Skills :* Clear understanding of OOPs and software design constructs & their

[android-developers] Problem in using remote service from other App

2009-09-24 Thread Rahul Bhagwat
I’ve implemented remote service using aidl it is working fine if I’m using its service from same package. But If I tried to use the service from other application it gives me error as below 09-24 10:51:08.051: ERROR/dalvikvm(795): Could not find method

[android-developers] Re: Problem in using remote service from other App

2009-09-24 Thread Rahul Bhagwat
, resulting following error 09-24 14:25:13.082: WARN/dalvikvm(1392): VFY: unable to find class referenced in signature (Lcom/sasken/dlna/dmcRemService/DeviceList;) On Sep 24, 11:30 am, Rahul Bhagwat rahul3...@gmail.com wrote: I’ve implemented remote service using aidl it is working fine if I’m

[android-developers] Re: Problem in using remote service from other App

2009-09-24 Thread Rahul Bhagwat
Again I got the solution for above problem. If you are using custom object passing from service to client , implemented using Parcelable, you have to provide source code of object to client. On Sep 24, 2:08 pm, Rahul Bhagwat rahul3...@gmail.com wrote: I found out the way. client should include

[android-developers] How to add 3rd party package in android framework

2009-09-29 Thread Rahul Bhagwat
I have developed my java library package I want to use this package from other Android applications such as Gallery and Music. so I've put this package under framework/base/core/java/com/package name also made entry of AIDL files in Android.mk file located at framework/ base folder , but java

[android-developers] Regd: difference between protool buffer implementations

2009-11-11 Thread rahul prasad
implementation, what is the procedure to use this implementation? 3) Will Protocol buffers created using one implementation, not work with the other and vice versa? Greatly appreciate your feedback. Regards, Rahul Prasad -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to get the AID for application in android.

2009-11-12 Thread rahul prasad
Hi, How do i get the AID for the an application in android. Regards, Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: How to drag and drop items of ListView?

2010-01-28 Thread Rahul Vij
Well you can look at the Android source code for the implementation of Music application uses a list where drag and drop is implemented. I think its called TouchInterceptor. On Jan 28, 6:56 am, Christine christine.kar...@gmail.com wrote: On Jan 28, 12:28 pm, pink 444 pnk...@gmail.com wrote:  

[android-developers] Modifying Music application, source is taken from Android source code Options

2009-07-31 Thread Rahul Bhagwat
I'm modifying Music application to add dlna feature. I've taken source code from android source code version1.5, I'm trying to build this code in eclipse but some packages are missing such as android.media.MediaFile; android.media.MediaScanner; I think these are not available in android SDK

[android-developers] How to build source code of Android applications like Media Provider in SDK ???

2009-08-05 Thread Rahul Bhagwat
I'm using Android SDK 1.5 r3. I have source code of Media Provider which i wanted to modify. My intention behind is : add http server files in the data base Music application can list urls can play on Media Player. So that i've created new project with package like com.android.Media copied

[android-developers] How do I get Source code of Gallery application ?

2009-08-05 Thread Rahul Bhagwat
How do I get Source code of Gallery application ? I did not find source code of this application in android source. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to build source code of Android applications like Media Provider in SDK ???

2009-08-08 Thread Rahul Bhagwat
...@commonsware.com wrote: Rahul Bhagwat wrote: I'm using Android SDK 1.5 r3. I have source code of Media Provider which i wanted to modify. My intention behind is :  add http server files in the data base Music application can list urls can play on Media Player. So that i've created new

[android-developers] java packages

2009-08-08 Thread Rahul Bhagwat
Java packages like java.io, java.lang etc used in android, are they different from java packages in windows ? means specially made for android ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: large database file

2009-08-20 Thread rahul meshram
If the size is too large as you mentioned, then its better to keep such file in SD card, because the other applications may be using the data/data location for storing application related data into a file system or in to sqlite data base. On Fri, Aug 14, 2009 at 7:35 PM, Andrei gml...@gmail.com

  1   2   3   4   5   6   7   >