[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 G

[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 wrote: > > I have exactly the same probl

[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 wrote: > > I've experimented with a PopupWindow, but don't have a very good way > > of cont

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 wrote: > > > Mohit sharma wrote: > > Hi , &

[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), calendar.get(C

Re: [android-developers] LookUp

2011-06-11 Thread MOHIT SHARMA
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 SH

Re: [android-developers] LookUp

2011-06-10 Thread MOHIT SHARMA
the repository. > > -- Kostya > > 2011/6/10 MOHIT SHARMA > >> 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 fo

Re: [android-developers] LookUp

2011-06-10 Thread MOHIT SHARMA
ion ( >> http://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:

[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 unsubscr

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 wrote: > On Wed, May 25, 2011 at 9:17 AM, MOHIT SHARMA wrote: > >> Can someone show me how use ProgressDialog(Context,theme). > > > What

[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

[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 Go

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 wrote: > '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 well. > > But the Progre

[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 thi

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 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 wrote: > > Messages? > > > > You mean email? You mean inst

[android-developers] Create an Activity at Runtime

2011-04-28 Thread Mohit sharma
vance :) 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-deve

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

2011-04-28 Thread MOHIT SHARMA
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 wrote: > Messages? > > You mean email? You mean instant messaging? You mean SMS? You mean via > bluetooth?

[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 gro

[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 wrote: > Hey guys, > > I want to create a list view to display 1 image and a couple of

[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 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 the show name, you get a

[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 wrote: > Hello > > I am new to Android application development and I am using Eclaps IDE > to

[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 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 soap > > the code w

[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" wrote: > Hi, > > i have a edittext and a listview ... I want to do thiswhen the users > type on a edittext  this will filte

[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 wrote: > Hello, >    I am trying to access webservice using KSOAP 2 ... I am having problem > with accessing webservice...Below are my parameters > > private s