Re: [android-developers] Full Stack Lead (12+)@Milpitas, CA

2018-01-15 Thread pawan pathak
hi , I am interested for above opportunity On Tue, 16 Jan 2018 at 00:20 Santosh kumar Nityo wrote: > *URGENT POSITION* > > Hi, > > Hope you are doing Great!! > > I was going through your profile with reference to the job opening that I > have with my client at Location* “**Milpitas, CA”*. T

[android-developers] How to pair and connect a device programmatically using bluetooth in Android?

2012-04-15 Thread Pawan
ave Samsung Galaxy S android device. If anybody knows how to pair as well as connect the device programmatically then please tell me the solution, Any help would be highly appreciated Thanks, Pawan -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] Re: Getting Blank page in WebView

2012-01-22 Thread Pawan
Is there no one who can help me out, that what setting I need do add that for twitter url. -- 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 g

[android-developers] Getting Blank page in WebView

2012-01-20 Thread Pawan
view.loadUrl(url); return true; } }); webview.loadUrl("http://mobile.twitter.com/pawan_rathore88";); Thanks, Pawan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: FingerPaint eraser

2011-11-10 Thread Pawan
here you'll find all your answers, I wud suggest you install API demos in your device or emulator, and go through with Graphics section. There is good description and samples about what yo

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-09 Thread Pawan Singh Rathore
Hi Kristopher, Thanks for your valuable response. Its my first task at source level. I have also applied for membership on android-framework group, Hope gets approval. Yep, It will take months to implement because the relevance code is about 14-15k SLOC. Thanks & BR, Pawan Rathore On Wed,

Re: [android-developers] hyperlink using textview

2011-11-09 Thread Pawan Singh Rathore
Why are you keep asking such a simple questions. No one gonna write codes for you,and giving you suggestions. Try out yourself. If you'll have some issue thn post your code here. Thanks & BR, Pawan Rathore On Wed, Nov 9, 2011 at 6:46 PM, Narendra Singh Rathore < nsr.curi...@gmai

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-09 Thread Pawan Singh Rathore
You mean to say on wrong group, I have applied to those groups for membership. Since some people are common on all the groups, so trying luck here. I can't sit and wait for approval. Thanks & BR, Pawan Rathore On Wed, Nov 9, 2011 at 6:31 PM, Kostya Vasilyev wrote: > First

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-09 Thread Pawan Singh Rathore
I in right direction? Thanks & BR, Pawan Rathore 2011/11/8 Francisco Dalla Rosa soares > That means they have a partnership with google or some company who has a > partnership with google, who gave them access to the source code. > > > 2011/11/8 Pawan Singh Rathore >

Re: [android-developers] Keeping an activity alive

2011-11-09 Thread Pawan Singh Rathore
The best practice is to launch webview by some user event, Even if you want, then you can maintain a flag inside onDestroy() method of Activity, that activity is destroyed or just gone into background. Hope it helps Thanks & BR, Pawan Rathore On Wed, Nov 9, 2011 at 1:26 PM, cipher_neo w

Re: [android-developers] ManagedQuery for Images returns null

2011-11-08 Thread Pawan Singh Rathore
Have you set permission to access SDCard in manifest file ? These silly mistakes I often do. Thanks & BR, Pawan Rathore On Wed, Nov 9, 2011 at 10:09 AM, Ankur Avlani wrote: > Hi, > > The following code returns a null Cursor to me > > String[] projection = {MediaSto

Re: [android-developers] sqlite database

2011-11-08 Thread Pawan Singh Rathore
Try with table layout, And fill different colors for Table and Table row, set margins so that it will show like table with lines. You can easily google it. Thanks & BR, Pawan Rathore On Tue, Nov 8, 2011 at 11:42 PM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: >

Re: [android-developers] Fragments

2011-11-08 Thread Pawan Singh Rathore
& BR, Pawan Rathore On Tue, Nov 8, 2011 at 1:21 PM, Dianne Hackborn wrote: > You can't. That is not what fragments are for. And please stop posting > that link. That is someone's hack on Android to add features that are not > in the current platform, so not a topic

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-08 Thread Pawan Singh Rathore
Hi Hackborn, You mean to say that they have modified the platform. Was honeycom source ever be available to download? Thanks & BR, Pawan Rathore On Tue, Nov 8, 2011 at 1:22 PM, Dianne Hackborn wrote: > On Mon, Nov 7, 2011 at 9:25 PM, Pawan Singh Rathore < > pawan.s.rath...@gma

[android-developers] Fragments

2011-11-07 Thread Pawan Singh Rathore
s & BR, Pawan Rathore -- 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...@googl

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
Hi Kristopher, Have you gone through this link <http://www.onskreen.com/cornerstone/>, I don't think they modified Platform. Thanks & BR, Pawan Rathore On Tue, Nov 8, 2011 at 10:30 AM, Kristopher Micinski wrote: > "available to OEMs" mean they modified the pla

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
do is get the currentActivity and then call a function in that>, hope you'll get some idea. As people have already done it on honeycom. Thanks & BR, Pawan Rathore On Tue, Nov 8, 2011 at 9:32 AM, TreKing wrote: > On Mon, Nov 7, 2011 at 9:59 PM, Pawan Singh Rathore < > p

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
Hi TreKing, Currently, I don't know what changes I have to do, Thats why I asked you experinced people. We will have our own hardware that runs Android. Thanks & BR, Pawan Rathore On Tue, Nov 8, 2011 at 6:19 AM, TreKing wrote: > On Mon, Nov 7, 2011 at 7:00 AM, Pawan S

Re: [android-developers] Re: Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
an you please share your thoughts regarding this. Thanks & BR, Pawan Rathore On Tue, Nov 8, 2011 at 3:57 AM, Spiral123 wrote: > just to be sure that everyone is on the same page here > > when you say "run multiple Application on the same screen", what do > you m

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
Hi Mark, Thanks for your response, I am big fan of you. Your examples are always helpful to me. I want to achieve some think like this.<http://www.onskreen.com/cornerstone/> Can you please share some idea, that how can I do this task. Thanks & BR, Pawan Rathore On Mon, Nov 7, 20

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
Can you please share your idea, that how can I achieve this? Best Regards, Pawan Rathore On Mon, Nov 7, 2011 at 6:17 PM, TreKing wrote: > On Mon, Nov 7, 2011 at 12:48 AM, Pawan Singh Rathore < > pawan.s.rath...@gmail.com> wrote: > >> I need to customize Android Source

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
Hi Rafel, Now we can use Fragments in any API level, But using fragments how can we run app, inside fragment. Can you please explain tad more. Best Regards, Pawan Rathore On Mon, Nov 7, 2011 at 6:24 PM, Rafael Maas wrote: > Fragments? > http://developer.android.com/guide/topics/fundam

Re: [android-developers] Development platform

2011-11-07 Thread Pawan Singh Rathore
Best Regards, Pawan Rathore Ubuntu is best one. I am using 11.04 On Sat, Nov 5, 2011 at 4:28 PM, anup wrote: > Hello i am newbee for the android development can anyone suggest > suitable linux platform to develop application for android phone... > > -- > You received this mess

[android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
Hi All, I need to customize Android Source code in a such a way that, It can run multiple Application on the same screen. Is that possible? Please share your thoughts and Ideas... Thanks & BR, Pawan -- You received this message because you are subscribed to the Google Groups &quo

[android-developers] How to invoke servlets from android application on client?

2010-10-06 Thread pawan
Hi, I am trying to invoke a remote servlet that fetches data from a database installed on the server. I need to send a Http doGet or doPost request from the client for accomplishing that. Inspite of intense search, I wasnt able to find a solution for android. Please help me by letting me know

[android-developers] How to invoke a Servlet from an android client!

2010-10-06 Thread pawan
Hi, An application currently I am developing needs data fetched from a database by a servlet. I have no clue how to invoke the servlet from my client. Any inputs are greatly appreciated. I am an absolute beginner. Regards, pawan -- You received this message because you are subscribed to the

[android-developers] issue with android Browser

2010-08-18 Thread pawan
hello friends, I have successfully build the android source code. Now i want to make another "Browser based" on the "default browser", so that both of them can co-exist side by side. Now the problem is, I could not find out the exact location where I have to make changes so that MyBrowser.apk file

[android-developers] Playback thread die when quickly video recording & playing done

2010-08-16 Thread Pawan
t(); in PVMFMediaClock::PAUSED case of AndroidAudioOutput::audout_thread_func(). Stack crash analysis shows it is a segmentation fault and call abort. Please let me know how playback thread, audio mio thread & audio thread interact with each other. thanks, Pawan -- You received this message beca

[android-developers] Custom View

2010-08-08 Thread pawan nimje
Hi all, I want to create a custom view.In which i want to have a background image,2 buttons,1 textview. Can anybody tell me how to start with. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

Re: [android-developers] how to startup the emulator with landscape orientation instead of portrait

2010-06-19 Thread pawan nimje
Try with other ctrl button ... if u have laptop ctrl+fn+F11 this should work ... On Sun, Jun 20, 2010 at 7:59 AM, Jian Chen wrote: > Guys, > > as u know, since android 1.6, there are not dirs on dirs like HVGA-L. > Instead, there is only one dir like HVGA. > That is, HVGA-P and HVGA-L are merged

[android-developers] Fix for OutofMemoryError: bitmap size exceeds VM budget

2010-06-16 Thread pawan nimje
Hi all, in my application i have a functionality where a user can take photo and poet it to a web server or select a photo from galerry and upload. So initially i used to get below exception for the very* first time* i used to select a photo: Android: OutofMemoryError: bitmap size exceeds VM bud

[android-developers] What is the thing which is shown while the image is loaded.

2010-06-12 Thread pawan nimje
Hi all what is the thing called which is similar to progress dialog ... but for image ( or say image view) and how can i integrate that in the code .. i am attaching the code files __ -- You

[android-developers] Go through the code ans suggest

2010-06-12 Thread pawan nimje
Below is the code for posting data on a server ... my problem is i want to show a progress dialog when i click on submit button and dismiss it when data is posted ... i have written code for that .. but the thing is the progress dialog comes and goes ... and its hardly noticeable .. i hope u

Re: [android-developers] Make entire screen disabled

2010-06-12 Thread pawan nimje
, Jun 12, 2010 at 4:59 PM, Mark Murphy wrote: > On 06/12/2010 12:15 AM, pawan nimje wrote: > > Hi All, > > > > When I click on a button i want to make entire screen disabled ... i.e > > there are other buttons and text area ..which should get disabled ...on > >

Re: [android-developers] Re: Placing a bitmap image in ImageView

2010-06-12 Thread pawan nimje
I tried this method [ Bitmap.createScaledBitmap].. its working ..but the problem is aspect ratio is not maintained ... On Thu, Jun 10, 2010 at 1:12 PM, Goran Genter wrote: > > > On Jun 10, 6:20 am, pawan nimje wrote: > > > > Can you suggest some method to pre-scale the

[android-developers] Make entire screen disabled

2010-06-11 Thread pawan nimje
Hi All, When I click on a button i want to make entire screen disabled ... i.e there are other buttons and text area ..which should get disabled ...on a particular button click ..is it possible ?? -- You received this message because you are subscribed to the Google Groups "Android Developers" g

Re: [android-developers] Re: Placing a bitmap image in ImageView

2010-06-09 Thread pawan nimje
> > From: android-developers@googlegroups.com [mailto: > android-develop...@googlegroups.com] On Behalf Of pawan nimje > > Sent: Thursday, June 10, 2010 2:39 AM > > To: Android Developers > > Subject: [android-developers] Placing a bitmap image in ImageView > > > >

[android-developers] Placing a bitmap image in ImageView

2010-06-09 Thread pawan nimje
Hi All, I have a Bitmap image (bm) and a an ImageView (iv) of 50 by 50 when i do iv.setImageBitmap(bm) ... only a portion of the entire image is seen ..How can i see the whole image in the 50 dip by 50 dip ImageView .. any suggestion will do .. -- You received this message because you are subs

Re: [android-developers] Re: Moving from one Activity to another with a pause/delay

2010-06-09 Thread pawan nimje
Sounds cool ... will try .. On Wed, Jun 9, 2010 at 12:37 PM, String wrote: > On Jun 9, 5:03 am, pawan nimje wrote: > > > any kind of suggestion will do .. > > In your onClick event put your color changing code and a call to > Handler.sendEmptyMessageDelayed(). The la

[android-developers] Moving from one Activity to another with a pause/delay

2010-06-08 Thread pawan nimje
Hi All, I have* two activities*, *1st one* has a ques and 4 options. *2nd one* is like a result page (... displaying if your ans is correct or not ...and showing the right ans ..) Now what i want is when a user clicks : on a right option [or wrong option] ..i want to turn that Image button int

Re: [android-developers] Passing Bitmap to Another Activity

2010-06-07 Thread pawan nimje
i dont know how to pass bitmap ... but what you can do is have a public static bitmap in act A and access it from act B .. hopefully this should solve the purpose .. On Mon, Jun 7, 2010 at 11:54 AM, mike wrote: > hi guys, > > i have a Bitmap image and i want to forward the bitmap to another > ac

[android-developers] Camera Portrait

2010-06-04 Thread pawan nimje
Hi all I am opening camera from my application...and the orientation of camera is Landscape... but i actually want it to be portrait ... im using code from here: http://snippets.dzone.com/user/Jbeer any kind of help will do... Thanks -- You received this message because you are subscribed to

[android-developers] How to use web camera in android emulator ??

2010-05-30 Thread pawan nimje
Hi All, How can i use web cam with android emulator ?? Thanks -- 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-d

Re: [android-developers] Application with no title

2010-05-22 Thread pawan nimje
hope this is what you meant. On Sun, May 23, 2010 at 9:33 AM, John Gaby wrote: > When my application starts, I call: > > this.requestWindowFeature(Window.FEATURE_NO_TITLE); > > to get rid of the title bar. I then create a custom ViewGroup and > when set that view to be the content view via a

[android-developers] Set android:layout_gravity from code ??

2010-05-15 Thread pawan nimje
Hi All once again, In xml we have android:layout_gravity ... how can i set this for any view [say image button] ... from code ... plz help ...any kind if suggestion will do .. code: ibMap = new ImageButton(getApplicationContext()); ibMap.setLayoutParams(new LayoutParams(width,height)); ibMap.

[android-developers] Set android:layout_gravity from code ??

2010-05-15 Thread pawan nimje
Hi All once again, In xml we have android:layout_gravity ... how can i set this for any view [say image button] ... from code ... plz help ...any kind if suggestion will do .. code: ibMap = new ImageButton(getApplicationContext()); ibMap.setLayoutParams(new LayoutParams(width,height)); ibMap.

Re: [android-developers] Re: Set multiple form parameters

2010-05-14 Thread pawan nimje
lemented by HttpPost > > On 14 May, 12:40, pawan nimje wrote: > > I want to send a post request. This is what i have done- > > > > HttpClient client = new DefaultHttpClient(); > > HttpPost httpost = new HttpPost(POST_URL); > > StringEntity se = new Strin

[android-developers] Set multiple form parameters

2010-05-14 Thread pawan nimje
I want to send a post request. This is what i have done- HttpClient client = new DefaultHttpClient(); HttpPost httpost = new HttpPost(POST_URL); StringEntity se = new StringEntity(j.toString()); httpost.setEntity(se); httpost.setHeader("Accept", "application/json"); httpost.setHeader("Content-type

[android-developers] Set multiple form parameters

2010-05-14 Thread pawan nimje
I want to send a post request. This is what i have done- HttpClient client = new DefaultHttpClient(); HttpPost httpost = new HttpPost(POST_URL); StringEntity se = new StringEntity(j.toString()); httpost.setEntity(se); httpost.setHeader("Accept", "application/json"); httpost.setHeader("Content-type

[android-developers] Fwd: Activity based Tabs

2010-05-11 Thread pawan nimje
Hi All, I have Activity based tabs...i.e i have used TabActivity,tabhost etc Now when we switch between the tabs, for the 1st time the oncreate is called and then after the onResume methode is called I want to know what event/function, of the activity, is called when i click on the the tab w

[android-developers] Activity based Tabs

2010-05-11 Thread pawan nimje
Hi All, I have Activity based tabs...i.e i have used TabActivity,tabhost etc Now when we switch between the tabs, for the 1st time the oncreate is called and then after the onResume methode is called I want to know what event/function, of the activity, is called when i click on the the tab w

[android-developers] Check The Pic and comment

2010-05-10 Thread pawan nimje
Hi All, Check the image attached and let me know if its possible ... 6 tabs ... 4 above and 2 below ... and if yes .. how?? PS : i have created 4 tabs [all above :) ] using extends TabActivity,tabhost etc . -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Check The Pic and comment

2010-05-10 Thread pawan nimje
Hi All, Check the image attached and let me know if its possible ... 6 tabs ... 4 above and 2 below ... and if yes .. how?? PS : i have created 4 tabs [all above :) ] using extends TabActivity,tabhost etc . -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Go back to previous activity

2010-05-10 Thread pawan nimje
:47 PM, TreKing wrote: > On Mon, May 10, 2010 at 11:46 AM, pawan nimje wrote: > >> hey Treking ... is there any way to find out the contents of Activity >> Stack .. > > > There should be a most recently used list somewhere - dig around the > documentation (ApplicationI

Re: [android-developers] Having a back button functioning like the emulators

2010-05-10 Thread pawan nimje
sorry and thank u ... On Mon, May 10, 2010 at 10:03 PM, TreKing wrote: > On Mon, May 10, 2010 at 11:09 AM, pawan nimje wrote: > >> wat code should i write to make my back button behave like the emulators >> ... > > > finish(). > > And please don't

Re: [android-developers] Go back to previous activity

2010-05-10 Thread pawan nimje
10, 2010 at 11:24 AM, pawan nimje wrote: > >> I want to go back to previous activity >> What code should i write for back button >> > > How about finish() ? > > >> plz dont suggest >> >> Intent i = new Intent(Constants.CountryContext, selectcountr

Re: [android-developers] Go back to previous activity

2010-05-10 Thread pawan nimje
By Intent i = new Intent(Constants.CountryContext, selectcountry.class); > startActivity(i); > i meant Intent i = new Intent(getApplicationContext(), SomeClass.class); > startActivity(i); On Mon, May 10, 2010 at 9:59 PM, TreKing wrote: > On Mon, May 10, 2010 at 11:24 AM, pawan

[android-developers] Go back to previous activity

2010-05-10 Thread pawan nimje
I want to go back to previous activity What code should i write for back button plz dont suggest Intent i = new Intent(Constants.CountryContext, selectcountry.class); startActivity(i); This creates the whole activity again ... which i dont want .. i want somthing like emulators back button ..

[android-developers] Having a back button functioning like the emulators

2010-05-10 Thread pawan nimje
Hi all I have 3 activities 1: Welcome screen 2:List of country 3:Details abt that country Now i want to from activity 3 to 2 Currently wat im doing is Intent i = new Intent(getApplicationContext(), selectcountry.class); startActivity(i); This way the onCreate methode of 2nd activity is ca

[android-developers] Serious Issue

2010-05-09 Thread pawan nimje
Hi All, Currently I have a TabHost implemented with 3 tabs each containing a separate activity. My question is how do I switch between tabs from within one of the activities that is located inside the tab host. ie say i have a button inside one of the tabs[tab 1], when i click on this button it s

[android-developers] Very weird problem !!

2010-05-09 Thread pawan nimje
Hi all, i have a listview [custom (2 textview and 1 image) ] and i have a filter(featues 1) for it i.e when i type "a" in a textview (other than the above 2 mentioned) the list contains only those name starting with a . and i also have ascending / descending (features 2) button which when c

[android-developers] Serious Issue

2010-05-09 Thread pawan nimje
Hi All, Currently I have a TabHost implemented with 3 tabs each containing a separate activity. My question is how do I switch between tabs from within one of the activities that is located inside the tab host. ie say i have a button inside one of the tabs[tab 1], when i click on this button it s

[android-developers] Re: Very weird problem !!

2010-05-08 Thread pawan nimje
> > Hi all, > > i have a listview [custom (2 textview and 1 image) ] and i have a > filter(featues 1) for it > > i.e when i type "a" in a textview (other than the above 2 mentioned) the > list contains only those name starting with a . > > and i also have ascending / descending (features 2) bu

[android-developers] Very weird problem !!

2010-05-08 Thread pawan nimje
Hi all, i have a listview [custom (2 textview and 1 image) ] and i have a filter(featues 1) for it i.e when i type "a" in a textview (other than the above 2 mentioned) the list contains only those name starting with a . and i also have ascending / descending (features 2) button which when c

Re: [android-developers] Re: How to get dimensions of image

2010-05-07 Thread pawan nimje
; > On May 7, 9:42 am, pawan nimje wrote: > > Hi i have a image in drawable folder and i need to get dimensions of that > image. > > > > i tried BitmapFactory,getHeight etc but it is retunning me null > > > > plz help > > > > -- > > BitmapF

Re: [android-developers] How to get dimensions of image

2010-05-07 Thread pawan nimje
will try that ... On Fri, May 7, 2010 at 5:28 PM, Mark Murphy wrote: > pawan nimje wrote: > > Hi i have a image in drawable folder and i need to get dimensions of that > image. > > > > i tried BitmapFactory,getHeight etc but it is retunning me null > &

[android-developers] How to get dimensions of image

2010-05-07 Thread pawan nimje
Hi i have a image in drawable folder and i need to get dimensions of that image. i tried BitmapFactory,getHeight etc but it is retunning me null plz help -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

Re: [android-developers] On click enlarge the image

2010-05-06 Thread pawan nimje
layout_height="fill_parent" android:background="@color/white" > ---> On Fri, May 7, 2010 at 12:41 AM, TreKing wrote: > On Thu, May 6, 2010 at 1:04 PM, pawan nimje wrote: > >> plz help ... > > > With what? You didn

[android-developers] On click enlarge the image

2010-05-06 Thread pawan nimje
Hi All, I have a textview and an imagebutton. textview has the description about the image[which is there in imagebutton] Now on clickin the image button i want the imagebutton to occupy the whole screen and on clicking this i want the imagebutton back to normal position plz help ... -- You r

Re: [android-developers] Re: Change text size and color of listview

2010-05-05 Thread pawan nimje
Hi kumar bibek, thnx man ... it worked .. btw where r u from.. -Pawan Nimje On Thu, May 6, 2010 at 12:24 AM, Kumar Bibek wrote: > Set this property for the List view > > #colorCacheHint = # > > Thanks and Regards, > Kumar Bibek > > On May 5, 11:41 pm, pa

Re: [android-developers] Change text size and color of listview

2010-05-05 Thread pawan nimje
hi, the below given listview goes black[not permanently] on touch and scroll. plz help On Fri, Apr 30, 2010 at 11:40 PM, pawan nimje wrote: > hey thanks pal > > it worked > > > On Fri, Apr 30, 2010 at 11:22 PM, Mark Murphy wrote: > >> pawan nimje wrote: >>

Re: [android-developers] Change text size and color of listview

2010-04-30 Thread pawan nimje
hey thanks pal it worked On Fri, Apr 30, 2010 at 11:22 PM, Mark Murphy wrote: > pawan nimje wrote: > > Hi all, > > > > I am adding listview programmatically. > > My code is as follow. > > > > <--- start > > > > LinearLayout ll

[android-developers] Change text size and color of listview

2010-04-30 Thread pawan nimje
ze and color of text. [there is know method like lv.settextsize / lv.settextcolor ] Any kind of help will be grateful Thanks, Pawan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

Re: [android-developers] View on Tabs in TabActivity

2010-04-22 Thread pawan nimje
Hey pankaj can you mail me your project i'll look into it n may i can help you .. -Pawan Nimje On Thu, Apr 22, 2010 at 4:32 PM, Pankaj Deshpande wrote: > Hi all, > I am working on a tab activity, and want images on each tab. I set > indicators as a view and set Image

[android-developers] Fwd: Filter for Custom ListView

2010-04-21 Thread pawan nimje
Hi, I am having a custom listview [list with image and 2 textbox] and i want to apply filter for it. desc of cust listview: 1:Image i.e flag of country 2:1st textbox (name of country) 3:2nd textbox (name of continent) so when i write " i " in a textbox [different from the ones mentioned above

[android-developers] Filter for Custom ListView

2010-04-20 Thread pawan nimje
Hi, I am having a custom listview [list with image and 2 textbox] and i want to apply filter for it. desc of cust listview: 1:Image i.e flag of country 2:1st textbox (name of country) 3:2nd textbox (name of continent) so when i write " i " in a textbox [different from the ones mentioned above

Re: [android-developers] Re: multiple user feature in android

2010-03-12 Thread pawan pathak
group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Pawan pathak 09379233688

[android-developers] multiple user feature in android

2010-03-09 Thread pawan
hi please help me i want to know the deatil about multiple user feature in android and what is th eadvantage and disdvantage of this .please help me . i am waiting for your response. -- You received this message because you are subscribed to the

[android-developers] Re: AndroidAPI App

2009-08-20 Thread pawan shukla
DEAR FRIEND PLEASE CONTACT MY MOBILE 9431794258 --~--~-~--~~~---~--~~ 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 t

[android-developers] Re: What does glGetString(GL10.GL_EXTENSIONS) return?

2009-08-20 Thread pawan shukla
DEAR FRIEND PLEASE CONTACT MY MOBILE 9431794258 --~--~-~--~~~---~--~~ 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 t

[android-developers] Re: Determine Google Street View Availability

2009-08-20 Thread pawan shukla
DEAR FRIEND PLEASE CONTACT MY MOBILE 9431794258 --~--~-~--~~~---~--~~ 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 t

[android-developers] Re: display on map

2009-08-20 Thread pawan shukla
MY FRIEND PLEASE CONTACT MY MOBILE NO. 9431794258 --~--~-~--~~~---~--~~ 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] Re: TabActivity - Refreshing problems

2009-08-18 Thread pawan kumar suman
dear please contact my mobil On Aug 17, 10:52 pm, Eurig Jones wrote: > I have a TabActivity based class which has 3 tabs. All are > ListActivities (but that's not important for this problem) > > I'm updating the TabHost's TabSpec's to change the text on the tabs. > This works fine and the ListAc