[android-developers] URGENT REQUIREMENT: ANDROID TECHNICAL LEAD: CHICAGO, IL

2017-01-12 Thread Gaurav Gupta
Hi, Hope you are doing great!! We have urgent requirement for the below position. Please reply *ga.gu...@pinakitech.com * for quick response. Here are the job description : *Job title: * Android Technical Lead *Location:* Chicago, IL *Duration:* 6months + *Requirements:* ·

[android-developers] Rendering Pron

2016-03-05 Thread Gaurav Gupta
I have created a new application. This is giving Rendering Problems The following classes could not be instantiated: android.support.design.widget.FloatingActionButton. Please help me in resolving the issue -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Tutorial "Hello Testing" source code

2011-11-03 Thread gaurav gupta
Hello , U can download code from androidpeople. www.*androidpeople*.com/ u can easliy find basic codes from here. On Thu, Nov 3, 2011 at 1:17 PM, wyo wrote: > I seem to have problem to understand the changes I have to do in the > code for the tutorial "Hello Testing", could the complete code

Re: [android-developers] Re: In Textview, how to change the 'selected' color?

2011-10-17 Thread gaurav gupta
otel_Name_Str is String and hotelname is TextView.* I hope this will work for you. Kindly let me know ur comment over this. Thanks n Regards, Gaurav Gupta Android Developer On Tue, Oct 18, 2011 at 12:13 PM, Build account wrote: > Hello, good to see you again. > > I had looked into, >

[android-developers] Apsalar integration in android application

2011-10-17 Thread gaurav gupta
ch (JSONException e) { android.util.Log.e("Now", "JSON Exception in cart"); } Kindly suggest me where i am lacking. Thanks in Advance Gaurav Gupta Android Developer -- You received this message because you are subscribed to the Google Groups "Android Developers

Re: [android-developers] Prb: gallery Widget

2011-10-17 Thread gaurav gupta
Hello Sweta, M using ImageAdapter class to customize gallery . In My ImageAdapter class m using these lines. imageView = new ImageView(mContext); imageView.setLayoutParams(new Gallery.LayoutParams(240, 240)); imageView.setScaleType(ImageView.ScaleType.FIT_XY); imageView.setPadding(10, 8, 10, 8)

Re: [android-developers] Facebook integration

2011-09-28 Thread gaurav gupta
Hello Sapna, U cant make custom layout for facebook login or authentication. FB dont provide this facility. M using this code for FB post. This will add in OnComplete Method. Bundle parameters = *new* Bundle(); parameters.putString("message", "is Listening to " );// the parameters.putS

Re: [android-developers] Getting data from EditText failed why.

2011-08-27 Thread gaurav gupta
Hi Aparna, * final EditText oldPassword = (EditText) changePassword.findViewById(R.id.old_password);* *Use this line* ** *final EditText oldPassword = (EditText) textEntryView.findViewById(R.id.old_password);* On Sat, Aug 27, 2011 at 2:36 PM, gaurav gupta wrote: > H > > > On

Re: [android-developers] Getting data from EditText failed why.

2011-08-27 Thread gaurav gupta
H On Sat, Aug 27, 2011 at 2:27 PM, aparna rani wrote: > hi i am implementing change password option in my app. i displayed dialog > alert box. > when i trying to get data from edittext failed. why i don't know please > help me? > > LayoutInflater factory = LayoutInflater.from(this); > fi

Re: [android-developers] how to show pop up dialog

2011-08-27 Thread gaurav gupta
@Treking .. U r too good On Fri, Aug 26, 2011 at 8:26 PM, TreKing wrote: > On Fri, Aug 26, 2011 at 9:25 AM, aparna rani wrote: > >> is it possible do in android. >> > > Of course. > > >> if it is possible give me some sample code >> > > Try doing your own work, then ask a question when you get

Re: [android-developers] Can we have a RelativeLayout with rounded rectangle shape and an image in the background?

2011-08-25 Thread gaurav gupta
Hi Use framelayout. On 25 Aug 2011 23:12, "Raj" wrote: Hello, I am stuck. Can we have a RelativeLayout with rounded rectangle shape and an image in the background? I was successful in giving roundrect shape/image in the background, but not both. So can anybody tell me how can we acheive both? -

Re: [android-developers] CrypTEXT: Crypt image

2011-08-24 Thread gaurav gupta
Thax for giving android groups email id . I am trying since 25 years to find it. On Fri, Aug 19, 2011 at 10:42 AM, Ashita wrote: > This is the image with encrypted text! > > > > > > > Sent from my iPhone > -- > You received this message because you are subscribed to the Google > Groups "Android

Re: [android-developers]

2011-08-24 Thread gaurav gupta
Kindly send from Android phone On Fri, Aug 19, 2011 at 10:40 AM, Ashita wrote: > > > > > > > Sent from my iPhone > -- > 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.

Re: [android-developers] Test

2011-08-09 Thread gaurav gupta
Failed On Wed, Aug 10, 2011 at 10:54 AM, dileep wrote: > Test > > -- > 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 t

[android-developers] Android Url Redirect

2011-08-05 Thread gaurav gupta
Hi Guys, M calling a webview to show a website, but in mobile or tab. but url is redirecting . i want to open a particular website , not its redirected url. m using this code , Kindly check my code and let me know where is problem. its urgent. Thanks in Advance. WebView mWebView; @Override

Re: [android-developers] dialogbox

2011-07-29 Thread gaurav gupta
floating list means...?? u want to use marquee in dialog box? if its ur requriment then sure its possible. please specify ur requriment and anyone can help u. On Fri, Jul 29, 2011 at 3:02 PM, arun kumar wrote: > can we make dialog box as floating list > > > -- > You received this message beca

Re: [android-developers] dialogbox

2011-07-29 Thread gaurav gupta
hi , U can set padding of dialog box. On Fri, Jul 29, 2011 at 10:28 AM, arun kumar wrote: > how to show dialog box as at the bottom of the layout(can we make > dialog box as a floating list) > > -- > You received this message because you are subscribed to the Google > Groups "Android Devel

Re: [android-developers] what is thax

2011-07-26 Thread gaurav gupta
emulator.exe solution On Tue, Jul 26, 2011 at 5:10 PM, Lwe wrote: > emulator.exe problem > > -- > 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 fr

[android-developers] Alert Dialog Custom View Shows Border

2011-07-26 Thread gaurav gupta
(); Kindly suggest me on this particular issue. Thanks in Advance. with Regards Gaurav Gupta -- 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

Re: [android-developers] Re: Facebook Integration issue

2011-07-24 Thread gaurav gupta
Regards, > Shanmugam > > > > On Fri, Jul 22, 2011 at 7:36 PM, gaurav gupta > wrote: > >> Hi Shanmugam, >> thanks 4 reply. i work for that too. >> its working fine when in my phone Facebook For Android 1.3 is used. >> but when i upgrade my Faceboo

Re: [android-developers] Re: Facebook Integration issue

2011-07-22 Thread gaurav gupta
Hi Shanmugam, thanks 4 reply. i work for that too. its working fine when in my phone Facebook For Android 1.3 is used. but when i upgrade my Facebook For Android to 1.5 or 1.6 , its not working. this issue is related to Facebook updation. Please look at this issue. if u find any link or anything re

Re: [android-developers] Re: Facebook Integration issue

2011-07-22 Thread gaurav gupta
HI, i also use EasyFacebookConnectSDK.i am not clear about this problem. i have to simple post my status using android. Previously i have FaceBook's 1.3 version, i update it , now i have FaceBook 1.6. In FB 1.3 this code is working fine, but in FB 1.6 its not working and its open native Facebook ap

Re: [android-developers] Fwd: image view listener

2011-07-17 Thread gaurav gupta
force close. > > > On Sat, Jul 16, 2011 at 2:49 PM, gaurav gupta > wrote: > >> Hi Arun, >> Add this line in ur program >> >> if (((ImageView) v).isClickable()) { >> img4.setVisibil

Re: [android-developers] Fwd: image view listener

2011-07-16 Thread gaurav gupta
Hi Arun, Add this line in ur program if (((ImageView) v).isClickable()) { img4.setVisibility(View.VISIBLE); *img3.setVisibility(View.GONE);* } else { img4.setVisib

Re: [android-developers] Facebook Integration issue

2011-07-16 Thread gaurav gupta
all Posting Description"); mAsyncRunner.request("me/feed", params, "POST",new UploadListener()); } } public class UploadListener extends BaseRequestListener { public void onComplete(final String response) { mAsyncRunner.request(mFacebook.logout(getApplicationCon

[android-developers] Facebook Integration issue

2011-07-16 Thread gaurav gupta
x27;s signature. 07-16 12:40:43.084: INFO/ActivityManager(142): Starting activity: Intent { act=android.intent.action.VIEW flg=0x400 cmp=com.facebook.katana/.LoginActivity (has extras) } Please suggest me on this topic. Thanks & Regards Gaurav Gupta -- You received this message becaus

Re: [android-developers] arun

2011-07-15 Thread gaurav gupta
Hi Arun, You need to insert images with same name is each drawable , but each image size will change according to their screen resolution. You have to make three images with different sizes but same name. On Fri, Jul 15, 2011 at 2:07 PM, arun kumar wrote: > thanks for ur reply. > > i placed

Re: [android-developers] arun

2011-07-15 Thread gaurav gupta
Hi Arun, U have to set ur background image for all three screen resolution. Insert your image in drawable-hdpi for 420*800, drawable-mdpi for 320*400, and drawable-ldpi for 240*320. u have to insert three background according to ur screen resolution. i hope it will work for u. On Fri, Jul 15, 2011

[android-developers] Mediaplayer 's setOnCompletionListener is not working

2011-07-05 Thread gaurav gupta
} }); I dont know Y its throws Null Pointer Exception in this line *MusicScreen.this.preview.player.setOnCompletionListener(newOnCompletionListener() * ** *please suggest me where is problem.* *thanks in advance.* *Gaurav Gupta* ** -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Re: Text view over image gallery

2011-06-17 Thread gaurav gupta
Hi u can use frame layout. On Fri, Jun 17, 2011 at 12:42 PM, Randy wrote: > Anyone help me please... > > On May 24, 9:16 am, Randy wrote: > > How can i makeTextviewoverimagegallery like pulse news reader's > > UI? > > > > Anyone can help me? > > -- > You received this message because you are su

Re: [android-developers] Android sqlite database file

2011-06-17 Thread gaurav gupta
u easily get exact db file . use these steps On Fri, Jun 17, 2011 at 3:04 PM, Ankit Kasliwal wrote: > Hi, >Ok. > > > On Fri, Jun 17, 2011 at 3:00 PM, nageswara rao rajana < > nagu.raj...@gmail.com> wrote: > >> Hi Ankit, >> >> Thanks for the links. I will work on it and i will g

Re: [android-developers] Android sqlite database file

2011-06-17 Thread gaurav gupta
HI, its simple to check ur all data. use sqlite database browser. download it from its website. Steps to find the sqlite data from sdcard. - Go to DDMS-file explorer - click on mnt- Sdcard - choose ur desired project's data - and pull from sdcard(this option is in the corner of file e

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

2011-06-16 Thread gaurav gupta
Hi Dude. chk ur manifest file u r using internet permission wrong. use this line above the application tag. it will work .. working in my Nexus. i only chage this.(Remove ur internet permission line from application tag) :) < uses-permission android:name=*"android.permission.INTERNET"*> On Thu,

[android-developers] MultiAutoTextView with Two Textview

2011-06-10 Thread gaurav gupta
utotextview. my custom layout for MultiAutoTextView is http://schemas.android.com/apk/res/android"* * * android:layout_width=*"fill_parent"* android:layout_height=*"wrap_content"* * * android:id=*"@+id/text1"* android:textColor=*"#00"* android:text

[android-developers] Problem in calling web service

2011-06-09 Thread Gaurav Gupta
Hello everyone! I am trying to call the .net webservices through android application. I have already download ksoap2-android-assembly-2.4-jar-with- dependencies.jar file and put this .jar file in my project under lib folder. I have included this .jar file through the option of "Add external jar"

[android-developers] Problem in calling web service

2011-06-09 Thread Gaurav Gupta
Hello everyone! I am trying to call the .net webservices through android application. I have already download ksoap2-android-assembly-2.4-jar-with- dependencies.jar file and put this .jar file in my project under lib folder. I have included this .jar file through the option of "Add external jar"

Re: [android-developers] Re: How do I get the MD5 fingerprint of my application certificate through code?

2011-06-08 Thread gaurav gupta
Hi Dude, follow this link .. it will work http://blogspot.fluidnewmedia.com/2009/04/displaying-google-maps-in-the-android-emulator/ On Wed, Jun 8, 2011 at 6:37 PM, Dom wrote: > Hi mendhak, did you solve this problem? Were you able to get the MD5 > Certificate Fingerprint of your app programmatic

[android-developers] Chatting application

2011-05-30 Thread gaurav gupta
Hi Guys , i want to make a chat application, where we can chat using any email id. i dont want to make a server for this. On my first step i want to make this for gmail only. but i will make it for any email id later Suggest me regarding this. Thanks in Advance Gaurav Gupta Android Developer

[android-developers] RunOnUiThread loads images randomly !!

2011-05-30 Thread gaurav gupta
Hi Guys, M using runonUiThread to set images in a Gridview. its working fine but its load images randomly, i want that images load in sequence order , not randomly. please Suggest how can i do that. -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] 3d game engine for android game development on ubuntu

2011-05-26 Thread gaurav gupta
:) Tell me too. if u got any solution. On Thu, May 26, 2011 at 2:11 PM, Abhishek Talwar < r.o.b.i.n.abhis...@gmail.com> wrote: > hey guys > Now after making a few android applications i want to step into 3d > game development. > I run ubuntu please let me know which game engines do i have as > op

Re: [android-developers] Need Help

2011-05-24 Thread gaurav gupta
i need ur suggestion that how u manage to create custom rating bar with images choosed by u. i need help in that . Thank u in advance hi I want to create custom rating bar with image choosed by me instead of stars. Can anyone provide me code On Tue, May 24, 2011 at 5:09 PM, gaurav

Re: [android-developers] Need Help

2011-05-24 Thread gaurav gupta
but how?? can u suggest me? On Tue, May 24, 2011 at 5:05 PM, neha jain wrote: > thank you.. > my problem has solved. > > > On Tue, May 24, 2011 at 12:20 PM, Mark Murphy wrote: > >> Use AlertDialog.Builder. Call setView() on the Builder with a >> RatingBar, or some layout you inflated that contai

Re: [android-developers] Need to create Android toggle button in Iphone style

2011-05-21 Thread gaurav gupta
u can use two images like Iphone Ul. interchane them on its onclick. On Fri, May 20, 2011 at 12:28 AM, Balraj Singh wrote: > Hi, > > I have a requirement to create a toggle button in Android but in > Iphone style something as shown in link below:- > > > http://fc03.deviantart.net/fs71/f/2010/21

Re: [android-developers] Null Pointer Exception on accessing value of EditText

2011-05-20 Thread gaurav gupta
First set any value in edittext then u can get value . 1. EditText IPInput = (EditText) findViewById(R.id.ip); iPinput.setText("Value inserted successfully"); 2. IPInput.getText().toString(); System.out.println(ip); 3. System.out.println(IPInput.

[android-developers] How to Hide Alert Builder using Custom Layout

2011-05-20 Thread gaurav gupta
Hi guys. i need to hide a alert dialog builder on its onclick listener. m using a custom view for alert dialog, when i click on submit button of its custom view, this will do some work and hide. i cant set negative button here.Custom layout must have only one button. suggest me .how to do this. Tha

Re: [android-developers] Country code from Location API

2011-05-19 Thread gaurav gupta
. 2011/5/19 Matthias Böhmer > Hi, thanks! There are a lot of web services that provide country codes. But > I would rather like to do it offline, directly on the device. Is there any > possibility to get the country code from any API directly on the device? > > Am 19.05.2011 um 12:41

Re: [android-developers] Country code from Location API

2011-05-19 Thread gaurav gupta
Hi , i can provide u api for finding country name and city name using longitute and latitute. in this api u can get country code too. its api is mainly for weather report but u can use it, here a tag IN gives country code. i hope it will work for u http://api.wunderground.com/auto/wui/geo/WXCurre

Re: [android-developers] Re: htc inspire

2011-05-19 Thread gaurav gupta
Hi Nicholas. wat a answer :) grt On Thu, May 19, 2011 at 3:52 AM, Nicholas Johnson wrote: > Totally possible. Of course, if you travel in a spaceship with either > phones approaching the speed of light, then the speed of the computations > becomes all relative. So, in the time it takes to mu

Re: [android-developers] R.color Not showing.

2011-05-19 Thread gaurav gupta
> > On Thu, May 19, 2011 at 5:25 AM, gaurav gupta > wrote: > >> Hi kiran >> u hav to simply add a file in values Folder of ur project. >> there u can set ur colors as u want like >> >> > >> xml version=*"1.0"* encoding=*"UTF-8&q

Re: [android-developers] R.color Not showing.

2011-05-19 Thread gaurav gupta
Hi kiran u hav to simply add a file in values Folder of ur project. there u can set ur colors as u want like < resources> < color name=*"Red"*>#FF < color name=*"White"*>#FF < color name=*"Black"*>#00 < color name=*"Darkblue"*>#66 u can add any color u want here. Use t

Re: [android-developers] Problem with audio recording

2011-05-18 Thread gaurav gupta
t that playbacked voice should not go to mic. > > On Wed, May 18, 2011 at 12:28 PM, gaurav gupta > wrote: > >> Hi, >> it looks sumthing strange. if ur speak is working then sure ur mic will >> record its sound. >> its the basic work on mic.it will listen all

[android-developers] How to write TextView's text with multi color

2011-05-18 Thread gaurav gupta
Hi Guys i want to write sumthing like that in textview condition :Scatterd Clouds it will be a textview. m using html.fromhtml, but its not working 4 me. suggest me , how to do it?? Thanks in Advance Gaurav Gupta -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Problem with audio recording

2011-05-18 Thread gaurav gupta
Hi, it looks sumthing strange. if ur speak is working then sure ur mic will record its sound. its the basic work on mic.it will listen all sounds around u.. or m not getting requirement correctly?? please specify den anyone can help u. On Wed, May 18, 2011 at 4:26 PM, neha wrote: > hiii > I

[android-developers] GREF has increased to 201

2011-05-17 Thread gaurav gupta
hi Eveyone, what is the "GREF has increased to 201" means in android: m parsing a Xml ,its content is large. in my logcat this message in coming.i cant parse my data properly. it can be cause of problem? suggest me. *05-18 12:01:25.327: DEBUG/dalvikvm(355): GREF has increased to 201 * thanks in a

[android-developers] Problem in Fetching Value from xml (xml parser problem)

2011-05-17 Thread gaurav gupta
Hi Guys , i need Weather Updates in my applications. for this purpose, m using this api http://api.wxbug.net/getLiveWeatherRSS.aspx?ACode=A4345374462&lat=28.6484223&long=77.1265769&unittype=1 Everything is fine with this api, its gives correct xml tags, i need only http://www.aws.com/aws";>

Re: [android-developers] video recording

2011-05-17 Thread gaurav gupta
ys..i can provide :) but it will sure not in free On Tue, May 17, 2011 at 5:19 PM, neha wrote: > Can anyone provide me code to record video in android??? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send

Re: [android-developers] Re: Gallery image should navigate with textview

2011-05-13 Thread gaurav gupta
I did with "AppSwipe!" on the Android Market. The selected > item has a blue background with a gradient. Everything else in the list has > a transparent background. > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware

Re: [android-developers] Re: Gallery image should navigate with textview

2011-05-13 Thread gaurav gupta
when you are creating > them? > > On May 13, 3:34 pm, gaurav gupta wrote: > > hi justin > > i want to just change my textview and imageview with gallery. > > my imageview showing the current position of gallery . like if gallery's > > currenit position is 2

Re: [android-developers] Gallery image should navigate with textview

2011-05-13 Thread gaurav gupta
ery's selected image. On Sat, May 14, 2011 at 12:58 AM, Justin Anderson wrote: > I'm not entirely sure what you are trying to accomplish... > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyareware > > > On Fri, May

Re: [android-developers] Gallery image should navigate with textview

2011-05-13 Thread gaurav gupta
mSelectedListener.html >> >> It is pretty straightforward once you get the design figured out... >> >> Thanks, >> Justin Anderson >> MagouyaWare Developer >> http://sites.google.com/site/magouyaware >> >> >> On Fri, May 13, 2011 at

Re: [android-developers] Gallery image should navigate with textview

2011-05-13 Thread gaurav gupta
gt; > > http://developer.android.com/reference/android/widget/AdapterView.OnItemSelectedListener.html > > It is pretty straightforward once you get the design figured out... > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > >

[android-developers] Gallery image should navigate with textview

2011-05-13 Thread gaurav gupta
Hti guys m making a gallery that contain 10 images , each images have a different name . i want that if i scroll the gallery , selected or focused image's name should be appear. Name should change on onFoucs or OnItemSelected. Suggest me. Thanks in advance. -- You received this message because y

Re: [android-developers] setTypeface

2011-05-09 Thread gaurav gupta
i can't use this line > > Typeface tf=Typeface.createFromAsset(getAssets(), "maduram.ttf"); > > particularly i got err in getAssets(); > > > On Mon, May 9, 2011 at 3:33 PM, gaurav gupta wrote: > >> hi , ' >> use these lines

Re: [android-developers] Re: Music Playing

2011-05-09 Thread gaurav gupta
x27;t there any built control to select > music and return data to application? > > On 9 mayo, 11:10, gaurav gupta wrote: > > hi , u sud to fetch ur all music from ur sdcard,which will be stored with > > all detail information like album,artist. > > then fetch it , displ

Re: [android-developers] setTypeface

2011-05-09 Thread gaurav gupta
hi , ' use these lines in ur application On Mon, May 9, 2011 at 3:27 PM, subhashini alaguchokku < subhashini.andr...@gmail.com> wrote: > Hi! > > how to implement the following concept > > > Typeface tf=Typeface.createFromAsset(getAssets(), "maduram.ttf"); > holder.text1=(TextView)

Re: [android-developers] Music Playing

2011-05-09 Thread gaurav gupta
hi , u sud to fetch ur all music from ur sdcard,which will be stored with all detail information like album,artist. then fetch it , display all the songs in a listview and its onclick listener will start mediaplayer and that particular song_uri in default media player of android , u will find forwa

Re: [android-developers] Re: how to make custom layout for context menu?

2011-05-09 Thread gaurav gupta
hi , u can use this . in this method m displaying a Alert Bulier with a custom view. you have to do the same with ur context menu. use LayoutInflater as i do. thanks: i hope it will help u :) * public * *void* AlertDisplay() { LayoutInflater factory = LayoutInflater.*from*(*this*); *final* V

Re: [android-developers] Calendar Day of Year issue

2011-05-09 Thread gaurav gupta
Hi , Try this : Calendar rightNow = Calendar.*getInstance*(); *int* daycount = rightNow.get(Calendar.*DAY_OF_YEAR*); i hope it will work :) On Sat, May 7, 2011 at 8:06 AM, Tony Rudzki wrote: > Does the Day of Year work? All I'm trying to do is get the current > day count. For example, if

Re: [android-developers] Shoutcast streaming app

2011-05-09 Thread gaurav gupta
hi Michanel, m using streaming in my application too , i dont think SDK version will affected . u must using something that is not available in previous version of android. so its creates problem. i dont know the exact proble so cant give u exact answer. m using this code for Streaming audio from

Re: [android-developers] Changing brightness after every "n" seconds

2011-05-09 Thread gaurav gupta
hi u can use thread or AsyncTask for performing this task. i hope it will work 4 u. :) On Sun, May 8, 2011 at 3:37 PM, Nipun Batra wrote: > I found out on > http://android-er.blogspot.com/2011/02/change-android-screen-brightness.html > how to change the brightness.However i wish to know how to m

Re: [android-developers] I require Code for profile changing

2011-05-09 Thread gaurav gupta
Profile changing in android please be speific . On Mon, May 9, 2011 at 10:24 AM, aashva services wrote: > I require source code for profile changing in android can any one > please assist me provide me code > > -- > You received this message because you are subscribed to the Google > Groups

Re: [android-developers] Making an app backward compatible.

2011-05-09 Thread gaurav gupta
Hi , please do some modification in ur manifest file. for 1.5 android minSdkVersion must be 3. Right click on ur project : > go to properties , select Android on opened dialog box and check on ur desired version (here 1.5). ur application automatically changed to 1.5. i hope it will help u.

Re: [android-developers] help in android call logs

2011-05-06 Thread gaurav gupta
hi Ashutosh. try this , it will help u :) http://www.mobisoftinfotech.com/blog/android/androidcalllogdeletion/ On Fri, May 6, 2011 at 9:14 AM, mayank k varshney wrote: > Import log and use Log.i("",""); etc for debug and check on LogCat console. > any other issue let me know > > > 2011/5/5 आशुतो

Re: [android-developers] removing status bar

2011-04-15 Thread gaurav gupta
ys, u can hide status bar and u can show your application in fullScreen try this code write it after SetContentView(Not compulsary , i use it in this manner) getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); On Fri, Apr 15, 2011 at 8:3

[android-developers] how to use OnFocusChangeListener for Gallery?

2011-04-13 Thread gaurav gupta
hi Guys, m using a Gallery to show image list of a movie. i want that when the one movie's image is onfoucs then its Movie name must come with it. i dont know how to find the current focusable item's position? please help , Thanks in advance -- You received this message because you are subscribed

Re: [android-developers] how to stop a progressbar which is runs using a thread?

2011-03-23 Thread gaurav gupta
ogress > bar. > > Hope it helps > > Thanks!! > > On Wed, Mar 23, 2011 at 11:39 AM, gaurav gupta > wrote: > >> hi guys, >> in my application, m using a progrssbar that show the current progress of >> a song.i need to stop the song as well as progress

[android-developers] how to stop a progressbar which is runs using a thread?

2011-03-22 Thread gaurav gupta
hi guys, in my application, m using a progrssbar that show the current progress of a song.i need to stop the song as well as progressbar too. progressbar should be reach at starting point and song should be stop. * class* myThread *extends* Thread *implements* Runnable{ *private* *volatile* *boo

[android-developers] how to change the version of android application

2011-03-01 Thread gaurav gupta
hi guys. my application bulid on android 2.1 , but it dont run on android 2.1 emulator and gives error 03-01 16:47:10.675: WARN/ExpatReader(355): DTD handlers aren't supported. my application runs sucessfully on android 2.2 . please help me , its urgent, thanks in advance -- You received this mes

Re: [android-developers]

2011-02-23 Thread gaurav gupta
android-developers+unsubscr...@googlegroups.com click on this link to unsubscribe form android groups goodbye -- 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 unsubs

[android-developers] how to find name of all weekdays with their date

2011-02-15 Thread gaurav gupta
In my application,i want a list of weekday with their date like sunday 13-feb-2011 monday 14-feb-2011 tuesday 15-feb-2011 how to create this list. m using Calender class ,but dont know how to find the proper result. -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Switch between profile

2010-10-21 Thread Gaurav Gupta
Hello, I'm new to android and looking into android SDK and framework code. I'm writing an application where I need to switch between profiles( like home/office/meeting/driving/silent/normal ) on a particular event. Can you please help me how to do this using android SDK. It would be great if someo