[android-developers] EMAIL & SMS

2011-08-04 Thread arun kumar
Hello all, I am developing one application. In that application i want to send email and sms to a particular user. -- 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 u

Re: [android-developers] need source code

2011-08-04 Thread Kumar Bibek
Ask the developer of the free app, if he is willing to share the source code. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Aug 5, 2011 at 1:51 AM, vipin saroha <1989sar...@gmail.com> wrote: > hiii everybody > > can anybody

Re: [android-developers] Re: How to execute KILL -9 pID command

2011-08-04 Thread arun kumar
/* Way one */ android.os.Process.killProcess(android.os.Process.myPid()) /* Way Two */ System.exit(0); On 8/5/11, vinaykant wrote: > Thanks for your reply.. > > Is there any way using any package or API to get this thing done? > > Regards > Vinay > > On Aug 5, 4:27 am, Paul Turchenko wrote: >> L

Re: [android-developers] Re: Blank page after directing to URL

2011-08-05 Thread arun kumar
post the code. -- 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 o

[android-developers] http connection to display a webpage

2011-08-05 Thread arun kumar
Hi i want to get data from the server ...i done using http connection but the webpage is not displaying am new to android and java...so plz any one can provide me guidance. // TODO Auto-generated method stub super.onCreate(savedInstanceState); setTitle("Fund P

[android-developers] dispalying a webpage

2011-08-05 Thread arun kumar
Hi i want to display a webpage in the using http connection..am new to android and java so any one can give me guiadance how i can make this... // TODO Auto-generated method stub super.onCreate(savedInstanceState); setTitle("Fund Projects"); try { URL

Re: [android-developers] Jphfgyofjfjhghkloljgjkhilgxbcbghghghy

2011-08-07 Thread Kumar Bibek
Your keyboard doesn't work :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Aug 2, 2011 at 11:30 PM, Manan wadhwa wrote: > > > Sent from my iPod > > -- > You received this message because you are subscribed to the G

Re: [android-developers] Re: How to place two buttons side by side at the bottom of the android emulator to get the appropriate shape displayed by clicking on the appropriate buttons

2011-08-08 Thread Kumar Bibek
You cannot Debug into the Android classes with a normal setup. Post some error logs from your Logcat. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Aug 8, 2011 at 1:09 PM, Divya wrote: > hi > > I did what you said. But now too am

Re: [android-developers] Re: How to place two buttons side by side at the bottom of the android emulator to get the appropriate shape displayed by clicking on the appropriate buttons

2011-08-08 Thread Kumar Bibek
Can you also post some code? Looks like the problem is in your UserInterface class at line 214. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Aug 8, 2011 at 2:53 PM, Divya wrote: > LogCat errors are > > 08-08 14:53:04.101: ERROR/DEB

Re: [android-developers] Re: How to place two buttons side by side at the bottom of the android emulator to get the appropriate shape displayed by clicking on the appropriate buttons

2011-08-08 Thread Kumar Bibek
try{ throw new Exception(); } Why are you throwing this Exception -- 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

Re: [android-developers] Re: http connection to display a webpage

2011-08-08 Thread arun kumar
The backend database is MySQL and their web server is PHP...by using this how can i get the webpage displaycan anyone give me guidance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

Re: [android-developers] android Date picker

2011-08-09 Thread arun kumar
Refer this site nagu you get what you want:) http://www.edumobile.org/android/android-beginner-tutorials/using-android-date-picker/ On Tue, Aug 9, 2011 at 11:14 AM, nageswara rao rajana wrote: > Hi, > > I want to set default date for date picker. Can any one please help > me. > > > Thankin

[android-developers] imageview displaying

2011-08-11 Thread arun kumar
Hi i placed a imageview (10dip) from the margin left(assume 100*200 size emulator )the same code if i run on the another emulator(assume 200*200)the image view should appear at 20dip but it is displaying at 10dip only ...so how can i solve this Thankyou arun -- You received this messa

[android-developers] Fwd: imageview displaying

2011-08-11 Thread arun kumar
-- Forwarded message -- From: arun kumar Date: Thu, Aug 11, 2011 at 12:36 PM Subject: imageview displaying To: android-developers@googlegroups.com Hi i placed a imageview (10dip) from the margin left(assume 100*200 size emulator )the same code if i run on the another emulator

[android-developers] Where will be the apk files will be present

2011-08-11 Thread Siva kumar
Hi all, I install Helloworld.apk using abd install command. In which directory this apk file will be installed. I was not able to find in systam/app. Thanks sivakumar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Fwd: imageview displaying

2011-08-11 Thread arun kumar
thankyou for ur reply how can i solve this the image has to appear according to the screen resolution(actually am having a circle(placed at the centre of the screen) on that i placed four images (top,left,right.bottom) by giving android:layout_marginLeft="10dip" ((for leftside image)) an

Re: [android-developers] Fwd: imageview displaying

2011-08-12 Thread arun kumar
Hi am sending the xml code i made by taking relative layout...so,where i have to change the code..can u guide me... Thanks http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:id="@+id/ll" android:background="@drawable/circle2" android:layout_width="wrap_conten

Re: [android-developers] APK Decompiler

2011-08-12 Thread arun kumar
procedure to decoding .apk files---step wise method--> step 1: make a new folder and put .apk file (which you want to decode) now rename this .apk file with extension .zip (eg:rename from filename.apk to filename.apk.zip) and save it..now you get classes.dex files etc...at this stage you are able

[android-developers] emulator issue

2011-08-13 Thread arun kumar
while running the app am getting the error..so how can i solve this Emulator] invalid command-line parameter: plugins. Emulator] Hint: use '@foo' to launch a virtual device named 'foo'. - Emulator] please use -help for more information Thankyou arun -- You received this message because you

Re: [android-developers] Fwd: imageview displaying

2011-08-15 Thread arun kumar
if i use circle image (background image) as nine patch can my problem will be solved... -- 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,

Re: [android-developers] HTTPGet synchronous or asynchronous call???

2011-08-18 Thread Kumar Bibek
By itself it is a synchronous call. You will have to make it asychronous. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Aug 19, 2011 at 10:35 AM, Atik wrote: > Hi, > we have HTTPGet in android so we can communicate with the server to

[android-developers] titlebarcolor

2011-08-18 Thread arun kumar
How to change the title bar background color i given like this in the color folder #ffoo Thanks in advance.. -- 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] resolution

2011-08-19 Thread arun kumar
hi resolution 320*480 is equal to 320 width in pixel and 480 height in pixel both are equal or difference. i given the device metrics and find the height and width it appearing good...but when i made(ecllipse>windows>android sdk and avd manager>new >built resolution(here i given 320*480)he

Re: [android-developers] titlebarcolor

2011-08-19 Thread arun kumar
thanks for reply by default the title bar is appearing on the screen(3.0)...by giving in the string.xml am able to get Dialog title on the device..i have to change the background color. Dialog #ff Thanks in advance -- You received this message because you are subscribed to th

[android-developers] image appearing half only

2011-08-23 Thread arun kumar
Here i given image view i want to move the image top by giving -33 its worked but the image is appearing half only... Thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

Re: [android-developers] Unable to do "ls" in the device file system to view the logs in the adb shell.

2011-08-23 Thread Kumar Bibek
You dont have permission to run these commands on a commercial device. Rooting would solve your problem. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Aug 23, 2011 at 1:12 PM, s.rawat wrote: > HI All, > I am able to create the logs

[android-developers] MP3 Streaming do not work on LG

2011-08-24 Thread Virendra Kumar
The MediaPlayer do not play the live streaming of a radio url. This code and radio is working fine on Andriod Simulator but not working on Andriod Mobiles (Samsung Galaxy 9001 and LG optimus black ) both running andriod 2.2 version The same program and radio however works on HTC aria mobile. We ha

[android-developers] How to hide applications in android

2011-08-24 Thread Siva kumar
Hi all, How to hide all applications in android -- 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+unsub

Re: [android-developers] image btton problem

2011-08-26 Thread Kumar Bibek
Use a png image, that has transparent padding. Your image seems to have a opaque padding background. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Aug 26, 2011 at 1:01 PM, Ratheesh Valamchuzhy wrote: > > > > Hi All > > In

[android-developers] Button click listview has to visible

2011-08-26 Thread arun kumar
Hi i defined a button at the bottom in the xml fileand i made (listview) invisible in the xml filein java code i give list view implementationhere when i click on the button that list view has to appear .. Thaks in advance Public class ListView extends Activity{ p

[android-developers] hardware backbutton if click has to take to previous activity.

2011-08-29 Thread arun kumar
Hi, i have button on the bottom of the layout..when i click on that a list will appear..here if i click hardware backbutton it has to take to previous activity but if i clik onthat the apps is crashing...if i click on the item of the list it has to take to next activity..here its working fine.

[android-developers] How to select a text line from Radio Button

2011-08-29 Thread ashish kumar
Hi all, I want to design an app in which there are multiple radio buttons, every radio button has some text in multiple lines associated with it, when a radio button is selected i want to take one line from those multiple text lines. Thanks in advance. -- You received this message because you a

[android-developers] Mono for Android

2011-08-29 Thread Mousam Kumar
Hello Friends, I am new to android based application. I want to use "Mono for Android" to create these apps. Would you please suggest me some sites & books which will be helpful for a begginer like me. Thanks Mousam -- You received this message because you are subscribed to the Google Groups "A

Re: [android-developers] need help

2012-09-04 Thread vinay kumar
can you be more specific, what you really want to implement. On Tue, Sep 4, 2012 at 11:08 PM, Madhuri Cherukuri wrote: > Hi > > Can any one help me how to replace a two xml's by using include and merg > tag or is there any other way to replace. > Thanking you.. > > -- > You received th

[android-developers] How to export/import sqlite database to/from sdcard in android application?

2012-09-09 Thread SUNIL KUMAR
I have an application that has a sqlite database, I want to export the app db to sdcard & then import the same from sdcard. Can anyone guide me in this concern. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

[android-developers] Fwd: I had android doubt please go to link and give your suggestions.

2012-09-11 Thread Siva Kumar
-- Forwarded message -- From: Siva Kumar Date: Tue, Sep 11, 2012 at 5:23 PM Subject: I had android doubt please go to link and give your suggestions. To: SIVA FAMILY MEMBERS , KARNATAKA SANGHA SCHOOL FRIENDS , SRM FRIENDS , sairam friends < sairam_frie...@googlegroups.com>,

[android-developers] Re: custom listview delete the corresponding row

2012-09-12 Thread arun kumar
costobject value :000120 is changed to 000180 On Wed, Sep 12, 2012 at 5:23 PM, arun kumar wrote: > Hello , am having acustom list view in that products are there .when i > click on that products it will be saved in the *Arraylist that arraylist * > are giving to the another custom

[android-developers] Updating progress bar in Application while downloading file using DownloadManager

2012-09-14 Thread vinay kumar
Hi All, I was wondering if anybody knew how to update progress Bar in the application while attempting to download file using download manager for android? Please share your ideas. Thank you in advance. -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] Re: Updating progress bar in Application while downloading file using DownloadManager

2012-09-14 Thread vinay kumar
But AsyncTask doesn't had an option to resume the download from where it previously stopped (in case of device restart or network failure) On Sat, Sep 15, 2012 at 2:58 AM, bob wrote: > Sounds like a job for an AsyncTask. > > On Friday, September 14, 2012 4:56:15 AM UTC-5, Vin

Re: [android-developers] Re: Android LVL

2012-09-15 Thread vinay kumar
Have you tried which was provided with Android sdk? On Sat, Sep 15, 2012 at 2:50 PM, janvi wrote: > Any body who has already tried this help me out plz > Its very urgent > > > > On Friday, September 14, 2012 5:32:02 PM UTC+5:30, janvi wrote: >> >> Dear All >> >> I need a favour,though it is old

Re: [android-developers] Re: Android LVL

2012-09-15 Thread vinay kumar
Have you tried Library which was provided with Android sdk? On Sat, Sep 15, 2012 at 2:57 PM, vinay kumar wrote: > Have you tried which was provided with Android sdk? > > > On Sat, Sep 15, 2012 at 2:50 PM, janvi wrote: > >> Any body who has already tried this help me out p

Re: [android-developers] Problem in Emulator !

2012-09-16 Thread Kumar Bibek
You can increase the time out in Android-ADB from the Eclipse preferences.. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sun, Sep 16, 2012 at 5:59 PM, Sobia Awan wrote: > Its depend on your processor ...In this situation you have to close y

Re: [android-developers] Problem in Emulator !

2012-09-16 Thread Kumar Bibek
Looks like... Try restarting eclipse. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sun, Sep 16, 2012 at 6:11 PM, Meena Rengarajan wrote: > Now, process is waiting for the Debugger to Attach, it is showing me . > > Sense, debugge

Re: [android-developers] Re: Android LVL

2012-09-16 Thread vinay kumar
yes, we need to upload the app without publishing it. For testing it we need tester credentials too. On Sat, Sep 15, 2012 at 10:06 PM, Ichsan wrote: > If you read the documentation, it is clear that you need to upload the app > without publishing it. > > -- > You received this message because yo

Re: [android-developers] Re: Android LVL

2012-09-16 Thread vinay kumar
16, 2012 7:41:49 PM UTC+5:30, Vinay Kumar wrote: > >> >> yes, we need to upload the app without publishing it. For testing it we >> need tester credentials too. >> >> On Sat, Sep 15, 2012 at 10:06 PM, Ichsan wrote: >> >>> If you read the

Re: [android-developers] Re: Android LVL

2012-09-16 Thread vinay kumar
Yes. On Mon, Sep 17, 2012 at 9:08 AM, janvi wrote: > Ok thank you for this > > Is this licensing option which I have to enable is provided as a field in > the uploading form? > > Thanks in advance > > > > > On Sunday, September 16, 2012 10:42:17 PM UTC+5:

Re: [android-developers] Your Registration to Google Play is still being processed

2012-09-17 Thread Kumar Bibek
And have some patience :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Mon, Sep 17, 2012 at 1:06 PM, TreKing wrote: > On Sun, Sep 16, 2012 at 2:30 AM, Johnl Smith wrote: > >> hello,two days passed, my google play publishing sta

[android-developers]

2012-09-17 Thread Anil Kumar
what is the use of unity plug in ..In android? -- 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+unsubsc

Re: [android-developers] What candy is the latest version of Android named after?

2012-09-21 Thread vinay kumar
Answer : jellybean Platform version : Android 4.1, 4.1.1 API level : 16 Meaning of jellybean = A small ovoid candy with a hardened sugar coating over a chewy center. On Sat, Sep 22, 2012 at 11:00 AM, Meena Rengarajan wrote: > Can anyone tell me this , Sorry it might be a simple Question but i wa

Re: [android-developers] Re: Android App Published But Not Visible in Google Play Store even after published

2012-09-21 Thread vinay kumar
Hi, I will take max of 2 hours to update on Google play. On Fri, Sep 21, 2012 at 7:16 PM, RichardC wrote: > >1. Check for email from Google. >2. Tell us the app name (and package name) so we can look >3. Or we can guess :) > > > On Friday, September 21, 2012 12:21:49 PM UTC+1, Nikhil

[android-developers] How to install ADT Plugin in Eclipse ? Error in Accessing Help !!!!!!

2012-09-23 Thread Purushotham Kumar
Hi Can Any one please help me? I downloaded every package of eclipse and tried to install android plugin (ADT Plugin). Always it install successfully but failed to create android projects as the plugin doesn't enable in my system. My System Configuration OS : Windows 7 64 bit Processor : int

Re: [android-developers] Timepicker AM/PM value issue

2012-09-24 Thread vinay kumar
erttime, Toast.LENGTH_LONG).show(); } }; Hope this helps you. Regrads Vinay Kumar On Tue, Sep 25, 2012 at 11:19 AM, Ibrahim Sada wrote: > Mycallback=new OnTimeSetListener() { > > public void onTimeSet(TimePicker view, int h

Re: [android-developers] send email

2012-09-25 Thread vinay kumar
email client and add necessary permissions. Regards Vinay Kumar On Tue, Sep 25, 2012 at 12:23 PM, Ibrahim Sada wrote: > Hi .. >Can any1 help me out how to send email from code.. >Thanks in advance.. > > -- > You received this message because you are subscribed to the Googl

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
Hi sindhu, have you check with the above code sent by me. Is that also not working? On Tue, Sep 25, 2012 at 2:54 PM, skink wrote: > > > sindhu wrote: > > In time picker control ther is one button choose AM or PM values how to > get > > that value? when user clicks on it? > > > > what on earth

Re: [android-developers] send email

2012-09-25 Thread vinay kumar
Then check for java gmail client. On Tue, Sep 25, 2012 at 2:59 PM, Ibrahim Sada wrote: > Mr vinay thanks.. > But i need to send a mail through code.. > Thnks in advance... > > > On 25 September 2012 13:18, vinay kumar wrote: > >> Hi, >> >

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
Yes I Used. On Tue, Sep 25, 2012 at 6:27 PM, sindhu wrote: > Vinay have you ever used Picker control in honencomb? > > > On Tuesday, September 25, 2012 3:00:51 PM UTC+5:30, Vinay Kumar wrote: > >> Hi sindhu, >> >> have you check with the above code sen

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
are closing your app after Step 1. On Tue, Sep 25, 2012 at 6:32 PM, vinay kumar wrote: > Yes I Used. > > > On Tue, Sep 25, 2012 at 6:27 PM, sindhu wrote: > >> Vinay have you ever used Picker control in honencomb? >> >> >> On Tuesday, September 25, 2012

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
Hi sindhu, My code convert the 24 hours to 12 hours format could you get a chance to check it. On Tue, Sep 25, 2012 at 8:58 PM, skink wrote: > > > sindhu wrote: > > want to download a file from net so wat m doing is- asking user to set > the > > start time and end time for downloadin. For this

Re: [android-developers] Update EditText Fields With Spinner Select

2012-09-26 Thread vinay kumar
from the items from the spinner; the edittext fields (7 > edittext) is updated (loaded).* > Regards Vinay kumar On Thu, Sep 27, 2012 at 12:44 AM, jabjab wrote: > Any tutorial where spinner have the (set) same value, and updated as an > edittext in a database, and > by select fr

[android-developers] Android resource qualifier

2012-09-28 Thread vinay kumar
Hi, I am unable to get the values form "values-sw480dp" on my sony Xperia device which is 480 x 854 neither on Samsung galaxy tab which is 600 x 1024. But able to get on Motorola Xoom which is 1280 x 752. e.g res/values-sw480dp/strings.xml/ hello world The values on respective devices Sony X

Re: [android-developers] Android resource qualifier

2012-09-28 Thread vinay kumar
ct. > Check http://developer.android.com/guide/practices/screens_support.htmlto get > the theory behind it. > Marina > On Sep 28, 2012 7:37 AM, "vinay kumar" wrote: > >> Hi, >> >> I am unable to get the values form "values-sw480dp" on my sony Xperi

Re: [android-developers] Android resource qualifier

2012-09-28 Thread vinay kumar
t; > Marina > On Sep 28, 2012 8:51 AM, "vinay kumar" wrote: > > -- > 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 uns

Re: [android-developers] Notifying the fragment when it is currently selected in a viewpager

2012-09-29 Thread vinay kumar
.*setOnItemSelectedListener*(*this*); *// ...* } *public* void *onItemSelected*(int index) { *// ...* } *// ...* } Hope this snippet helps you. Good Luck Regards Vinay Kumar On Sat, Sep 29, 2012 at 3:18 PM, Raneez wrote: > I use ViewPager loaded w

Re: [android-developers] Re: image passing ?

2012-09-30 Thread vinay kumar
Where does this jpeg images exists? On Sun, Sep 30, 2012 at 4:51 PM, mohammed Nuhail wrote: > can i send jpeg image ? > > > On Sun, Sep 30, 2012 at 4:32 PM, skink wrote: > >> >> >> mohammed Nuhail wrote: >> > How to send a image from one activity to another activity ? >> >> in extras as a Parcel

[android-developers] page curl animation

2012-10-03 Thread ajay kumar
i am working on a app in which i have to give curl animation activity on button click .I am using google page curl code but problem is i have to convert the view in bitmap . each time button click will display new text .and there more than 5000 text .and its not a good way to convert all of the

[android-developers] GCM Push Notification on ICW and Jelly Bean

2012-10-09 Thread vinay kumar
push notification some times and some time after long waiting hours. Does any body has any idea why on 4.0 and 4.1 taking so long to receive the push. Please share your suggestion on this. Thank You. Regards Vinay Kumar -- You received this message because you are subscribed to the Google Groups &qu

Re: [android-developers] GCM Push Notification on ICW and Jelly Bean

2012-10-09 Thread vinay kumar
Thank you mark, I'll do the same On Tue, Oct 9, 2012 at 3:35 PM, Mark Murphy wrote: > I suggest that you use the android-gcm Google Group for questions about > GCM. > > On Tue, Oct 9, 2012 at 4:19 AM, vinay kumar wrote: > > Hi Everyone, > > > > I facing t

[android-developers] I had android doubt.Please help me to solve it.

2012-10-14 Thread Siva Kumar
Dear All,, I had android doubt.Please help me to solve it. http://stackoverflow.com/q/12889583/385138 -- *Thanks & Regards, Sivakumar.J* -- *Thanks & Regards, Sivakumar.J* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] Re: How to get a button id from an app(I don't have the source)

2012-10-16 Thread Dhruv Kumar
Without Application you can't get the id . By the way you can get id e.g text = (TextView)findViewById(R.id.text); where id mention in xml file. On Tuesday, October 16, 2012 6:55:11 AM UTC-4, srikanth wrote: > > Hi, > > I want to get the element/button id in an app(I don't have the apk).. can >

[android-developers] App like Internet Download Manager(Windows)

2012-10-17 Thread Rahul Kumar
I developing an application like Internet Download Manager for Android. I want to know how to download different parts of file in Android as it is done in IDM. How can I get the metadata of file before download and how to download files in parts? There is no username-password or any restr

[android-developers] How to delete videos from youtube

2012-10-22 Thread Kiran kumar
Hi I had uploaded video to YouTube from Android device using YouTube Direct App for Android(ytd-android) . I need to know how to delete the video which i had uploaded. Thanks Kiran -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

Re: [android-developers] how to create voice chat program using sip in android?

2012-10-27 Thread Dinesh kumar
Use Csipsimple which is a open source project On Fri, Oct 26, 2012 at 3:53 PM, Tom wrote: > Hi, > > if anybody knows to create voice chat program using sip in android.pleas > share with me > > Thanks, > > -- > You received this message because you are subscribed to the Google > Groups "A

Re: [android-developers] how to create voice chat program using sip in android?

2012-10-29 Thread Dinesh kumar
Hi Tamil, for that you have to buy a domain(costs much) or u have to use the Existing Sip Providers checkout the below link for some sip providers registration page https://mdns.sipthor.net/register_sip_account.phtml https://www.getonsip.com/ below is an major provider link checkout ... http

Re: [android-developers] gallery_widget

2012-10-31 Thread Dinesh kumar
use animation listener and relative layout you will get On Wed, Oct 31, 2012 at 4:34 PM, Parthi K wrote: > use image switcher > > > On Wed, Oct 31, 2012 at 10:54 AM, Sravanthi Dadu > wrote: > >> >> Hi.. Is there any way to create a widget having the images as shown >> in the above pict

[android-developers] Re: counting files in a cache

2012-11-08 Thread Praveen Kumar
*How to Clear the Cache in Android Application P**rogrammatically ?* > > -- 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

Re: [android-developers] Can't compile after update to ADT 21

2012-11-15 Thread Kumar Bibek
Remove the imports for your projects's R file. I guess, you are having problems with R. For example, if in any Java class which is in your base package, you don't need to write the import statement for R. Removing those imports fixed my problems. *Thanks and Regards, Kumar Bib

[android-developers] Re: Need Advice in Syncing Data From Android Device to SQL-Server Database

2012-11-19 Thread Durgesh Kumar
Sir I am also working with a same project and I am beginner for this. Can I get a sample code for the same. This will help many users like me. On Wednesday, 14 November 2012 13:10:02 UTC+5:30, Aadi Rockzz wrote: > > Hi, > > I wrote an application in android which will sync with SQL-server databas

[android-developers] Help regarding talking tom application

2012-11-20 Thread santosh kumar
Hello All, I want to develop an application similar to talking tom, does anyone have source code for that application or any link pls share. Thanks in advance for any help related to this type of application. Thanks & Regards, Santosh Kumar -- You received

[android-developers] What happens when we give the value 0 for the arguement of "intervalMillis" is given below method of android

2012-11-21 Thread Siva Kumar
Dear All, *What happens when we give the value 0 for the arguement of "intervalMillis" is given below method of android* AlarmManager.setRepeating (int type, long triggerAtMillis, long intervalMillis, PendingIntent operation) Whether it will repeat the alarm for the 0 milliseconds are perform ot

[android-developers] Re: android version problem

2012-11-28 Thread gowtham kumar
hello sadhana ...when you developed your application in 2.2 ..you are allowed to run that app in 2.2... So if you want to run it in 2.3.3 or newer version you have to change settings of that app -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Problem with the sqlite database

2008-11-26 Thread bharath kumar
Hi AndroidDev, 11-24 19:27:38.287: ERROR/Database(5891): Leak found 11-24 19:27:38.287: ERROR/Database(5891): java.lang.IllegalStateException: /data/data/com.vista.examples.List/databases/ev_data SQLiteDatabase created and never closed i got the above error .how to resolve the problem.? Also ,ple

[android-developers] Problem with the sqlite database

2008-11-26 Thread bharath kumar
Hi AndroidDev, Please let me know whether i can use SQLiteDatabase.openDatabase(getDatabasePath(EVENT_DATA).toString(), null,SQLiteDatabase.OPEN_READONLY ); to get the reference to the database Is this is the correct way to get reference to database? Please help guys its urgent...

[android-developers] Is there any documentation of RIL layer architecture in android

2008-12-01 Thread sunil kumar
Hi Is there any documentation available on net for RIL layer in android. Regards Sunil. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] Is it mandatory to call the getSystemService() function by ecvery application?

2008-12-03 Thread sunil kumar
Hi Android Developers I would like to know why some of the applications are not calling the getSystemService(TELEPHONY_SERVICE) function for getting the telephony services. For ex: App1:(RadioInfo.Java) is calling the above function to get the telephony service.Like .. getSystemService(TELEPHONY_

[android-developers] Re: How to track the selected item in spinner control

2008-12-09 Thread bharath kumar
See AdapterView.OnItemSelectedListener and override onItemSelected method On Mon, Dec 8, 2008 at 2:03 PM, selva <[EMAIL PROTECTED]> wrote: > > Hi, > > Which event i need to listen to track the selected or selection change > event in a spinner control. > > > > > > --~--~-~--~~---

[android-developers] Building on Ant

2008-12-09 Thread Tharun Kumar
Hi, I'm trying to build on Ant. But I'm stuck with a thing. When I try to run ant, I'm getting following error note on command prompt. I've copied the build.xml inside java folder. D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\bin>ant Unable to locate tools.jar. Expected to find

[android-developers] Issues while using putExtra

2008-12-17 Thread Ashok Kumar
Hi,I am trying to pass two variables from one screen (ContactsView.java )to second screen (NewContact.java) In ContactsView.java I am passing two values as shown below: static final String CONTACT_NAME = null; static final String CONTACT_PHONENUMBER = null;

[android-developers] Issues while using putExtra

2008-12-17 Thread Ashok Kumar
Hi,I am trying to pass two variables from one screen (ContactsView.java )to second screen (NewContact.java) In ContactsView.java I am passing two values as shown below: static final String CONTACT_NAME = null; static final String CONTACT_PHONENUMBER = null;

[android-developers] Re: Issues while using putExtra

2008-12-17 Thread Ashok Kumar
;static final String CONTACT_NAME = "contact_name"; > static final String CONTACT_PHONENUMBER = > "contact_phonenumber"; > > Otherwise you just retrieve the extra for the value 'null'. > > Peli ;-) > > On Dec 17, 10:13

[android-developers] Problem while creating a new file

2008-12-29 Thread Ashok Kumar
Hi,I am trying to create a new file using the class File. Below is my code snippet File testFile = new File("/data/tests.txt"); if (!testFile.exists()) { System.out.println("--File does not exist: "); } Initially I don't have the file tests.txt under data path. So, I am trying t

[android-developers] Re: Problem while creating a new file

2008-12-29 Thread Ashok Kumar
les to the /data directory since that > is a system level directory. You can, however, create files within > your application's data directory. Get a reference to the Context and > use the cache directory (getCacheDir()) or the files directory > (getFilesDir()). > > On Dec

[android-developers] Re: Problem while creating a new file

2008-12-30 Thread Ashok Kumar
30, 2008 at 12:11 PM, Ashok Kumar wrote: > hi,Thanks for your quick responses > > Now iam trying to create new file in the below ways: Still Iam not able to > create the file > > 1) > File testFile = new File(this.getCacheDir(),"aaa.txt"); > if (!testFile.exist

[android-developers] Happy new year

2009-01-01 Thread satheesh kumar
Hi all, Wish you a happy new year 2009 Thanks, Satheesh www.androidindians.com --~--~-~--~~~---~--~~ 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@goo

[android-developers] How to install or run a Java Midlet in G1 Phone or on emulator

2009-01-01 Thread Ashok Kumar
HI, Can any one please help me , how to install and run a Java Midlet in G1 Phone or on emulator Regards, Ashok.V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Invoking android application automatically

2008-09-23 Thread bharath kumar
Hi Developers, Could somebody help me on how to invoke the android application automatically!!! i have found "Push Registry" for invoking the application automatically in J2ME <[EMAIL PROTECTED]> . What abt in Android? Is is this possible in android

[android-developers] android

2008-10-03 Thread satheesh kumar
hi now nly i m starting android... i want all basics in android ie., all views, layouts, how to use that... etc... pls sent that to my email... thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] android

2008-10-03 Thread satheesh kumar
create image using the bitmap then use the Matrix and its preScle func.. and paasing this as a parameter u can create another bitmap.. like createBitmap(image,0,0,imahewidth,height,matrix,false) based on the prescale value it will give the transformed image --~--~-~--~~~-

[android-developers] Re: Video Formats in android

2008-10-27 Thread satheesh kumar
I am also looking for that,... Need some more explanation about that format conversion... What is the major factor controlling the format conversion of a media.? So that we will take care of the factor and change accordingly? Satheesh On Sun, Oct 26, 2008 at 12:48 PM, De San Nicolas Jean Philipp

[android-developers] OS Details

2008-10-29 Thread parani kumar
Hi Everyone, I am new to android development, Can anyone suggest me, how to display the OS details in Emulator? This would help me to get a great step in android development. -- Thanks, parani --~--~-~--~~~---~--~~ You received this message because you are subsc

[android-developers] Re: OS Details

2008-10-29 Thread parani kumar
age android.os (RTFM), but generally speaking Android is not > a general purpose hand-held computer, but a quite shielded application > environment that happens to sit on a Linux OS. > You might get more help if you ask a more specific question. > > Ludwig > > 2008/10/29 para

<    5   6   7   8   9   10   11   12   13   14   >