[android-developers] Android audio HAL Development.

2016-12-28 Thread Mohit Sharma
Hi everyone, I have to develop Android Audio HAL for our custom hardware. i am trying to understand what does mixer_paths.xml file do? is it audio codec specific? is there any tutorial for how to write mixer_paths.xml file? Thanks -- You received this message because you are subscribed to the

[android-developers] Re: PopupWindow - controlling size?

2013-02-05 Thread Mohit sharma
Any solution yet ? On Thursday, June 10, 2010 3:02:00 PM UTC+5:30, Axel Garcia wrote: I have exactly the same problem... did you finally found some solution? Thx On May 27, 8:17 pm, Nathan critter...@crittermap.com wrote: I've experimented with a PopupWindow, but don't have a very

[android-developers] Re: PopupWindow - controlling size?

2013-02-05 Thread Mohit sharma
Can you please explain more ? On Friday, July 23, 2010 8:39:08 AM UTC+5:30, Ryan Tan wrote: You can set the height and width of the PopupWindow to a non-absolute value by referencing the anchor view's width and height. On Jun 10, 5:32 pm, AMGG axel...@gmail.com wrote: I have exactly the

Re: [android-developers] Re: How to support Single Listener And Multiple Date-picker Dialog

2012-01-23 Thread MOHIT SHARMA
Hi , what are u trying to say ? I already know that we have *DatePicker view in onDateSet *. I am asking how use it .But from this view we cant get the id of the DatePicker created in Activity :( On Wed, Jan 18, 2012 at 14:33, skink psk...@gmail.com wrote: Mohit sharma wrote: Hi , I

[android-developers] How to support Single Listener And Multiple Date-picker Dialog

2012-01-18 Thread Mohit sharma
Hi , I have 4 DatePicker Dialog in my Activity Class which are shown on click of 4 buttons . Now for these datePickerDialog i want to use same listener . DatePickerDialog taxPickerDialog = new DatePickerDialog(getCurrentContext(),dateSetListener,calendar.get(Calendar.YEAR),

Re: [android-developers] LookUp

2011-06-11 Thread MOHIT SHARMA
close to what you need. Look for an adapter that looks up contacts using a ContentResolver, and is set up to work with an AutoCompleteTextView. Once you found it, copy the code into your project, and tweak it if necessary. -- Kostya 2011/6/10 MOHIT SHARMA mohit7...@gmail.com Thanx

[android-developers] LookUp

2011-06-10 Thread MOHIT SHARMA
Hi , Can anybody tell , how create a lookup , example or tutorial will be helpful .[image: screenshot1.PNG] -- 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

Re: [android-developers] LookUp

2011-06-10 Thread MOHIT SHARMA
://developer.android.com/guide/topics/search/index.html). Not exactly what you're trying to do, but it's close enough that it should give you some inspiration. Pepijn On 10/06/2011 11:21, MOHIT SHARMA wrote: Hi , Can anybody tell , how create a lookup , example or tutorial will be helpful

Re: [android-developers] LookUp

2011-06-10 Thread MOHIT SHARMA
in the repository. -- Kostya 2011/6/10 MOHIT SHARMA mohit7...@gmail.com Thanx for your reply and sorry for being clear . Actually i want a look for contacts as shown in figure . I have already seen autocomplete textView , but its of no use as i have write query for getting phone no and name

Re: [android-developers] How to use ProgressDialog(Context,theme) ??

2011-05-26 Thread MOHIT SHARMA
i tried to pass PROGRESSDIALOG.STYLE_HORIZONTAL in theme but nothing happens . On Wed, May 25, 2011 at 22:42, TreKing treking...@gmail.com wrote: On Wed, May 25, 2011 at 9:17 AM, MOHIT SHARMA mohit7...@gmail.com wrote: Can someone show me how use ProgressDialog(Context,theme). What have

[android-developers] How to use ProgressDialog(Context,theme) ??

2011-05-25 Thread MOHIT SHARMA
Hi , Can someone show me how use ProgressDialog(Context,theme). With Regards Mohit Sharma -- 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] Problem in Creating Menu

2011-05-09 Thread MOHIT SHARMA
Hi , I want to create menu like this(shown in fig ) . I want to display my menu without pressing Menu key . [image: 1.png] Also do tell what this bar is called in Android (API level 8/10) Any kind of help would be appreciated . -- You received this message because you are subscribed to the

Re: [android-developers] Re: Basic Concept

2011-05-04 Thread MOHIT SHARMA
thanx a lot dude .. On Thu, May 5, 2011 at 01:27, Streets Of Boston flyingdutc...@gmail.comwrote: 'this' in an Activity refers to the Context, because an Activity is a Context (Activity extends Context). this.getApplicationContext() returns an Application. An Application is a Context as

[android-developers] Basic Concept

2011-05-04 Thread Mohit sharma
Hi , Can someone tell me difference between this and getApplicationContext. Try this in case of ProgressDialog ... in case of getApplicationContext it shows run time error. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: First Application Development

2011-05-02 Thread MOHIT SHARMA
From which college are u ? and what kind of help u want On Thu, Apr 28, 2011 at 15:53, arpit arpit2...@gmail.com wrote: this is about sending SMS.. so help me out now..this is regarding my college project.. On Apr 27, 10:05 pm, Peter Webb r.peter.w...@gmail.com wrote: Messages?

Re: [android-developers] Re: First Application Development

2011-04-28 Thread MOHIT SHARMA
of the application i have development. And Please give detail description of your queries from next time . Mohit Sharma +91-9312340032 On Thu, Apr 28, 2011 at 10:35, Peter Webb r.peter.w...@gmail.com wrote: Messages? You mean email? You mean instant messaging? You mean SMS? You mean via bluetooth

[android-developers] Create an Activity at Runtime

2011-04-28 Thread Mohit sharma
:) Mohit Sharma +91-9312340032 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] Menu Visible always

2011-04-20 Thread Mohit sharma
Hi , I want to make menu always visible and should be even if menu key is not pressed . -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Android List View and database data

2011-04-13 Thread Mohit Sharma
Check the android API example,there is one activity which shows and image and some data in list view.There r many tutorial on the internet for displaying the data from database. On Apr 13, 3:19 am, Ian Menzies bumde...@gmail.com wrote: Hey guys, I want to create a list view to display 1 image

[android-developers] Re: Important: XmlPullParserException while accessing SOAP webservice in Android

2011-04-08 Thread Mohit Sharma
(1)Web Service is working or not. (2)Have u written the iternet permission in ur android manifest file. On Mar 31, 10:24 pm, Akshay Dave avd...@gmail.com wrote: Hello,    I am trying to access webservice using KSOAP 2 ... I am having problem with accessing webservice...Below are my parameters

[android-developers] Re: EditText to filter a listview

2011-04-08 Thread Mohit Sharma
The xml file in which you defined the listview add one android property filtertext. You don't have to change anything in code. On Apr 2, 9:19 am, Igor Nesralla Ribeiro nesra...@gmail.com wrote: Hi, i have a edittext and a listview ... I want to do thiswhen the users type on a edittext  

[android-developers] Re: to implement a gallery getting resource from a webservice

2011-04-08 Thread Mohit Sharma
Add NotifyDataSetChangedMethod() method just before setting the content of image adapter. On Apr 4, 1:52 am, Pinkesh Gupta pinkeshgup...@gmail.com wrote: hi i am new to android i am implementing  a gallery from  the imageurl  that i have obtained after parsing the .net web service using

[android-developers] Re: Problems with ListView

2011-04-08 Thread Mohit Sharma
Ur code seems to much complicated.. Y not u code separate activity for shows and episode ??? On Mar 30, 10:49 am, Kevin Anthony kevin.s.anth...@gmail.com wrote: I have a nested listview to display information about TV shows first the Root listview shows the TV show name when you click on

[android-developers] Re: Connecting Andrid Application to Sql Server Database

2011-04-08 Thread Mohit Sharma
If your java app is web app u can directly go to ur app using webview.In one of my project actually i created web service and then accesed those web services using Ksoap. On Apr 4, 12:05 am, ADAWi ADAWi ada...@gmail.com wrote: Hello I am new to Android application development and I am using